OS: CentOS 8.1.1911 (Core) x64
VLAN 11 (virsh Machines): 10.10.11.0/24
VLAN 1 (default LAN): 10.10.10.0/24
Router: 10.10.10.1 (/24)
Graylog VM: 10.10.11.11
I’ve set up an input collector for Syslog UDP Port 1514 and it looks like other configured hosts are sending without issue as I can see the incoming traffic with tcpdump
but Graylog states that there are no incoming messages.
Logs would suggest there’s no issues:
2020-06-01T16:05:25.019-05:00 INFO [InputStateListener] Input [Syslog UDP/5ed551ce3e30c31329a51a8b] is now STARTING
2020-06-01T16:05:25.019-05:00 WARN [UdpTransport] receiveBufferSize (SO_RCVBUF) for input SyslogUDPInput{title=Network Devices, type=org.graylog2.inputs.syslog.udp.SyslogUDPInput, nodeId=8e253e8b-1f48-4153-af81-badb6dfee78c} (channel [id: 0x2115e711, L:/10.10.11.11:1514]) should be 262144 but is 425984.
2020-06-01T16:05:25.023-05:00 WARN [UdpTransport] receiveBufferSize (SO_RCVBUF) for input SyslogUDPInput{title=Network Devices, type=org.graylog2.inputs.syslog.udp.SyslogUDPInput, nodeId=8e253e8b-1f48-4153-af81-badb6dfee78c} (channel [id: 0x40523a7a, L:/10.10.11.11:1514]) should be 262144 but is 425984.
2020-06-01T16:05:25.024-05:00 INFO [InputStateListener] Input [Syslog UDP/5ed551ce3e30c31329a51a8b] is now RUNNING
…and tcpdump shows the traffic coming in from the router (currently configured to point @ 10.10.11.11:1514 UDP:
16:09:46.783645 IP 10.10.11.1.39850 > 10.10.11.11.1514: UDP, length 142
16:09:46.786016 IP 10.10.11.1.39850 > 10.10.11.11.1514: UDP, length 95
16:09:47.136468 IP 10.10.11.1.39850 > 10.10.11.11.1514: UDP, length 84
16:09:51.749061 IP 10.10.11.1.39850 > 10.10.11.11.1514: UDP, length 191
16:09:51.761048 IP 10.10.11.1.39850 > 10.10.11.11.1514: UDP, length 193
16:09:51.765062 IP 10.10.11.1.39850 > 10.10.11.11.1514: UDP, length 193
Despite this, Graylog states that there are no incoming messages for the input.
I’m unsure of where else to look.
I’m not looking for the answer but looking more for someone to point me in the right direction.
Thanks!
Edit: Added some basic Infrastructure information.