Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to choose a different Elasticsearch version from ELASTIC_STACK_VERSION #25

Open
andsel opened this issue Oct 5, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@andsel
Copy link
Contributor

andsel commented Oct 5, 2021

In input|fitler|output Elasticsearch plugins there is a need to test the current plugin against various Elasticsearch versions.
For example using Logstash at version 7.x should be tested against Elasticsearch 6.8.latest.
The problem is that ELASTIC_STACK_VERSION is used to select both ES and LS versions, while we would test the latest LS 7.x with latest plugin version against different ES.
Consider this comment where the latest ES input plugin couldn't be installed on LS 6.8 but we have to test against ES 6.8.

An idea for the solution could be to have another optional environment variable (say ELASTICSEARCH_VERSION) which is considered to select the Elasticsearch only if specified else it uses the value of ELASTIC_STACK_VERSION.

@andsel
Copy link
Contributor Author

andsel commented Oct 11, 2021

When this is fixed re-enable the versions in .travis.yml removed with https://github.com/logstash-plugins/logstash-filter-elasticsearch/pull/150/files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant