Last active
September 13, 2018 14:21
-
-
Save richardsonlima/62b17efd8da43a5cb2c24ee3f5262fef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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