Skip to content

Instantly share code, notes, and snippets.

@bsdlp
Created September 22, 2014 16:43
Show Gist options
  • Select an option

  • Save bsdlp/e61997749d21ef42de38 to your computer and use it in GitHub Desktop.

Select an option

Save bsdlp/e61997749d21ef42de38 to your computer and use it in GitHub Desktop.
filter {
grok {
match => [ "message", "\[%{NUMBER:requesttime}\] %{COMBINEDAPACHELOG}" ]
}
date {
locale => en
match => ["timestamp", "dd/MMM/yyyy:HH:mm:ss Z"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment