From faf48229183b578e49465d424caadbe0eca4634f Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 15 Sep 2025 08:01:42 -0500 Subject: [PATCH] fluent-bit: Ignore all HTTP output status messages If the Fluent Bit pipeline includes multiple HTTP outputs, we need to supporess the `HTTP status=200` messages from _all_ of them. --- group_vars/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/all.yml b/group_vars/all.yml index cc4e676..b7a8487 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -150,7 +150,7 @@ fluent_bit_default_filters: # Avoid log amplification from logging the result of sending logs! - name: grep match: host.fluent-bit.service - exclude: message \[output:http:victorialogs\] .+, HTTP status=200$ + exclude: message \[output:http:.+\] .+, HTTP status=200$ - name: rewrite_tag alias: ntfy match: host.*