pblittle / docker-logstash

Docker image for Logstash 1.4
https://hub.docker.com/r/pblittle/docker-logstash
MIT License
236 stars 90 forks source link

Feature/download config refactor #78

Closed pblittle closed 9 years ago

pblittle commented 9 years ago

This feature adds a framework to enable downloading config files from different source types. For example, *.config|*.json, *.tar|*.tar.gz|*.tgz, *.war|*.zip and *.git.

*.config|*.json is supported today. *.tar|*.tar.gz|*.tgz is up next.