Update docker/fluentd/fluent.conf

This commit is contained in:
colin 2024-04-16 13:02:30 +00:00
parent a776e5dd7b
commit c9e414689e
1 changed files with 4 additions and 1 deletions

View File

@ -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>