From e5ae75c03d751e65b77cbcdd30a050aab817e387 Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 21 Apr 2024 15:43:59 -0400 Subject: [PATCH] fixup --- docker/fluentd-ingest/fluent.conf | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docker/fluentd-ingest/fluent.conf b/docker/fluentd-ingest/fluent.conf index b1ba851..55f4581 100644 --- a/docker/fluentd-ingest/fluent.conf +++ b/docker/fluentd-ingest/fluent.conf @@ -1,10 +1,7 @@ - - @type "forward" - - host "fluentd_fluentd" - port 24224 - - + + @type forward + port 24224 + @type copy @@ -14,8 +11,10 @@ extra_labels {"job": "fluentd"} - @type forward - host fluentd_fluentd - port 24224 + @type "forward" + + host "fluentd_fluentd" + port 24224 +