Skip to content

docs: fix coordinator-mode lookup join lifecycle tag (#7626) - #7868

Draft
florent-leborgne wants to merge 2 commits into
mainfrom
docs-issue-7626-esql-coordinator-lookup
Draft

docs: fix coordinator-mode lookup join lifecycle tag (#7626)#7868
florent-leborgne wants to merge 2 commits into
mainfrom
docs-issue-7626-esql-coordinator-lookup

Conversation

@florent-leborgne

@florent-leborgne florent-leborgne commented Aug 7, 2026

Copy link
Copy Markdown
Member

Summary

This PR addresses #7626 with the following change:

  • explore-analyze/query-filter/languages/esql-kibana.md: fixed the applies_to lifecycle tag on the coordinator-mode lookup join mention (stack: ga 9.6stack: preview 9.6+ / serverless: preview) so it matches the actual lifecycle state on the Elasticsearch reference page (esql-lookup-join.md), the source of truth for this Elasticsearch-side feature. The two pages previously disagreed: one said GA, the other said preview, for the same capability at the same version.

Note on scope

The issue's original suggested edit asked to "update the Planned badge to the shipping version" once the Elasticsearch-side feature ships. That edit wasn't needed: both the reference page and this page already tag the coordinator-mode content with a future version (9.6+), and docs-builder automatically flips the "Planned" badge to the live lifecycle badge once that version ships. No source edit is required for that flip.

An earlier draft of this PR also added a sentence noting that the Kibana ES|QL editor accepts the _coordinator: prefix without autocomplete or validation (confirmed against kibana#280453). On review, that caveat didn't clear the bar for a real documentation gap — the general claim it was meant to guard against sits several paragraphs above in an unrelated intro, and a reader following this specific coordinator-mode instruction isn't likely to still be holding it. Dropped to keep the change to the one clearly necessary fix.

Resolves

Closes #7626


AI-generated draft — created with Claude Sonnet 5.
Review all generated content for factual accuracy before merging.

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Elastic Docs AI PR menu

Check the box to run an AI review for this pull request.

  • Review docs changes (docs-review). Status: not started.

Powered by GitHub Agentic Workflows and docs-actions. For more information, reach out to the docs team.

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

🔍 Preview links for changed docs

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

✅ Elastic Docs Style Checker (Vale)

No issues found on modified lines!


The Vale linter checks documentation changes against the Elastic Docs style guide. To use Vale locally or report issues, refer to Elastic style guide for Vale.

Repeating the applies_to tag mid-paragraph before a second sentence is
the floating-between-sentences case the tagging rules forbid. Merge
back into one sentence, and drop the autocomplete/validation caveat
since it doesn't clear the gap bar on its own.
@florent-leborgne florent-leborgne changed the title docs: fix coordinator-mode lookup join lifecycle tag and note editor limits (#7626) docs: fix coordinator-mode lookup join lifecycle tag (#7626) Aug 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ES|QL editor accepts coordinator-mode lookup joins (_coordinator: prefix)

1 participant