Deploy ELK Stack in Docker Swarm
Deploy ELK Stack in Docker Swarm
By default, the stack exposes the following ports:
docker stack deploy -c docker-stack.yml elk
If all components get deployed without any error, the following command will show 3 running services :
docker stack services elk
You need license after terial time. You can use oss version of images for free version :
docker.elastic.co/elasticsearch/elasticsearch-oss:7.6.1
docker.elastic.co/logstash/logstash-oss:7.6.1
docker.elastic.co/kibana/kibana-oss:7.6.1