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>
17 lines
372 B
Plaintext
17 lines
372 B
Plaintext
## built-in TCP input
|
|
## $ echo <json> | fluent-cat <tag>
|
|
<source>
|
|
@type forward
|
|
@id forward_input
|
|
port "#{ENV['FORWARD_INPUT_PORT']}"
|
|
bind "#{ENV['FORWARD_INPUT_BIND']}"
|
|
</source>
|
|
<source>
|
|
@type monitor_agent
|
|
bind 0.0.0.0
|
|
port 24220
|
|
</source>
|
|
@include /fluentd/etc/forward.source.*.conf
|
|
@include /fluentd/etc/user/*.conf
|
|
@include /fluentd/etc/out.sumo.conf
|