mirror of https://github.com/infosecn1nja/HELK.git
keep in case need to re-add these lines
parent
fd5720451a
commit
1d5e7375c3
|
@ -10,6 +10,8 @@ FROM docker.elastic.co/logstash/logstash:7.5.2
|
|||
LABEL maintainer="Roberto Rodriguez @Cyb3rWard0g"
|
||||
LABEL description="Dockerfile base for the HELK Logstash."
|
||||
|
||||
#COPY --chown=logstash:logstash config/logstash.yml /usr/share/logstash/config/logstash.yml
|
||||
#COPY --chown=logstash:logstash config/pipelines.yml /usr/share/logstash/config/pipelines.yml
|
||||
RUN rm -f /usr/share/logstash/pipeline/logstash.conf
|
||||
|
||||
# Build with plugins baked in
|
||||
|
|
Loading…
Reference in New Issue