Provides a ready-to-run Kibana server that can easily hook into your Elasticsearch containers.
10K+
Provides a ready-to-run Kibana server that can easily hook into your Elasticsearch containers.
This is by far the easiest and most Docker'ish way to run Kibana.
Assuming you started one or more containers using something like
docker run -d --name your-es -p 9200:9200 itzg/elasticsearch
Start Kibana using
docker run -d -p 5601:5601 --link your-es:es itzg/kibana
Proceed to use Kibana starting from this point in the documentation
Start Kibana using
docker run -d -p 5601:5601 -e ES_URL=http://YOUR_ES:9200 itzg/kibana
Replacing http://YOUR_ES:9200 with the appropriate URL for your system.
Content type
Image
Digest
sha256:ac2ee9e60…
Size
192.1 MB
Last updated
almost 10 years ago
docker pull itzg/kibanaPulls:
13
Last week