Fix fluentd-gcp image config by avoiding processing its own logs
This commit is contained in:
@@ -100,7 +100,9 @@
|
||||
# problem yet to be solved as secrets are not usable in static pods which the fluentd
|
||||
# pod must be until a per-node controller is available in Kubernetes.
|
||||
|
||||
# Do not directly collect fluentd's own logs to avoid infinite loops.
|
||||
# Prevent fluentd from handling records containing its own logs. Otherwise
|
||||
# it can lead to an infinite loop, when error in sending one message generates
|
||||
# another message which also fails to be sent and so on.
|
||||
<match fluent.**>
|
||||
type null
|
||||
</match>
|
||||
|
||||
Reference in New Issue
Block a user