My app is using Couchbase Community Edition and due to the limit on the number of buckets multiple apps are sharing the same bucket. The apps are all using their own app specific key prefixes.
It looks like one of the apps is misbehaving and deletes documents which are not associated with its key prefix. Is there a way to query the logs to have a document deletion audit log I can use to notice deletions?
For troubleshooting I would need the deleted key and maybe the ip. Getting the deleted key would be enough to justify my app getting its own bucket.