I am sending my firewall and load balancer logs to graylog server, firewall logs are fine we are receiving source as firewall name. but netscaler load balancer logs are showing with the IP address if we check in the logs in the source it’s showing the IP address.
what is the change we have to do if we want to receive it as a name?
we are using inputs 514 UDP port.
Usually Graylog put the IP instead the source if it can’t parse the syslog message.
You can check the message two ways. with TCPdump, or set “store full message” under your input.
Usually the timestamp is in incorrect format, so the graylog can’t recognize it.
If you can’t change the logformat on your load balancer, you can set extractor or pipeline rule to change the IP to hostname,