90DaysOfDevOps/2022/Days/Monitoring/Elastic Stack/logstash/Dockerfile
2022-11-18 14:43:39 +00: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