Files
ReillyProcentive bcf9cb9f31 [stable/sumologic-fluentd] Update sumologic fluentd collector to 2.4.2 (#16871)
* 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>
2019-12-10 11:02:05 -08:00

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