Guest User

Untitled

a guest
Sep 30th, 2013
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  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. }
Advertisement
Add Comment
Please, Sign In to add comment