From 2627958c156f89623d594455369716b23e2aba84 Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 16 Apr 2024 17:16:09 +0000 Subject: [PATCH] Update docker/fluentd/fluent.conf --- docker/fluentd/fluent.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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