Skip to content

Simple elastic stack build for docker swarm and compose v3

Notifications You must be signed in to change notification settings

sfponce/docker-elastic-stack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-elastic-stack

Docker swarm compose project ready to launch an Elastic stack (Elasticsearch, Kibana, Logstash and Metricbeat)

Requirements

  • docker-engine >= 1.13
  • Docker swarm mode

Launch stack

docker stack deploy -c stack.yml elstack
docker service update  --publish-add 5601:5601 elstack_kibana

ToDo

  • Add persistent volumes to elasticsearch and kibana
  • Include kibana published port on compose file

About

Simple elastic stack build for docker swarm and compose v3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published