Open dzirg44 opened 5 years ago
I have the same (or a similar) issue. I've got a running ELK stack and I can manually send gelf logs to it. Whatever I do to set up a docker container to log to it via gelf, thought, it fails.
I have the same issue. When I'm running the same docker-compose file on docker-machine - I have no problems with gelf driver. On Docker Desktop it is simply does not send anything. When I'm using host networking mode - it starts working with 127.0.0.1, but then I need to use host networking for whole ELK stack, so they'll be able to call each other, and it is not variant for me.
Is there any update on this? I have been trying to setup graylog logging and nothing has worked. Very frustrating.
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
comment.
Stale issues will be closed after an additional 30d of inactivity.
Prevent issues from auto-closing with an /lifecycle frozen
comment.
If this issue is safe to close now please do so.
Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. /lifecycle stale
/lifecycle frozen
Expected behavior
Actual behavior
Information
Steps to reproduce the behavior
services: logstash: image: docker.elastic.co/logstash/logstash-oss:7.1.1 ports:
logging-network
httpd: image: httpd:latest depends_on:
networks: logging-network: driver: bridge
curl