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

Add keyspace field in audit log #122

Open
laxmikant99 opened this issue Sep 13, 2019 · 1 comment
Open

Add keyspace field in audit log #122

laxmikant99 opened this issue Sep 13, 2019 · 1 comment
Labels
C* 4.0 compatibility Align with FQL/audit feature in Cassandra 4.0 enhancement New feature or request

Comments

@laxmikant99
Copy link

We currently don't have ks field. To make it compatible with 4.0, we should have it.

@laxmikant99 laxmikant99 changed the title Add keyspace filed in audit log Add keyspace field in audit log Sep 13, 2019
@eperott
Copy link
Collaborator

eperott commented Sep 26, 2019

Nice proposal! Should be pretty straight forward to implement this. However, this is probably no small task.

Would be nice if we could get a behavior which is identical to that of audit logger in Cassandra 4.0.

I'm thinking that either we use the existing AuditEntry.getResource(), or we create a specific field for the keyspace in AuditEntry and populate it from AuditEntryBuilderFactory.

Then we should add support for this field in both SLF4J logger and Chronicle logger (including eclog tool).

@eperott eperott added C* 4.0 compatibility Align with FQL/audit feature in Cassandra 4.0 enhancement New feature or request labels Sep 26, 2019
@RhoderickGalero RhoderickGalero moved this to Todo issue in C2T Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C* 4.0 compatibility Align with FQL/audit feature in Cassandra 4.0 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants