pfelk / docker

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

Docker Configuration Bugs #21

Closed nibblesandbits007 closed 3 years ago

nibblesandbits007 commented 3 years ago

Describe the bug When following the documentation, the logstash container is unable to reach the es01 instance because the output host is set to http://localhost:9200 rather than http://es01:9200.

Additionally, the MaxMind documentation states to update line 18 to be DatabaseDirectory /usr/share/GeoIP/, but the corresponding path in the docker-compose.yml file for the logstash container is /usr/share/GeoIP/:/usr/share/logstash/GeoIP/ which results in being unable to load the files.

To Reproduce Steps to reproduce the behavior:

Screenshots If applicable, add screenshots to help explain your problem.

Operating System (please complete the following information):

Elasticsearch, Logstash, Kibana (please complete the following information):

Additional context I'm going to add a PR shortly, so I'm skipping the service logs since I've already fixed the bug locally and it seems fairly obvious. If you'd like me to go back and re-do this, I'm happy to.