I am seeing [netty-transport-#] Error in Input messages frequently in the graylog log. I believe the reason for this is due to the way the haproxy load-balancer sitting in front of the cluster nodes is performing health checks. I have altered the haproxy config to reduce the intensity of checks, but I don’t want to disable them completely.
Wondering if there is a log4j.xml config change I can make to filter out these messages?
I mean, Graylog has the status endpoint that can be used by loadbalancers to check the status. Special also if that Node is overloaded or not present. Might be better than just a tcp check for the service?