-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Audit log filter and marker #45456
Audit log filter and marker #45456
Conversation
Pinging @elastic/es-security |
@elasticmachine run elasticsearch-ci/2 |
@@ -151,6 +158,8 @@ | |||
"indices", | |||
(key) -> Setting.listSetting(key, Collections.singletonList("*"), Function.identity(), Property.NodeScope, Property.Dynamic)); | |||
|
|||
private static final Marker AUDIT_MARKER = MarkerManager.getMarker("AUDIT"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we prefix this with ES_
? I hope none of our dependencies are using Marker
objects, but if they are we want to be extra sure that we don't get name conflicts.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point! I have renamed the marker to org.elasticsearch.xpack.security.audit
.
Please take another look.
@elasticmachine update branch |
This adds a log marker and a marker filter for the audit log. Closes #47251
This adds a log marker and a marker filter for the audit log. Closes #47251
This adds a log marker and a marker filter for the audit log.
Closes #47251