You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Config File (if you have sensitive info, please remove it):
input {
udp {
port => 1514
type => syslog
tags => ["udp1514"]
}
udp {
port => 5514
type => syslog
add_field => [ "dev_type", "spec-dev" ]
tags => ["udp5514"]
}
}
Sample Data:
Steps to Reproduce:
No one packet go to port 5514 (checked via tcpdump), but cca 2000 packets in minute from port 1514 are "labeled" as going from port 5514.
input {
udp {
port => 1514
type => syslog
tags => ["udp1514"]
}
udp {
port => 5514
type => syslog
add_field => [ "dev_type", "spec-dev" ]
tags => ["udp5514"]
}
}
No one packet go to port 5514 (checked via tcpdump), but cca 2000 packets in minute from port 1514 are "labeled" as going from port 5514.