mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-26 01:48:45 +00:00
This change moves the logfile audit output from determining what to log based on the logger level to a enum based configuration that is used by the index output. A few notable changes were made: * We alway log all the information we have except for the request body * The request body is no longer logged by default for REST events; the user needs to explicitly opt in as there could be sensitive data in the body * Added a `realm_authentication_failed` event that separates overall authentication failure from that of an individual realm Original commit: elastic/x-pack-elasticsearch@343a2bcdd9