From c5b3687854d2a611a6f09b2169dd6a80c24e24bd Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 16 Apr 2024 20:00:51 +0000 Subject: [PATCH] Update docker/fluentd/fluent.conf --- docker/fluentd/fluent.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker/fluentd/fluent.conf b/docker/fluentd/fluent.conf index 296b169..42336aa 100644 --- a/docker/fluentd/fluent.conf +++ b/docker/fluentd/fluent.conf @@ -8,8 +8,7 @@ @type parser key_name log reserve_data true - format /^(?.*)\b(SIGTERM|SEVERE ERROR|FATAL|CRITICAL)\b/i json - # Additional JSON parsing configuration (if necessary) + expression /^(?.*)\b(SIGTERM|SEVERE ERROR|FATAL|CRITICAL)\b/i