Files
90DaysOfDevOps/2022/Days/Monitoring/Elastic Stack/logstash/Dockerfile

8 lines
214 B
Docker
Raw Normal View History

2022-03-28 08:11:09 +01:00
ARG ELASTIC_VERSION
# https://www.docker.elastic.co/
FROM docker.elastic.co/logstash/logstash:${ELASTIC_VERSION}
# Add your logstash plugins setup here
# Example: RUN logstash-plugin install logstash-filter-json