Docker Compose for 3 Node Elasticsearch (6.5.0) Cluster and Kibana (Open Source 6.5.0) Instance for development purposes.
Kibana is being served behind Nginx Proxy so you can secure access of kibana for your purpose.
- Docker 18.05
- Docker-compose 1.21
docker-compose up -d
docker-compose ps -a
curl http://localhost:9200/_nodes?pretty=true
http://localhost:5601
http://localhost:8080
http://localhost:9200