recover logstash alert field

main
ycz008 2024-02-28 18:51:40 +08:00
parent 142f3a822b
commit d46ac183af
1 changed files with 1 additions and 3 deletions

View File

@ -38,9 +38,7 @@ data:
if [message] =~ "Unauthorized access" {
drop {}
}
if [message] =~ "exchange refresh token" {
drop {}
}
mutate {
split => { "[log][file][path]" => "/" }