From 3ff254b47dab5549401505f40240ea18397f87b0 Mon Sep 17 00:00:00 2001 From: ycz008 Date: Tue, 5 Mar 2024 16:48:34 +0800 Subject: [PATCH] logstash message \n " " --- dev-upgrade/elastic/logstash-alert.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-upgrade/elastic/logstash-alert.yaml b/dev-upgrade/elastic/logstash-alert.yaml index 9fca956..0788622 100644 --- a/dev-upgrade/elastic/logstash-alert.yaml +++ b/dev-upgrade/elastic/logstash-alert.yaml @@ -59,7 +59,7 @@ data: } mutate { gsub => [ - "message", "\n\t", " " + "message", "\n", " " ] } if [stack_trace] {