Skip to content

Instantly share code, notes, and snippets.

@orasik
Created May 12, 2017 10:43
Show Gist options
  • Save orasik/a29e0f474d22e2546aac1fedf75849a5 to your computer and use it in GitHub Desktop.
Save orasik/a29e0f474d22e2546aac1fedf75849a5 to your computer and use it in GitHub Desktop.
Fluentd monolog format
/^\[(?<timestamp>[\d\-]+ [\d\:]+)\] (?<log_name>.+)\.(?<log_level>(DEBUG|INFO|NOTICE|WARNING|ERROR|CRITICAL|ALERT|EMERGENCY))\: (?<message>.*) (?<context>\{.+\}) \[(?<extra>.*)\]$/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment