Closed shazChaudhry closed 7 years ago
The solution in this repository expect docker containers to send UDP messages to Logstash. However, it appears that UDP is not supported on AWS Elastic Load Balancer. Extremely annoying.....
Currently, I am using GELF log driver with docker services to send UDP messages to Logstash. Investigate what other log driver options are available
Have logged an issue with Docker: https://github.com/docker/for-aws/issues/107
Since AWS ELB does not support UDP protocole, one possible solution could be as follows:
The solution in this repository expect docker containers to send UDP messages to Logstash. However, it appears that UDP is not supported on AWS Elastic Load Balancer. Extremely annoying.....
Currently, I am using GELF log driver with docker services to send UDP messages to Logstash. Investigate what other log driver options are available