Hey there,
at the moment many different systems were sending logs on port 514
Does anyone know if it is possible to declare different type direktly in the input section?
Something like:
input {
udp {
port => "514"
if [grok{ patterns_dir => [ "/opt/logstash/patterns" ]
match => [
"message", "%{SYSLOG5424PRI}%{NUMBER}: %{CISCOTIMESTAMP}%{CISCOTIMEZONE}]
}]
{
type => "cisco"
}
}