fluentd-ingest/docker/fluentd/fluent.conf

10 lines
96 B
Plaintext

<source>
@type http
port 24224
bind 0.0.0.0
</source>
<match **>
@type stdout
</match>