update containers to work with filebeat

This commit is contained in:
Jose Luis Ruiz
2017-01-28 21:29:26 +01:00
parent 8f05ef3ac6
commit b597b78036
10 changed files with 54 additions and 24 deletions
+1 -3
View File
@@ -27,8 +27,6 @@ services:
command: -f /etc/logstash/conf.d/
ports:
- "5000:5000"
volumes_from:
- wazuh
# networks:
# - docker_elk
depends_on:
@@ -43,7 +41,7 @@ services:
# - docker_elk
depends_on:
- elasticsearch
entrypoint: ./wait-for-it.sh elasticsearch
entrypoint: sh wait-for-it.sh elasticsearch
#networks:
# docker_elk: