diff --git a/dev-upgrade/elastic/logstash-alert.yaml b/dev-upgrade/elastic/logstash-alert.yaml index 6555977..222ade6 100644 --- a/dev-upgrade/elastic/logstash-alert.yaml +++ b/dev-upgrade/elastic/logstash-alert.yaml @@ -38,9 +38,7 @@ data: if [message] =~ "Unauthorized access" { drop {} } - if [message] =~ "exchange refresh token" { - drop {} - } + mutate { split => { "[log][file][path]" => "/" }