Created
December 16, 2014 18:26
-
-
Save frodopwns/9b65bd7c7610b9e82235 to your computer and use it in GitHub Desktop.
Grok Pattern for Drupal Syslog Messages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%{SYSLOGBASE} %{URI:base_url}\|%{INT:unix_timestamp}\|%{DATA:category}\|%{IP:ip}\|%{URI:request_url}\|(?:%{URI:referrer}|)\|%{INT:uid}\|(?:%{URI:link}|)\|%{GREEDYDATA:errmsg} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment