Skip to content

Elastic Kibana swarm cluster powered by Docker and Compose

Notifications You must be signed in to change notification settings

dkutty/mgelastickibana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

mgelastickibana

Deploy the cluster use the following command

  • sysctl -w vm.max_map_count=262144 (on each of the node)
  • docker swarm init --advertise-addr (on the master node)
  • run the join token on each of the worker node
  • docker stack deploy -c docker-compose.yml mg

To shutdown the cluster use this

docker service rm $(docker service ls -q)

Releases

No releases published

Packages

No packages published