daily pastebin goal
23%
SHARE
TWEET

Untitled

a guest Apr 28th, 2015 213 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. filter {
  2.   if [type] == "syslog" and ![program] {
  3.     grok {
  4.       match ==> [ "message", "%RSYSLOGBASE" ]  
  5.       overwrite => [ "message" ]
  6.     }
  7.   }
  8. }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
 
Top