update logstash
parent
fa0231ccbd
commit
a884fd5752
|
@ -16,8 +16,9 @@ data:
|
|||
source => "message"
|
||||
}
|
||||
}
|
||||
grok {
|
||||
match => { "log.file.path" => "(?:/[^/]+){2}/(?<env>[^/]+)" }
|
||||
mutate {
|
||||
split => { "[log][file][path]" => "/" }
|
||||
add_field => { "env" => "%{[log][file][path][2]}" }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue