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>
@type json
</format>
headers {"Content-Type":"application/json"}
<request>
headers {"Content-Type":"application/json"}
</request>
</store>
</match>
<match fluentd.monitor.**>
@type stdout
</match>