Skip to content

Instantly share code, notes, and snippets.

@chales
Forked from Synchro/gist:5917252
Last active August 29, 2015 14:22
Show Gist options
  • Save chales/ccb9148aa0e82c85e796 to your computer and use it in GitHub Desktop.
Save chales/ccb9148aa0e82c85e796 to your computer and use it in GitHub Desktop.
grep {
type => "syslog"
match => [ "syslog_program", "drupal" ]
add_tag => "Drupal"
drop => false
}
grok {
type => "syslog"
tags => [ "Drupal" ]
match => [ "@message", "^https?://%{HOSTNAME:drupal_vhost}\|%{NUMBER:drupal_timestamp}\|(?<drupal_action>[^\|]*)\|%{IP:drupal_ip}\|(?<drupal_request_uri>[^\|]*)\|(?<drupal_referer>[^\|]*)\|(?<drupal_uid>[^\|]*)\|(?<drupal_link>[^\|]*)\|(?<drupal_message>.*)" ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment