diff --git a/clr-k8s-examples/3-efk/fluentd-es-configmap.yaml b/clr-k8s-examples/3-efk/fluentd-es-configmap.yaml
index e383499..c1fecf8 100644
--- a/clr-k8s-examples/3-efk/fluentd-es-configmap.yaml
+++ b/clr-k8s-examples/3-efk/fluentd-es-configmap.yaml
@@ -320,7 +320,7 @@ data:
@id journald-container-runtime
@type systemd
- matches [{ "_SYSTEMD_UNIT": "{{ container_runtime }}.service" }]
+ matches [{ "_SYSTEMD_UNIT": "crio.service" }]
@type local
persistent true
@@ -330,16 +330,16 @@ data:
tag container-runtime
-
- @type systemd
- path /var/log/journal
- matches [{"SYSLOG_IDENTIFIER": "kata-runtime"}, {"SYSLOG_IDENTIFIER": "kata-proxy"}, {"SYSLOG_IDENTIFIER": "kata-shim"}]
- tag kata-containers
-
- fields_strip_underscores true
- fields_lowercase true
-
-
+ #
+ # @type systemd
+ # path /var/log/journal
+ # matches [{"SYSLOG_IDENTIFIER": "kata-runtime"}, {"SYSLOG_IDENTIFIER": "kata-proxy"}, {"SYSLOG_IDENTIFIER": "kata-shim"}]
+ # tag kata-containers
+ #
+ # fields_strip_underscores true
+ # fields_lowercase true
+ #
+ #
@id journald-kubelet