Update docker/fluentd/fluent.conf
This commit is contained in:
parent
caf8eb0bbf
commit
b0ba4f3458
|
@ -1,9 +1,18 @@
|
||||||
<source>
|
<source>
|
||||||
@type http
|
@type forward
|
||||||
port 24224
|
port 24224
|
||||||
bind 0.0.0.0
|
bind 0.0.0.0
|
||||||
</source>
|
</source>
|
||||||
|
|
||||||
<match **>
|
<filter docker.**>
|
||||||
|
@type parser
|
||||||
|
key_name log
|
||||||
|
reserve_data true
|
||||||
|
<parse>
|
||||||
|
@type json
|
||||||
|
</parse>
|
||||||
|
</filter>
|
||||||
|
|
||||||
|
<match *>
|
||||||
@type stdout
|
@type stdout
|
||||||
</match>
|
</match>
|
||||||
|
|
Loading…
Reference in New Issue