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 **>
@type exec
command '/go-glitch "test from fluentd"'
command "/go-glitch '${record['message']}'"
<buffer>
flush_interval 10s
</buffer>
<format>
@type json
</format>
run_interval 10s
</match>