Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions install_config/aggregate_logging.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ for projects they have permission to view. The stack components communicate
securely.

Aggregated logging is supported using the `json-file` or `journald` driver in Docker.
The Docker log driver is set to `journald` as the default for all nodes. See
The Docker log driver is set to `json-file` as the default for all nodes. See
xref:fluentd-upgrade-source[Updating Fluentd's Log Source After a Docker Log
Driver Update] for more information about switching between `json-file` and `journald`.
Fluentd automatically determines which log driver (`journald` or `json-file`) the container runtime is using.
Expand Down Expand Up @@ -1819,7 +1819,7 @@ $ curl --key /etc/elasticsearch/secret/admin-key \
[[fluentd-update-source]]
== Changing the Aggregated Logging Driver

By default, aggregated logging uses the `journald` log driver
By default, aggregated logging uses the `json-file` log driver
xref:../install_config/install/advanced_install.adoc#configuring-host-variables[unless `json-file` was specified during installation]. You can change the log driver between `journald` and `json-file` as needed.

[IMPORTANT]
Expand Down
2 changes: 1 addition & 1 deletion install_config/install/advanced_install.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ which may cause invalid configurations. Example usage:
a|This variable configures additional `docker` options within
*_/etc/sysconfig/docker_*, such as options used in
xref:../../install_config/install/host_preparation.adoc#managing-docker-container-logs[Managing Container Logs].
Use `json-file` or `journald`. The default is `journald`.
Use `json-file` or `journald`. The default is `json-file`.
Example usage:
----
"--log-driver json-file --log-opt max-size=1M --log-opt max-file=3"
Expand Down