Update docker/fluentd-ingest/fluent.conf
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
72bda1d7cc
commit
260fe1b22a
|
@ -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>
|
Loading…
Reference in New Issue