fix logstash version in Dockerfile
This commit is contained in:
parent
890c3959e6
commit
bc1cf6eb07
|
@ -1,4 +1,4 @@
|
|||
FROM logstash:latest
|
||||
FROM logstash:5
|
||||
|
||||
# Add your logstash plugins setup here
|
||||
# Example: RUN logstash-plugin install logstash-filter-json
|
||||
|
|
Loading…
Reference in New Issue