Remove unreliable plugin update on logstash
This commit is contained in:
parent
1c275c4d2b
commit
f9027c8cc3
|
@ -16,5 +16,5 @@ FROM docker.elastic.co/logstash/logstash:${ELK_VERSION}
|
|||
|
||||
# Add your logstash plugins setup here
|
||||
# Example: RUN logstash-plugin install logstash-filter-json
|
||||
RUN logstash-plugin update logstash-input-beats
|
||||
RUN logstash-plugin update logstash-filter-grok
|
||||
#RUN logstash-plugin update logstash-input-beats
|
||||
#RUN logstash-plugin update logstash-filter-grok
|
||||
|
|
Loading…
Reference in New Issue