Skip to content

Conversation

quux00
Copy link
Contributor

@quux00 quux00 commented Oct 13, 2024

Backport

This will backport the following commits from main to 8.x:

Questions ?

Please refer to the Backport tool documentation

Since Kibana only needs CCS metadata in ESQL responses from certain well-defined locations,
we are making CCS metadata opt-in. This feature is patterned after ESQL profiling, where
you specify "profile": true in the ESQL body and if you asked for it will be present in the response
always (it will be written to the .async-search index and you can’t turn it off in later async-search
requests against this particular query ID) and if you didn’t ask for it at the beginning it will never
be present (it will NOT be written to the .async-search index when it is persisted).

The new option is "include_ccs_metadata": true/false.

(cherry picked from commit fd9d733)

# Conflicts:
#	server/src/main/java/org/elasticsearch/TransportVersions.java
Copy link
Contributor

Documentation preview:

@quux00 quux00 merged commit 915d7cc into elastic:8.x Oct 13, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants