You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
251 B
Plaintext
7 lines
251 B
Plaintext
5 years ago
|
FROM docker.elastic.co/logstash/logstash:7.5.2
|
||
|
|
||
|
RUN rm -f /usr/share/logstash/pipeline/logstash.conf
|
||
|
RUN /usr/share/logstash/bin/logstash-plugin install logstash-output-elasticsearch
|
||
|
|
||
|
ADD files/logstash.conf /usr/share/logstash/pipeline/logstash.conf
|