diff --git a/dev-upgrade/elastic/logstash-alert.yaml b/dev-upgrade/elastic/logstash-alert.yaml index 4be9e7c..9fca956 100644 --- a/dev-upgrade/elastic/logstash-alert.yaml +++ b/dev-upgrade/elastic/logstash-alert.yaml @@ -57,6 +57,11 @@ data: mutate { join => { "[log][file][path]" => "/" } } + mutate { + gsub => [ + "message", "\n\t", " " + ] + } if [stack_trace] { mutate { gsub => [