Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- input {
- syslog {
- type => "syslog"
- port => 5544
- codec => multiline {
- pattern => "^%{LOGLEVEL}"
- negate => true
- what => "previous"
- }
- }
- }
- output {
- stdout { }
- elasticsearch { }
- }
Advertisement
Add Comment
Please, Sign In to add comment