osrm-backend/docker-orchestration/elk-compose/docker-elk/logstash/Dockerfile
2019-10-15 18:09:45 -07:00

8 lines
218 B
Docker

ARG ELK_VERSION
# https://github.com/elastic/logstash-docker
FROM docker.elastic.co/logstash/logstash:${ELK_VERSION}
# Add your logstash plugins setup here
# Example: RUN logstash-plugin install logstash-filter-json