Hi jsvd,
That sounds great. Input in Logstash looks like that:
syslog {
port => 5514
type => "syslog"
}
udp {
type => "pfsense"
port => 5140
}
beats {
type => "log"
port => 5044
}
udp {
type => "syslog"
port => 5515
}
Can you give an example how i have to do that?