Cross reference audit log settings (#132359) (#132733)

* Cross reference audit log settings

* Update docs/user/security/audit-logging.asciidoc

Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com>
(cherry picked from commit f9b065e228)

Co-authored-by: Pius <pius@elastic.co>
This commit is contained in:
Kibana Machine 2022-05-23 12:22:07 -05:00 committed by GitHub
parent 22fa7722eb
commit 84edce8ab0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,8 +15,10 @@ by cluster-wide privileges. For more information on enabling audit logging in
[NOTE]
============================================================================
Audit logs are **disabled** by default. To enable this functionality, you must
set `xpack.security.audit.enabled` to `true` in `kibana.yml`, and optionally configure
an <<audit-logging-settings, appender>> to write the audit log to a location of your choosing.
set `xpack.security.audit.enabled` to `true` in `kibana.yml`.
You can optionally configure audit logs location, file/rolling file appenders and
ignore filters using <<audit-logging-settings>>.
============================================================================
[[xpack-security-ecs-audit-logging]]