kubernetes/cluster/addons/fluentd-elasticsearch/fluentd-es-image/fluent.conf
André Bauer adc59271d3 updated fluentd to 1.9.2 & use docker builder pattern in dockerfile
Signed-off-by: André Bauer <monotek23@gmail.com>
2020-03-04 15:15:53 +01:00

11 lines
267 B
Plaintext

# This is the root config file, which only includes components of the actual configuration
# Do not collect fluentd's own logs to avoid infinite loops.
<label @FLUENT_LOG>
<match fluent.*>
@type stdout
</match>
</label>
@include /etc/fluent/config.d/*.conf