mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
fix the fluentd config params
This commit is contained in:
parent
965df07447
commit
c493bef26e
@ -115,7 +115,6 @@ data:
|
|||||||
@type tail
|
@type tail
|
||||||
path /var/log/containers/*.log
|
path /var/log/containers/*.log
|
||||||
pos_file /var/log/es-containers.log.pos
|
pos_file /var/log/es-containers.log.pos
|
||||||
time_format %Y-%m-%dT%H:%M:%S.%NZ
|
|
||||||
tag raw.kubernetes.*
|
tag raw.kubernetes.*
|
||||||
read_from_head true
|
read_from_head true
|
||||||
<parse>
|
<parse>
|
||||||
@ -308,7 +307,7 @@ data:
|
|||||||
<source>
|
<source>
|
||||||
@id journald-docker
|
@id journald-docker
|
||||||
@type systemd
|
@type systemd
|
||||||
filters [{ "_SYSTEMD_UNIT": "docker.service" }]
|
matches [{ "_SYSTEMD_UNIT": "docker.service" }]
|
||||||
<storage>
|
<storage>
|
||||||
@type local
|
@type local
|
||||||
persistent true
|
persistent true
|
||||||
@ -321,7 +320,7 @@ data:
|
|||||||
<source>
|
<source>
|
||||||
@id journald-container-runtime
|
@id journald-container-runtime
|
||||||
@type systemd
|
@type systemd
|
||||||
filters [{ "_SYSTEMD_UNIT": "{{ container_runtime }}.service" }]
|
matches [{ "_SYSTEMD_UNIT": "{{ container_runtime }}.service" }]
|
||||||
<storage>
|
<storage>
|
||||||
@type local
|
@type local
|
||||||
persistent true
|
persistent true
|
||||||
@ -334,7 +333,7 @@ data:
|
|||||||
<source>
|
<source>
|
||||||
@id journald-kubelet
|
@id journald-kubelet
|
||||||
@type systemd
|
@type systemd
|
||||||
filters [{ "_SYSTEMD_UNIT": "kubelet.service" }]
|
matches [{ "_SYSTEMD_UNIT": "kubelet.service" }]
|
||||||
<storage>
|
<storage>
|
||||||
@type local
|
@type local
|
||||||
persistent true
|
persistent true
|
||||||
@ -347,7 +346,7 @@ data:
|
|||||||
<source>
|
<source>
|
||||||
@id journald-node-problem-detector
|
@id journald-node-problem-detector
|
||||||
@type systemd
|
@type systemd
|
||||||
filters [{ "_SYSTEMD_UNIT": "node-problem-detector.service" }]
|
matches [{ "_SYSTEMD_UNIT": "node-problem-detector.service" }]
|
||||||
<storage>
|
<storage>
|
||||||
@type local
|
@type local
|
||||||
persistent true
|
persistent true
|
||||||
@ -360,7 +359,7 @@ data:
|
|||||||
<source>
|
<source>
|
||||||
@id kernel
|
@id kernel
|
||||||
@type systemd
|
@type systemd
|
||||||
filters [{ "_TRANSPORT": "kernel" }]
|
matches [{ "_TRANSPORT": "kernel" }]
|
||||||
<storage>
|
<storage>
|
||||||
@type local
|
@type local
|
||||||
persistent true
|
persistent true
|
||||||
|
Loading…
Reference in New Issue
Block a user