File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -1029,6 +1029,23 @@ openshift_checks_output_dir=/tmp/checks
1029
1029
[[ocp-37-metrics-and-logging]]
1030
1030
=== Metrics and Logging
1031
1031
1032
+ [[ocp-37-journald-system-logs]]
1033
+ ==== Journald for System Logs and JSON File for Container Logs
1034
+
1035
+ Docker log driver is set to `journald` as the default for all nodes. Docker
1036
+ `log-driver` can be set to `json-file`. Note that there is no log rate-throttling with
1037
+ the `journald` driver. So, there is always a risk for denial-of-service attacks
1038
+ from rogue containers.
1039
+
1040
+ Fluentd will automatically determine which log driver (`journald` or
1041
+ `json-file`) the container runtime is using. Fluentd will now always read logs
1042
+ from journald and also *_/var/log/containers_* (if `log-driver` is set to
1043
+ `json-file`). Fluentd will no longer read from *_/var/log/messages_*.
1044
+
1045
+ See
1046
+ xref:../install_config/aggregate_logging.adoc#install-config-aggregate-logging[Aggregating
1047
+ Container Logs] for more information.
1048
+
1032
1049
[[ocp-37-docker-events-and-api-calls-aggregated-to-efk-as-logs]]
1033
1050
==== Docker Events and API Calls Aggregated to EFK as Logs
1034
1051
You can’t perform that action at this time.
0 commit comments