From bb79149a768ab5e4d8f9a7a4041218d6e8db1ae9 Mon Sep 17 00:00:00 2001 From: Daijiro Fukuda Date: Thu, 6 Jun 2024 14:11:11 +0900 Subject: [PATCH] default config: comment out out_forward setting It would be not desirable to try to connect with `192.168.0.11` or `192.168.0.12` by default. This causes the following warning log: ... detached forwarding server ... Also, this could cause some unintended problems. Signed-off-by: Daijiro Fukuda --- fluent.conf | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/fluent.conf b/fluent.conf index 3c393b451d..98d7a38856 100644 --- a/fluent.conf +++ b/fluent.conf @@ -81,20 +81,20 @@ @id stdout_output -# match tag=system.** and forward to another fluent server - - @type forward - @id forward_output - - - host 192.168.0.11 - - - - host 192.168.0.12 - - - +## match tag=system.** and forward to another fluent server +# +# @type forward +# @id forward_output +# +# +# host 192.168.0.11 +# +# +# +# host 192.168.0.12 +# +# +# ## match tag=myapp.** and forward and write to file #