Kibana4 configured with env variables.
100K+
Kibana4 that can be configured using environment variables.
Download and view the default config file:
docker run rlister/kibana4 cat config/kibana.yml
Settings can be overridden using environment variables of the same name, but uppercased:
For example, to link and connect to an elasticsearch container (using
the linked /etc/hosts entry):
docker run -d --name elasticsearch dockerfile/elasticsearch
docker run -d --name kibana4 --link elasticsearch:elasticsearch -e ELASTICSEARCH_URL=http://elasticsearch:9200 -p 5601:5601 rlister/kibana4
You should now be able to use your dashboard at
http://localhost:5601.
Content type
Image
Digest
sha256:267e56317…
Size
170.9 MB
Last updated
almost 11 years ago
docker pull rlister/kibana4