recover logstash alert field
parent
142f3a822b
commit
d46ac183af
|
@ -38,9 +38,7 @@ data:
|
||||||
if [message] =~ "Unauthorized access" {
|
if [message] =~ "Unauthorized access" {
|
||||||
drop {}
|
drop {}
|
||||||
}
|
}
|
||||||
if [message] =~ "exchange refresh token" {
|
|
||||||
drop {}
|
|
||||||
}
|
|
||||||
|
|
||||||
mutate {
|
mutate {
|
||||||
split => { "[log][file][path]" => "/" }
|
split => { "[log][file][path]" => "/" }
|
||||||
|
|
Loading…
Reference in New Issue