nessie
nessie copied to clipboard
[Feature]: Store audit logs
Description
The Nessie catalog should persist all activity logs (username, query, DML, DDL,...), which can be stored in a backend database, ElasticSearch, or a file system.
Expected Use Cases
Admins can use activity logs for auditing.
Requested Changes in public API
No response
cc @snazy @ajantha-bhat
Nessie provides events for the operations under its control.
One can build a custom Server and redirect those events, for example, to Kafka for further processing.