Skip to content

dakue/docker-kibana

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kibana 4 in docker

This is kibana 4 in a minimal docker image under 50mb. Images are tagged by kibana versions.

Running

docker run -d -p <host ip>:<host port>:5601 \
    -e KIBANA_ES_URL=<elasticsearch url> bobrik/kibana

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

No-highlight patch

Kibana has unresolved issue that triggers an error if you use long text fields. This image has patch applied that fixes the problem in tags with postfix -no-highlighting.

Once issue is resolved, patch will be removed from this image.

About

kibana 4 in docker

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%