From b0ba4f345860582c26a1bc02b3d2c1d87ed1074f Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 15 Apr 2024 21:24:57 +0000 Subject: [PATCH] Update docker/fluentd/fluent.conf --- docker/fluentd/fluent.conf | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/docker/fluentd/fluent.conf b/docker/fluentd/fluent.conf index a8ad572..6a26bc8 100644 --- a/docker/fluentd/fluent.conf +++ b/docker/fluentd/fluent.conf @@ -1,9 +1,18 @@ - @type http + @type forward port 24224 bind 0.0.0.0 - + + @type parser + key_name log + reserve_data true + + @type json + + + + @type stdout