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.
|
7 years ago | |
---|---|---|
Dockerfile | 8 years ago | |
README.md | 7 years ago | |
logstash.conf | 8 years ago | |
supervisor.conf | 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