Skip to content

Instantly share code, notes, and snippets.

@richardsonlima
Last active September 13, 2018 14:21
Show Gist options
  • Save richardsonlima/62b17efd8da43a5cb2c24ee3f5262fef to your computer and use it in GitHub Desktop.
Save richardsonlima/62b17efd8da43a5cb2c24ee3f5262fef to your computer and use it in GitHub Desktop.
https://github.com/maxyermayank/docker-compose-elasticsearch-kibana
Requirements
Docker 18.05
Docker-compose 1.21
Start Stack in Daemon Mode
docker-compose up -d
Check status of docker-compose cluster
docker-compose ps -a
Cluster Node Info
curl http://localhost:9200/_nodes?pretty=true
Access Kibana
http://localhost:5601
Accessing Kibana through Nginx
http://localhost:8080
Access Elasticsearch
http://localhost:9200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment