daily pastebin goal
22%
SHARE
TWEET

Untitled

a guest Sep 30th, 2013 8 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. input {
  2.   syslog {
  3.     type => "syslog"
  4.     port => 5544
  5.     codec => multiline {
  6.       pattern => "^%{LOGLEVEL}"
  7.       negate => true
  8.       what => "previous"
  9.     }
  10.   }
  11. }
  12.  
  13. output {
  14.   stdout { }
  15.   elasticsearch { }
  16. }
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