Sign inSign up

itzg/kibana

Sponsored OSS

By itzg

Updated almost 10 years ago

Provides a ready-to-run Kibana server that can easily hook into your Elasticsearch containers.

Image
Data science
Monitoring & observability
Web analytics
3

10K+

itzg/kibana repository overview

Provides a ready-to-run Kibana server that can easily hook into your Elasticsearch containers.

Usage with Docker elasticsearch container

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

Usage with non-Docker elasticsearch

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.

Tag summary

Content type

Image

Digest

sha256:ac2ee9e60

Size

192.1 MB

Last updated

almost 10 years ago

docker pull itzg/kibana

This week's pulls

Pulls:

13

Last week