Update docker/fluentd-ingest/fluent.conf
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
colin 2024-04-18 12:16:18 +00:00
parent 72bda1d7cc
commit 260fe1b22a
1 changed files with 7 additions and 5 deletions

View File

@ -1,17 +1,19 @@
<source> <source>
@type forward @type forward
port 24224 port 24224
</source> </source>
<match **> <match **>
@type copy @type copy
<store> <store>
@type gelf @type gelf
host graylog_graylog host graylog_graylog
port 12201 port 12201
</store> </store>
<store> <store>
@type forward @type forward
host fluentd_fluentd <server>
port 24224 host fluentd_fluentd
port 24224
</server>
</store> </store>
</match> </match>