diff --git a/docker/fluentd/fluent.conf b/docker/fluentd/fluent.conf index 3577096..872441d 100644 --- a/docker/fluentd/fluent.conf +++ b/docker/fluentd/fluent.conf @@ -20,11 +20,12 @@ @type exec - command '/go-glitch "test from fluentd"' + command "/go-glitch '${record['message']}'" flush_interval 10s @type json + run_interval 10s \ No newline at end of file