agolo / logstash-test-runner

Logstash configuration testing framework
https://blog.agolo.com/the-easy-way-to-test-your-logstash-configuration-3f80eb5ffd59
MIT License
103 stars 25 forks source link

Add an option to specify a custom docker image to test with #7

Closed drbayer closed 5 years ago

drbayer commented 5 years ago

Allow specifying a specific docker image as $2 for test.sh. This will allow for easier testing of specific logstash versions or for custom images with plugins that are not part of the default plugin set installed with logstash.

Default to the original logstash version of 5.5.1.

agolomoodysaada commented 5 years ago

Thank you so much! 🎉