Logstash in a container
Go to file
dave 7f1c7b56c3 Initial commit 2015-09-20 11:11:50 -07:00
Dockerfile Initial commit 2015-09-20 11:11:50 -07:00
README.md Initial commit 2015-09-20 11:11:50 -07:00
logstash.conf Initial commit 2015-09-20 11:11:50 -07:00
supervisor.conf Initial commit 2015-09-20 11:11:50 -07:00

README.md

docker-logstash

Container for running Logstash.

Usage:

  • Build: docker build -t logstash .
  • Run: docker run -d -v /logstash/configs:/etc/logstash/conf.d /logstash/patterns:/etc/logstash/patterns -p 1234:1234 logstash