This repository contains the Dockerfile and the configuration files of Logstash for Docker.
docker build -t mkaag/logstash github.com/mkaag/docker-logstash
``bash
docker run -d -p 5140:5140/tcp -p 5140:5140/udp -p 5000
--link elasticsearch:es
-v /opt/apps/logstash:/opt/etc
mkaag/logstash
Content type
Image
Digest
sha256:67ce4db9a…
Size
423.4 MB
Last updated
about 11 years ago
docker pull mkaag/logstash