Closed bjblazko closed 9 years ago
@bjblazko, I planned on getting back to you over the weekend, but I lost track of time. Are you still working through this?
Closing due to inactivity. @bjblazko please reopen if I can do anything to help.
I believe I saw the same behaviour. I'm not sure what exactly is the issue, but for me it worked to link a directory, not just single file:
$ mkdir conf.d
$ mv logstash.conf conf.d
$ docker run -d \
--name "ELK" -p 9200:9200 -p 9292:9292 \
-v /some/path/conf.d:/opt/logstash/conf.d" \
pblittle/docker-logstash
@bjblazko please confirm
Hello,
as noted in the README, I used /opt/logstash.conf via Docker Volume. Now, with release 0.11.x I try to use /opt/logstash/conf.d but the container immediately exits:
I am starting these ways:
or
Am not sure if I am using it wrong, but with 0.10x using this way it worked:
Thanks for your great work!
Cheers, Timo