Skip to content

Commit 89feaa0

Browse files
authored
Migration doc for audit json log file (#38165)
The migration documentation for an audit logging changes. Removal of plaintext logs and rename of json log file relates #32850
1 parent 64ff75f commit 89feaa0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/reference/migration/migrate_7_0/logging.asciidoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,12 @@ Note: GC logs which are written to the file `gc.log` will not be changed.
3131
==== Docker output in JSON format
3232

3333
All Docker console logs are now in JSON format. You can distinguish logs streams with the `type` field.
34+
35+
[float]
36+
==== Audit plaintext log file removed, JSON file renamed
37+
38+
Elasticsearch no longer produces the `${cluster_name}_access.log` plaintext
39+
audit log file. The `${cluster_name}_audit.log` files also no longer exist; they
40+
are replaced by `${cluster_name}_audit.json` files. When auditing is enabled,
41+
auditing events are stored in these dedicated JSON log files on each node.
42+

0 commit comments

Comments
 (0)