DOCS Correct audit emit_node_id default value as false (#56995)

Since version 7, the `xpack.security.audit.logfile.emit_node_id` setting defaults
to `false`, yet the docs say otherwise. This commit fixes that.
This commit is contained in:
Albert Zaharovits 2020-05-20 16:34:00 +03:00
parent e690c5a68e
commit fd54ed328c
1 changed files with 1 additions and 2 deletions

View File

@ -45,8 +45,7 @@ audited in plain text when including the request body in audit events.
`xpack.security.audit.logfile.emit_node_name`::
Specifies whether to include the <<node.name,node name>> as a field in
each audit event.
The default value is `true`.
each audit event. The default value is `false`.
`xpack.security.audit.logfile.emit_node_host_address`::
Specifies whether to include the node's IP address as a field in each audit event.