mirror of
https://github.com/deviantony/docker-elk.git
synced 2025-12-16 07:16:58 +01:00
8 lines
222 B
Docker
8 lines
222 B
Docker
ARG ELASTIC_VERSION
|
|
|
|
# https://www.docker.elastic.co/
|
|
FROM docker.elastic.co/logstash/logstash:${ELASTIC_VERSION:-8.15.1}
|
|
|
|
# Add your logstash plugins setup here
|
|
# Example: RUN logstash-plugin install logstash-filter-json
|