shazChaudhry / docker-elastic

Deploy Elastic stack in a Docker Swarm cluster. Ship application logs and metrics using beats & GELF plugin to Elasticsearch
347 stars 188 forks source link

Is it possible to start Packetbeat in Docker swarm mode? #15

Open shazChaudhry opened 6 years ago

shazChaudhry commented 6 years ago

Network capabilities required to start packetbeat in docker are ignored by docker swarm mode.

Have reached out to the community for help: https://discuss.elastic.co/t/run-packetbeat-in-docker-swarm-mode/129937

shazChaudhry commented 6 years ago

Neet to keep an eye on https://github.com/moby/moby/issues/25303 Once this issue has been resolved, more options to service create will be added and so hopefully packetbeat can then be started in swarm mode

Desnoo commented 3 years ago

This feature has been shipped with the latest docker version 20.10. See issue: https://github.com/moby/moby/issues/25885.