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

8 lines
214 B
Docker
Raw Normal View History

2022-10-23 23:38:19 +07: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