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