Update docker/fluentd/fluent.conf
This commit is contained in:
parent
a776e5dd7b
commit
c9e414689e
|
@ -40,10 +40,13 @@
|
||||||
<format>
|
<format>
|
||||||
@type json
|
@type json
|
||||||
</format>
|
</format>
|
||||||
headers {"Content-Type":"application/json"}
|
<request>
|
||||||
|
headers {"Content-Type":"application/json"}
|
||||||
|
</request>
|
||||||
</store>
|
</store>
|
||||||
</match>
|
</match>
|
||||||
|
|
||||||
|
|
||||||
<match fluentd.monitor.**>
|
<match fluentd.monitor.**>
|
||||||
@type stdout
|
@type stdout
|
||||||
</match>
|
</match>
|
||||||
|
|
Loading…
Reference in New Issue