fixup
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Colin 2024-04-21 15:43:59 -04:00
parent 0a893270e9
commit e5ae75c03d
1 changed files with 9 additions and 10 deletions

View File

@ -1,10 +1,7 @@
<store>
@type "forward"
<server>
host "fluentd_fluentd"
port 24224
</server>
</store>
<source>
@type forward
port 24224
</source>
<match **>
@type copy
@ -14,8 +11,10 @@
extra_labels {"job": "fluentd"}
</store>
<store>
@type forward
host fluentd_fluentd
port 24224
@type "forward"
<server>
host "fluentd_fluentd"
port 24224
</server>
</store>
</match>