Skip to content

Commit

Permalink
DOCS MINOR fix broken list format in migration.asciidoc (#35267)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertzaharovits committed Nov 6, 2018
1 parent 9c9f748 commit e2e7400
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/reference/migration/migrate_6_5.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,13 @@ Entries in the previous format contained positional fields.
These fields are no longer positional in the new format, as they are part of the
structured log entry (the JSON document).
Consequently, the following settings, which toggled some of the prefix
positional fields, have be renamed ("prefix" was spliced out):
positional fields, have been renamed ("prefix" was spliced out):

- `xpack.security.audit.logfile.prefix.emit_node_host_address` to
`xpack.security.audit.logfile.emit_node_host_address`
- `xpack.security.audit.logfile.prefix.emit_node_host_name` to
`xpack.security.audit.logfile.emit_node_host_name`
- `xpack.security.audit.logfile.prefix.emit_node_name` to
`xpack.security.audit.logfile.emit_node_name`

In 7.0.0 the `prefix` variant will be removed.

0 comments on commit e2e7400

Please sign in to comment.