1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/elk/conf/11-nginx.conf
2016-10-29 15:20:25 +08:00

8 lines
113 B
Plaintext

filter {
if [type] == "nginx-access" {
grok {
match => { "message" => "%{NGINXACCESS}" }
}
}
}