[ES|QL] Changes the ccs flag#236030
Merged
stratoula merged 3 commits intoelastic:mainfrom Sep 24, 2025
Merged
Conversation
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Page load bundle
History
|
Contributor
|
Pinging @elastic/kibana-data-discovery (Team:DataDiscovery) |
jughosta
approved these changes
Sep 24, 2025
dgieselaar
approved these changes
Sep 24, 2025
rbrtj
pushed a commit
to rbrtj/kibana
that referenced
this pull request
Sep 25, 2025
## Summary ES is adding a new parameter for retrieving ccs metadata. This works the same as the `include_ccs_metadata` but they want us to use the new one instead elastic/elasticsearch#134446. The reasons they did this change are: - they are trying to avoid the "ccs" term in serverless as much as possible - to be consistent with the flat world model of "all projects should behave the same in a search", in the future we might be changing include_execution_metadata to also return info for local-only searches, which it doesn't do right now. Both params will be available in serverless and stateful
CoenWarmer
pushed a commit
to CoenWarmer/kibana
that referenced
this pull request
Sep 25, 2025
## Summary ES is adding a new parameter for retrieving ccs metadata. This works the same as the `include_ccs_metadata` but they want us to use the new one instead elastic/elasticsearch#134446. The reasons they did this change are: - they are trying to avoid the "ccs" term in serverless as much as possible - to be consistent with the flat world model of "all projects should behave the same in a search", in the future we might be changing include_execution_metadata to also return info for local-only searches, which it doesn't do right now. Both params will be available in serverless and stateful
niros1
pushed a commit
that referenced
this pull request
Sep 30, 2025
## Summary ES is adding a new parameter for retrieving ccs metadata. This works the same as the `include_ccs_metadata` but they want us to use the new one instead elastic/elasticsearch#134446. The reasons they did this change are: - they are trying to avoid the "ccs" term in serverless as much as possible - to be consistent with the flat world model of "all projects should behave the same in a search", in the future we might be changing include_execution_metadata to also return info for local-only searches, which it doesn't do right now. Both params will be available in serverless and stateful
rylnd
pushed a commit
to rylnd/kibana
that referenced
this pull request
Oct 17, 2025
## Summary ES is adding a new parameter for retrieving ccs metadata. This works the same as the `include_ccs_metadata` but they want us to use the new one instead elastic/elasticsearch#134446. The reasons they did this change are: - they are trying to avoid the "ccs" term in serverless as much as possible - to be consistent with the flat world model of "all projects should behave the same in a search", in the future we might be changing include_execution_metadata to also return info for local-only searches, which it doesn't do right now. Both params will be available in serverless and stateful
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.
Summary
ES is adding a new parameter for retrieving ccs metadata. This works the same as the
include_ccs_metadatabut they want us to use the new one instead elastic/elasticsearch#134446. The reasons they did this change are:Both params will be available in serverless and stateful