From 307be6287bbfbdfbba376db6bb2eb3030079a32e Mon Sep 17 00:00:00 2001 From: John Yeo Date: Tue, 25 Nov 2025 10:51:27 +0000 Subject: [PATCH] fix: firelens key value matches condition --- firelens.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/firelens.conf b/firelens.conf index 3053fff6c..651606ce2 100644 --- a/firelens.conf +++ b/firelens.conf @@ -1,19 +1,19 @@ [FILTER] Name modify Match * - Condition Key_Value_Match container_name .*-server-.* + Condition Key_value_matches container_name .*-server-.* Add type server [FILTER] Name modify Match * - Condition Key_Value_Match container_name .*-workers-.* + Condition Key_value_matches container_name .*-workers-.* Add type workers [FILTER] Name modify Match * - Condition Key_Value_Match container_name .*-cron-.* + Condition Key_value_matches container_name .*-cron-.* Add type cron [FILTER]