Update docker/fluentd/fluent.conf

This commit is contained in:
colin 2024-04-16 17:16:09 +00:00
parent 45247e7016
commit 2627958c15
1 changed files with 2 additions and 1 deletions

View File

@ -20,11 +20,12 @@
<match **> <match **>
@type exec @type exec
command '/go-glitch "test from fluentd"' command "/go-glitch '${record['message']}'"
<buffer> <buffer>
flush_interval 10s flush_interval 10s
</buffer> </buffer>
<format> <format>
@type json @type json
</format> </format>
run_interval 10s
</match> </match>