I'm new to Docker
Installed the docker on ubuntu 12.04.Now
I want to install ELK(Elastic search,Logstash and Kibana) on Single container.How can I go with?Any suggestions.
Asked
Active
Viewed 473 times
0

prem
- 572
- 2
- 7
- 26
1 Answers
1
This image does exactly that
https://registry.hub.docker.com/u/pblittle/docker-logstash/
run it using the following command
$ docker run -d -p 9292:9292 -p 9200:9200 pblittle/docker-logstash