mirror of
https://github.com/deviantony/docker-elk.git
synced 2025-12-21 09:40:11 +01:00
This reverts commit 8f5b242d6a.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
ARG ELK_VERSION
|
||||
|
||||
# https://github.com/elastic/logstash-docker
|
||||
FROM docker.elastic.co/logstash/logstash-oss:6.3.0
|
||||
FROM docker.elastic.co/logstash/logstash-oss:${ELK_VERSION}
|
||||
|
||||
# Add your logstash plugins setup here
|
||||
# Example: RUN logstash-plugin install logstash-filter-json
|
||||
|
||||
Reference in New Issue
Block a user