-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[es] ignore version qualifiers in production #33877
Conversation
Pinging @elastic/kibana-operations |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Do you think this needs backported to 7.0.1? |
💚 Build Succeeded |
Hm, I'm not sure that we need it at all if we're skipping 7.0.0-*. Ideally upstream es would have support for qualifiers by then. Thoughts on closing? |
Let's move forward with this and backport to 7.x/7.1 |
💚 Build Succeeded |
Currently there isn't a way for us to check the version qualifier from the _nodes endpoint. Pending elastic/elasticsearch#36859, we remove this check'
Closes #31347