-
Notifications
You must be signed in to change notification settings - Fork 25.1k
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
Docs be explicit on how to turn off deprecated auditing #37316
Docs be explicit on how to turn off deprecated auditing #37316
Conversation
Pinging @elastic/es-security |
There were some formatting issues, so I added a commit. |
PUT /_cluster/settings | ||
{ | ||
"persistent": { | ||
"logger.org.elasticsearch.xpack.security.audit.logfile.DeprecatedLoggingAuditTrail": "off" |
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.
Should this setting be added to the list in https://www.elastic.co/guide/en/elasticsearch/reference/master/auditing-settings.html?
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.
No, this is just configuring the logger via the dynamic settings API, as detailed in https://www.elastic.co/guide/en/elasticsearch/reference/current/logging.html#configuring-logging-levels .
run gradle build build tests 2 |
test this please |
ACK, Thanks Lisa! |
run gradle build tests 1 |
Just be explicit about turning off the deprecated audit log appender because we really want people to turn it off.
* elastic/master: Docs be explicit on how to turn off deprecated auditing (elastic#37316) Fix line length for monitor and remove suppressions (elastic#37456) Fix IndexShardTestCase.recoverReplica(IndexShard, IndexShard, boolean) (elastic#37414) Update the Flush API documentation (elastic#33551) [TEST] Muted testDifferentRolesMaintainPathOnRestart Remove dead code from ShardSearchStats (elastic#37421) Simplify testSendSnapshotSendsOps (elastic#37445) SQL: Fix issue with field names containing "." (elastic#37364) Restore lost @Inject annotation (elastic#37452)
Just be explicit about turning off the deprecated audit log appender because we really want people to turn it off.