Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 591 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 591 Bytes

docker-kibana

This is Kibana 4.4.2 in a minimal 113MB Docker image. Images are tagged by Kibana versions.

Docker Repository on Quay.io

Running

docker run --name kibana \
           --detach \
           --publish 5601:5601 \
           -e KIBANA_ES_URL=<elasticsearch url> \
           quay.io/pires/docker-kibana:4.4.2

You could set KIBANA_INDEX env variable to set an index for Kibana's data.