Elasticsearch with elasticsearch-kopf and kibana plugins
1.6K
Docker image with Elasticsearch and elasticsearch-kopf, kibana and elasticsearch-HQ plugins installed.
To run that image with persistent data storage run:
CID=$(docker run -d -P -v data_elasticsearch:/opt/elasticsearch/data michaloo/elasticsearch)
after getting container port:
PORT=$(docker port $CID 9200)
you can open:
http://$PORT/_plugin/kopf/
http://$PORT/_plugin/kibana3/
http://$PORT/_plugin/HQ/
to cleanup:
docker rm -f $CID && docker rm -v data_elasticsearch
Provided example assumes using crane.
Change dir to examples/ and execute crane lift. This will bring three containers:
After lifting them up you can go to
http://your-docker-host:9200/_plugin/kibana3/index.html#/dashboard/file/logstash.json
to see the example logs (you may need to wait a minute for logs to show).
Content type
Image
Digest
sha256:4c33283cd…
Size
177 MB
Last updated
over 10 years ago
docker pull michaloo/elasticsearch