Loadbalancing Logback logstash logs using HAProxy
问题 IP Address: Web Application -> 192.168.x.209 HAProxy -> 192.168.x.211 Logstash Shipper -> 192.168.x.210 With the below configuration, HAProxy is not able to receive logs from Logstash application and thus logstash shipper is not able to receive the logs. Following are the configurations I did: WebApplication - logback.xml <appender name="stash" class="net.logstash.logback.appender.LogstashAccessTcpSocketAppender"> <destination>192.168.x.211:5001</destination> <encoder class="net.logstash