forked from wazuh/wazuh-docker
Adding env variables for alerts data flow
This commit is contained in:
@@ -4,3 +4,9 @@ FROM docker.elastic.co/logstash/logstash:6.5.4
|
||||
RUN rm -f /usr/share/logstash/pipeline/logstash.conf
|
||||
|
||||
COPY config/01-wazuh.conf /usr/share/logstash/pipeline/01-wazuh.conf
|
||||
|
||||
USER root
|
||||
COPY config/run.sh /run.sh
|
||||
RUN chmod +x /run.sh
|
||||
|
||||
ENTRYPOINT ["/run.sh"]
|
||||
|
||||
Reference in New Issue
Block a user