If i load the message in the extractors, and try the extractor, they are able to parse msg just fine. However, it’s not parsing msgs when logs are being sent to graylog.
2019-12-16T09:21:38.751Z WARN [AbstractTcpTransport] receiveBufferSize (SO_RCVBUF) for input GELFTCPInput{title=ADFS Gelf TCP, type=org.graylog2.inputs.gelf.tcp.GELFTCPIn
put, nodeId=null} (channel [id: 0x4fde65c9, L:/172.17.1.87:5045]) should be 1048576 but is 425984.
However, the input is set to 1048576, not sure why there is warning related to receive buffer size.
Folks, I managed to resolve the issue. The fix was very trivial, while migrating from older agents to newer one, I some how over looked the port number.
Once, I have fixed the port no. I can now see extractors working. Btw, I still have that TCP Receive buffer warning. I presume i can leave it as it is since i don’t see an impact of it.