Docker Compose for a two node Elasticsearch cluster (7.0.0) and Kibana (7.0.0) for development purposes.
- Docker (Make sure your docker config is set to handle a high enough amount of resources or the containers will fail to load.)
- Docker-compose
docker-compose up -d
docker-compose ps -a
curl http://localhost:9200/_nodes?pretty=true
http://localhost:5601
http://localhost:9200
https://github.com/maxyermayank/docker-compose-elasticsearch-kibana