anapsix/kibana

By anapsix

Updated almost 7 years ago

smaller Kibana in a box

Image
0

3.3K

Official Kibana image was recently added to the Docker Hub.
It's 184MB, while it easy enough to make a smaller one.. Here it is.

this oneofficial

Tags

tagversion
latest4.3.0
4.34.3.0
4.3.04.3.0
4.24.2.1
4.2.14.2.1
4.14.1.3
4.1.34.1.3
4.04.0.3
4.0.34.0.3

Usage

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

Docker Pull Command

docker pull anapsix/kibana