[docs-agent] Note editor lacks autocomplete/validation for coordinator-mode lookup joins - #7862
Draft
github-actions[bot] wants to merge 1 commit into
Conversation
… joins Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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
Adds one sentence to the "Cross-cluster and cross-project lookup joins" section of Use ES|QL in the Kibana UI noting that the ES|QL editor accepts the
_coordinator:prefix for coordinator-mode lookup joins, but doesn't offer autocomplete suggestions or validation for coordinator-mode lookup indices. Without this note, the surrounding text ("suggests lookup mode indices and join condition fields") could mislead readers into thinking a coordinator-mode query with a nonexistent lookup index is valid or fully assisted by the editor.The
stackapplies_to badge on this section was alreadyga 9.6in the current source (updated in a same-day, unrelated commit), so no badge change was needed here.Triage rationale
_coordinator:prefix for index-existence checks and validation, and explicitly skips lookup-index validation for coordinator targets (seevalidate.ts/sources.tsdiffs and the added testskips lookup index existence validation for coordinator targets). No autocomplete entries are added for coordinator-mode targets.v9.6.0, consistent with the issue's reported stack availability (v9.6.0) and the already-presentstack: ga 9.6badge on this page.esql-lookup-join.md), is sourced from theelastic/elasticsearchrepository via the(redacted) cross-repo link, notdocs-content`. Its "Planned" badge is out of scope for this repository and must be updated at the source.Drafting sources
explore-analyze/query-filter/languages/esql-kibana.mdcontribute-docs/how-to/cumulative-docs)Reader test
Closes #7626
This draft PR was produced autonomously by docs-agent-experimental in experimental mode.
Safe-output PRs do not trigger CI by default. A maintainer must trigger the required checks manually.