Update docker/fluentd/fluent.conf

This commit is contained in:
colin 2024-04-15 21:24:57 +00:00
parent caf8eb0bbf
commit b0ba4f3458
1 changed files with 11 additions and 2 deletions

View File

@ -1,9 +1,18 @@
<source>
@type http
@type forward
port 24224
bind 0.0.0.0
</source>
<match **>
<filter docker.**>
@type parser
key_name log
reserve_data true
<parse>
@type json
</parse>
</filter>
<match *>
@type stdout
</match>