remove servlet service

main
ycz008 2024-03-01 16:31:16 +08:00
parent d17bbf7e18
commit 15c34ecdc1
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,9 @@ data:
if [message] =~ "No sess token provided" {
drop {}
}
if [message] =~ "Servlet.service" {
drop {}
}
mutate {
split => { "[log][file][path]" => "/" }
add_field => { "env" => "%{[log][file][path][3]}" }