logging: drop fluent-bit label_keys
This commit is contained in:
parent
e5d04f2bcf
commit
0463c2bf60
@ -86,7 +86,6 @@ spec:
|
|||||||
Host loki.logging.svc.cluster.local
|
Host loki.logging.svc.cluster.local
|
||||||
Port 3100
|
Port 3100
|
||||||
labels {job="fluent-bit", namespace="$kubernetes['namespace_name']", pod="$kubernetes['pod_name']", container="$kubernetes['container_name']"}
|
labels {job="fluent-bit", namespace="$kubernetes['namespace_name']", pod="$kubernetes['pod_name']", container="$kubernetes['container_name']"}
|
||||||
label_keys stream
|
|
||||||
line_format json
|
line_format json
|
||||||
|
|
||||||
[OUTPUT]
|
[OUTPUT]
|
||||||
@ -95,5 +94,4 @@ spec:
|
|||||||
Host loki.logging.svc.cluster.local
|
Host loki.logging.svc.cluster.local
|
||||||
Port 3100
|
Port 3100
|
||||||
labels {job="systemd"}
|
labels {job="systemd"}
|
||||||
label_keys _SYSTEMD_UNIT,_HOSTNAME,SYSLOG_IDENTIFIER
|
|
||||||
line_format json
|
line_format json
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user