From 2b84c4246d52a0c7e019b501c774046e7a8563fb Mon Sep 17 00:00:00 2001 From: Dudi Date: Sun, 30 Jul 2023 19:53:58 +0300 Subject: [PATCH] match all --- fluent-bit.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fluent-bit.conf b/fluent-bit.conf index b5d3f07..d0f9418 100644 --- a/fluent-bit.conf +++ b/fluent-bit.conf @@ -26,7 +26,7 @@ [FILTER] name grep - match docker.* + match * exclude log ^$ [FILTER] @@ -36,7 +36,7 @@ [FILTER] name lua - match docker.* + match * script filters.lua call enrich