Kibana lets you visualize your Elasticsearch data and navigate the Elastic Stack, also see ELK Stack
Stand Alone Containers
V7
docker run -d --name kibana-v7 -p 5607:5601 -e "ELASTICSEARCH_HOSTS={host}:{port}" kibana:7.2.0
V5
docker run -d --name kibana-v5 -p 5605:5601 -e "ELASTICSEARCH_URL={host}:{port}" kibana:5
Environment variables translation
1 | Kibana Version Kibana Setting Docker Dev Env |
Elastic Ports
9200 is for REST
9300 for nodes communication
References
V7 Current, yeah this will change in 5 minutes :D
- https://www.elastic.co/guide/en/kibana/current/settings.html
- https://www.elastic.co/guide/en/kibana/current/docker.html
V6