pfelk / docker

Deploy pfelk with docker-compose
Apache License 2.0
56 stars 20 forks source link

volume directories seem to be wrong? #10

Closed xternaal closed 4 years ago

xternaal commented 4 years ago

Hi, When building the docker-compose the docker seems to point to /usr/share/logstash/etc... when infact the pipelines etc just point to /etc/... also the maxmind points to /usr/share/logstash/GeoIP and not /usr/share/GeoIP

If I change it to /usr/share/GeoIP it then works. However I am still having issues with the first volume issue above and am reluctant to make wholesale changes through the config files as obviously im doing something wrong if it works for everyone else :) ?

Cheers

a3ilson commented 4 years ago

@xternaal - update/fixed a number of issues. Tested and working...please confirm and close this issue.

xternaal commented 4 years ago

All working - Many Thanks!