From 1403ec1ca04ff63febc3311d31c25fa352cc169f Mon Sep 17 00:00:00 2001 From: ycz008 Date: Thu, 7 Mar 2024 18:23:38 +0800 Subject: [PATCH] logstash log-alert.sd replace " --- dev-upgrade/elastic/logstash-alert.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/dev-upgrade/elastic/logstash-alert.yaml b/dev-upgrade/elastic/logstash-alert.yaml index 0788622..7600640 100644 --- a/dev-upgrade/elastic/logstash-alert.yaml +++ b/dev-upgrade/elastic/logstash-alert.yaml @@ -62,6 +62,16 @@ data: "message", "\n", " " ] } + mutate { + gsub => [ + "message", "\t", " " + ] + } + mutate { + gsub => [ + "message", "\"", " " + ] + } if [stack_trace] { mutate { gsub => [