mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-02-06 09:09:23 +07:00
8 lines
214 B
Docker
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
|