Logstash in a container
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
dave 3d45035a09 Update readme 7 years ago
Dockerfile Initial commit 8 years ago
README.md Update readme 7 years ago
logstash.conf Initial commit 8 years ago
supervisor.conf Initial commit 8 years ago

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 -p 1234:1234 logstash

Extras:

  • Add patterns dir: -v -v /my/logstash/patterns:/etc/logstash/patterns