How to get audit log using couchbase server in php web application

Since the audit log is a file on disk, you should be able to access it from your custom PHP application as long as it’s accessible. Depending on your requirements, I might recommend moving it to another location by an administrative user, then process it in another place.

Most of what you need to build your app is documented on the audit logging info. Good luck!

1 Like