Update docker/fluentd/fluent.conf

This commit is contained in:
colin 2024-04-16 12:58:56 +00:00
parent 22fb026a6c
commit a776e5dd7b
1 changed files with 15 additions and 0 deletions

View File

@ -1,9 +1,20 @@
<system>
log_level debug
</system>
<source>
@type forward
port 24224
bind 0.0.0.0
</source>
<source>
@type monitor_agent
bind 0.0.0.0
port 24220
tag fluentd.monitor.*
</source>
<filter docker.**>
@type parser
key_name log
@ -32,3 +43,7 @@
headers {"Content-Type":"application/json"}
</store>
</match>
<match fluentd.monitor.**>
@type stdout
</match>