90DaysOfDevOps/Days/Monitoring/Elastic Stack/logstash/Dockerfile
2022-03-28 08:11:09 +01:00

8 lines
214 B
Docker

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