Skip to content

Instantly share code, notes, and snippets.

@artbikes
Created April 13, 2012 21:05
Show Gist options
  • Save artbikes/2380187 to your computer and use it in GitHub Desktop.
Save artbikes/2380187 to your computer and use it in GitHub Desktop.
Logstash Redis Pattern
REDIS_TS %{MONTHDAY} %{MONTH} %{HOUR}:%{MINUTE}:%{SECOND}
REDIS \[%{POSINT:pid}\] %{REDIS_TS:timestamp} \* %{GREEDYDATA:message}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment