fluent bit config fix
This commit is contained in:
@@ -45,11 +45,20 @@ config:
|
||||
outputs: |
|
||||
[OUTPUT]
|
||||
Name loki
|
||||
Match *
|
||||
Match kube.*
|
||||
Host loki-gateway.monitoring.svc.cluster.local
|
||||
Port 80
|
||||
Labels job=fluent-bit
|
||||
Auto_Kubernetes_Labels On
|
||||
Label_Keys $kubernetes['namespace_name'],$kubernetes['pod_name'],$kubernetes['container_name']
|
||||
Line_Format json
|
||||
|
||||
[OUTPUT]
|
||||
Name loki
|
||||
Match host.*
|
||||
Host loki-gateway.monitoring.svc.cluster.local
|
||||
Port 80
|
||||
Labels job=fluent-bit-systemd
|
||||
Line_Format json
|
||||
|
||||
tolerations:
|
||||
- key: node-role.kubernetes.io/control-plane
|
||||
|
||||
Reference in New Issue
Block a user