A clone of https://github.com/willdurand/docker-elk with small modification.
1.9K
Source Github
This is a clone from https://github.com/willdurand/docker-elk, with the following modifications:
(Based on https://github.com/willdurand/docker-elk with modification)
$ docker run --name elk -p 8080:5601 -p 5000:5000 yukinying/elk
# OR with your own configs
$ docker run --name elk -p 8080:5601 -p 5000:5000
-v /path/to/your/logstash/config:/etc/logstash \
yukinying/elk
Then, browse: http://localhost:8080
$ docker run -d -v /data --name dataelk busybox
$ docker run --name elk -p 8080:5601 -p 5000:5000\
--volumes-from dataelk \
yukinying/elk
Logs are stored in
/var/log/supervisor//var/log/logstash//var/log/elasticsearch/To get the logs, run:
$ docker exec -it elk "/bin/bash"
$ tail -f /var/log/supervisor/* /var/log/logstash/* /var/log/elasticsearch/*
Content type
Image
Digest
sha256:fd93032a3…
Size
459.7 MB
Last updated
almost 11 years ago
docker pull yukinying/elk