Skip to content

Commit

Permalink
Migration doc for audit json log file
Browse files Browse the repository at this point in the history
Since the name of the audit log file was changed it should be documented
in a migration doc.

relates elastic#32850
  • Loading branch information
pgomulka committed Feb 1, 2019
1 parent 68ed72b commit d344cee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/reference/migration/migrate_7_0/logging.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ Note: GC logs which are written to the file `gc.log` will not be changed.
==== Docker output in JSON format

All Docker console logs are now in JSON format. You can distinguish logs streams with the `type` field.


[float]
==== Audit plaintext log file removed, JSON file renamed

Elasticsearch will no longer produce a plaintext audit log file `${cluster_name}_access.log`.
The JSON log file should be used instead. The name of this file was changed from
`${cluster_name}_audit.log` to `${cluster_name}_audit.json`.

0 comments on commit d344cee

Please sign in to comment.