0

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.

prem
  • 572
  • 2
  • 7
  • 26

1 Answers1

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
Robert
  • 5,278
  • 43
  • 65
  • 115
TWI
  • 575
  • 5
  • 12