logstash need to apply until elastic work

This commit is contained in:
Ubuntu
2017-02-02 11:45:28 +00:00
parent 25a4014a07
commit 33fa95da11
3 changed files with 11 additions and 8 deletions

View File

@@ -1,8 +1,7 @@
FROM logstash:5.1.2
RUN apt-get update
RUN groupadd -g 1000 ossec && useradd -u 1000 -g 1000 ossec &&\
usermod -a -G ossec logstash
COPY config/logstash.conf /etc/logstash/conf.d/logstash.conf
COPY config/wazuh-elastic5-template.json /etc/logstash/wazuh-elastic5-template.json