Open
Description
Using this plugin to send some logs to a remote host.
Configuration in logstash related with this plugin is as follows:
output {
syslog {
host => "10.0.0.25"
port => "514"
protocol => "udp"
facility => "local5"
severity => "debug"
}
}
Then on the remote rsyslog server I've noticed that the logs are send with severity 3.
If I want them to be send to remote server as local5 then I need to configure logstash with facility == "local7". This is not scalable since if we want to send to the remote host as facility 'local7', then it's not clear which value to use in the config.
This behavior is seen in logstash 5.2. This was not happening in logstash 1.5.6.
Metadata
Metadata
Assignees
Labels
No labels