Run the ELK stack, the end-to-end search and analytics platform.
(ELK stands for Elasticsearch, Logstash and Kibana)
Images on the Docker Hub:
To run the ELK stack do:
docker run -d --name es elasticsearch
docker run -d --link es:elasticsearch -p 4560:4560 mattgruter/logstash
docker run -d --link es:elasticsearch -p 8080:8080 mattgruter/kibana
Now point your browser at http://localhost:8080 and send data to tcp://localhost:4560.
If you use fig you can bulid and start all containers with:
fig up
Or if you don't want to build the images yourself and use the prebuild images from the Docker Hub:
fig -f fig.prod.yml up
And point your browser at http://localhost:8080 and send data to tcp://localhost:4560.
Content type
Image
Digest
sha256:daa7e0109…
Size
76 MB
Last updated
over 8 years ago
docker pull mattgruter/kibana