fixup
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
0a893270e9
commit
e5ae75c03d
|
@ -1,10 +1,7 @@
|
||||||
<store>
|
<source>
|
||||||
@type "forward"
|
@type forward
|
||||||
<server>
|
port 24224
|
||||||
host "fluentd_fluentd"
|
</source>
|
||||||
port 24224
|
|
||||||
</server>
|
|
||||||
</store>
|
|
||||||
|
|
||||||
<match **>
|
<match **>
|
||||||
@type copy
|
@type copy
|
||||||
|
@ -14,8 +11,10 @@
|
||||||
extra_labels {"job": "fluentd"}
|
extra_labels {"job": "fluentd"}
|
||||||
</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