You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Build] Update build scripts to support downloading ES >= 6.3 (logstash-plugins#799)
* Update build scripts to support downloading ES >= 6.3
* Update travis build target
* Update artifact downloads to pull oss and standard versions of Elasticsearch when version >= 6.3.0
* Update method to add users for ES > 6.3.0
* Remove redundant test for 6.2.4
* Use rake `12.2.1` for builds using jruby-1.7.x
* Tidy up, and fix secure integration tests
* Adds a DISTRIBUTION environment variable, which can be:
legacy: OSS < 6.3
legacyxpack: < 6.3 with xpack plugin
oss: OSS >= 6.3
default: standard distribution >= 6.3
* Removes the exclusion filter for `secure_integration` - this was stopping
secure integration tests from running even with tags on
* Updates logstash branch in travis.yml to 6.4
* Update version of Gradle used to build es
Later versions of Elasticsearch require a later version of Gradle
in order to build
* Fix for flaky tests
Build the client, and set the mocks on that client before calling
register to avoid race conditions
* Remove unnecessary add-on from Travis build
0 commit comments