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

Add fields emulation flag as no-op to search request for bwc (#82539) #82744

Merged
merged 1 commit into from Jan 18, 2022

Conversation

cbuescher
Copy link
Member

This change adds the 'enable_fields_emulation' flag as a REST parameter to 8.0+ nodes
in order for clients on 7.last (e.g. Kibana) to be able to use it in rolling upgrade scenarios.
We don't need any implementation of the functionality behind it on 8.0+ nodes, because
CCS is only supported for them to at most 7.last which already understands and
implements the "fields" option, so emulation on older version is not necessary.

Closes #82485

…#82539)

This change adds the 'enable_fields_emulation' flag as a REST parameter to 8.0+ nodes
in order for clients on 7.last (e.g. Kibana) to be able to use it in rolling upgrade scenarios.
We don't need any implementation of the functionality behind it on 8.0+ nodes, because
CCS is only supported for them to at most 7.last which already understands and
implements the "fields" option, so emulation on older version is not necessary.

Closes elastic#82485
@cbuescher cbuescher added >enhancement :Search/Search Search-related issues that do not fall into other categories backport v8.0.0 labels Jan 18, 2022
@elasticmachine elasticmachine added the Team:Search Meta label for search team label Jan 18, 2022
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-search (Team:Search)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport >enhancement :Search/Search Search-related issues that do not fall into other categories Team:Search Meta label for search team v8.0.0-rc2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants