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