Skip to content

Instantly share code, notes, and snippets.

@GaryRogers
Created May 16, 2014 21:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GaryRogers/ed581050b11d598b91dd to your computer and use it in GitHub Desktop.
Save GaryRogers/ed581050b11d598b91dd to your computer and use it in GitHub Desktop.
Logstash pattersn for monolog
MONOLOGTIME \[%{TIMESTAMP_ISO8601:timestamp}\]
MONOLOGLEVEL \[%{LOGLEVEL:level}\]
MONOLOGCONTEXT \[context:%{DATA:context}\]
MONOLOGEXTRA \[extra:%{DATA:extra}\]
MONOLOG %{MONOLOGTIME} %{MONOLOGLEVEL} %{MONOLOGCONTEXT}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment