Kibana that can be easily linked to the official Elastic Search docker image
529
Download the latest version of Kibana with an entry point that can be linked to Elastic Search.
Trivial to integrate via docker compose with official Elastic Search image.
elasticsearch:
image: elasticsearch
ports:
- "9200:9200"
kibana:
image: shortishly/kibana
links:
- elasticsearch
ports:
- "5601:5601"
Content type
Image
Digest
sha256:6cc24e638…
Size
105.5 MB
Last updated
over 11 years ago
docker pull shortishly/kibana