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