Skip to content

opiuman/elk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 31, 2015
fd0fd0c · Jul 31, 2015

History

23 Commits
May 20, 2015
Jul 31, 2015
Jul 31, 2015

Repository files navigation

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

About

ELK Dockerfile with Supervisord

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published