mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* Update sumologic fluentd collector to 2.4.2 Signed-off-by: Reilly Brogan <Reilly@procentive.com> * Ensure all fluentd config files end in newline Signed-off-by: Reilly Brogan <Reilly@procentive.com>
12 lines
223 B
Plaintext
12 lines
223 B
Plaintext
<match fluent.**>
|
|
@type null
|
|
</match>
|
|
<source>
|
|
@type monitor_agent
|
|
bind 0.0.0.0
|
|
port 24220
|
|
</source>
|
|
@include /fluentd/etc/systemd.source.*.conf
|
|
@include /fluentd/etc/user/*.conf
|
|
@include /fluentd/etc/out.sumo.conf
|