Disable cross-cluster functionality for _fleet/_fleet_msearch#136703
Merged
pawankartik-elastic merged 4 commits intoelastic:mainfrom Oct 20, 2025
Merged
Conversation
Collaborator
|
Hi @pawankartik-elastic, I've created a changelog YAML for you. Note that since this PR is labelled |
Contributor
Author
|
This check applies irrespective of whether checkpoints are specified or not. I'll seek a review from the Fleet team to ensure this is appropriate. If not, I'll modify it to act similarly to the indices length check. |
Collaborator
|
Pinging @elastic/es-search-foundations (Team:Search Foundations) |
Contributor
Author
|
@cmacknz Craig, I could use your review. |
piergm
approved these changes
Oct 20, 2025
Member
piergm
left a comment
There was a problem hiding this comment.
LGTM, thanks for working on this @pawankartik-elastic
chrisparrinello
pushed a commit
to chrisparrinello/elasticsearch
that referenced
this pull request
Oct 24, 2025
…tic#136703) Disable cross-cluster functionality for `_fleet/_fleet_msearch`
fzowl
pushed a commit
to voyage-ai/elasticsearch
that referenced
this pull request
Nov 3, 2025
…tic#136703) Disable cross-cluster functionality for `_fleet/_fleet_msearch`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As done here: #136039, I'm also disabling cross-cluster functionality for the Fleet multisearch endpoint. This, too, is covered by the previously approved blanket-breaking change proposal.
Note: This endpoint prevents multiple indices only when checkpoints are specified. However, the docs don't seem to say any such thing:
It also says:
But
_fleet/_fleet_searchdoes not depend on this param to prevent multiple indices. I'll recheck this point and update this PR with the changes and an explicit comment.