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
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.
The text was updated successfully, but these errors were encountered:
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 ofELASTIC_STACK_VERSION
.The text was updated successfully, but these errors were encountered: