Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Store audit logs #9312

Open
nqvuong1998 opened this issue Aug 9, 2024 · 2 comments
Open

[Feature]: Store audit logs #9312

nqvuong1998 opened this issue Aug 9, 2024 · 2 comments

Comments

@nqvuong1998
Copy link

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

@nqvuong1998
Copy link
Author

cc @snazy @ajantha-bhat

@dimas-b
Copy link
Member

dimas-b commented Aug 9, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants