logstash-plugins / logstash-filter-elasticsearch

Elasticsearch filter for Logstash
Apache License 2.0
21 stars 83 forks source link

Pass `ELASTIC_STACK_VERSION` env variable to docker image #136

Closed robbavey closed 4 years ago

robbavey commented 4 years ago

ELASTIC_STACK_VERSION was not being passed down to the docker image causing the ESHelper.version_satisfies? helper method report the wrong version, causing tests to fail due to doc types being incorrectly set.