Sign inSign up

opiuman/elk

By opiuman

Updated about 11 years ago

Image
1

588

opiuman/elk repository overview

ELK Dockerfile


start an elk instance

docker run -d -p 9200:9200 -p 9300:9300 -p 5601:5601 -p 5000:5000/udp -p 6666:6666 opiuman/elk

This will start an elk container with the default configs.

start with persistent storage

docker run -d -p 9200:9200 -p 9300:9300 -p 5601:5601 -p 5000:5000/udp -p 6666:6666 -v <workspace-dir>/workspace:/workspace opiuman/elk

The elk container will be running with a mounted workspace directory (on the host) which could contain the custom config files (elasticsearch.yml, kibana.yml, logstash.conf and supervisord.conf) if you want to run with your own settings. Put the custom index templates under folder /workspace/config/templates.

Links to verify:

http://<host>:9200
http://<host>:5601                        -- Kibana
http://<host>:9200/_plugin/marvel         -- marvel
http://<host>:9200/_plugin/bigdesk        -- bigdesk
http://<host>:9200/_plugin/kopf           -- kopf

Watcher

Tag summary

Content type

Image

Digest

sha256:ba887b70f

Size

490.7 MB

Last updated

about 11 years ago

docker pull opiuman/elk