Update docker/fluentd/fluent.conf
This commit is contained in:
parent
45247e7016
commit
2627958c15
|
@ -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>
|
Loading…
Reference in New Issue