Skip to content

Instantly share code, notes, and snippets.

@karaaie
Created August 22, 2014 07:33
Show Gist options
  • Save karaaie/9f6709c10da790327da6 to your computer and use it in GitHub Desktop.
Save karaaie/9f6709c10da790327da6 to your computer and use it in GitHub Desktop.
filter {
grok {
break_on_match => "false"
type => "syslog"
match => ["syslog_program","nginx-access","nginx-error"]
pattern => "%{NGINXACCESS}"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment