We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ff75f commit 89feaa0Copy full SHA for 89feaa0
docs/reference/migration/migrate_7_0/logging.asciidoc
@@ -31,3 +31,12 @@ Note: GC logs which are written to the file `gc.log` will not be changed.
31
==== Docker output in JSON format
32
33
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