Logstash pipeline for basic syslog lines
If you use files called input.conf and output.conf they will not collide with this rules, even when you want to pull new versions.
Here's an example for an input.conf
input {
redis {
host => "localhost"
data_type => "list"
key => "netways-syslog-input"
}
}
and one for output.conf.
output {
redis {
host => "localhost"
data_type => "list"
key => "netways-syslog-output"
}
}