anapsix / docker-kibana

Kibana in a box

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Official Kibana image was recently added to the Docker Hub.
It's 260MB, while it easy enough to make one 2x lighter.. Here it is.

this one official

Tags

tag version
latest 4.3.1
4.3 4.3.1
4.3.1 4.3.1
4.3.0 4.3.0
4.2 4.2.1
4.2.1 4.2.1
4.1 4.1.3
4.1.3 4.1.3
4.0 4.0.3
4.0.3 4.0.3

Usage

docker run -it --rm \
  -e ELASTICSEARCH_URL="http://kibana.acmecorp.com:9200" \
  -p 5601:5601 anapsix/kibana

About

Kibana in a box


Languages

Language:Shell 100.0%