Skip to content

docs: clarify computed field limitations for filtering and drilldowns (#6209)#6562

Open
florent-leborgne wants to merge 1 commit into
mainfrom
docs-issue-6209-esql-computed-filter-drilldown
Open

docs: clarify computed field limitations for filtering and drilldowns (#6209)#6562
florent-leborgne wants to merge 1 commit into
mainfrom
docs-issue-6209-esql-computed-filter-drilldown

Conversation

@florent-leborgne
Copy link
Copy Markdown
Member

@florent-leborgne florent-leborgne commented May 19, 2026

Summary

This PR addresses #6209 with the following changes:

  • explore-analyze/dashboards/using.md: Expanded the existing ES|QL filtering note (already scoped to stack 9.4 / serverless GA) to also cover drilldown actions and the full set of computed field cases: ES|QL EVAL and STATS columns, Lens formulas, and aggregation results. The previous text only mentioned EVAL and only mentioned filtering, not drilldowns.
  • explore-analyze/dashboards/drilldowns.md: Added a prose sentence after the Requirements bullet list explaining that drilldowns cannot be triggered from computed field values, with a cross-link to the fuller explanation in Exploring dashboards.
  • explore-analyze/visualize/esorql.md: Added a prose sentence in the "Add drilldowns" section noting that EVAL and STATS column values do not support drilldowns, with a cross-link to Exploring dashboards.

This acommpanies the UX improvement planned in elastic/kibana#260185 (showing disabled actions with a tooltip instead of silently hiding them)

Resolves

Closes #6209


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

…#6209)

Expand the existing ES|QL filtering note to also cover drilldown actions
and the full set of computed-field cases (EVAL, STATS, Lens formulas,
aggregation results). Add a matching limitation note to the drilldowns
page and the ES|QL visualizations page.

Co-authored-by: Cursor <cursoragent@cursor.com>
@github-actions
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
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 19, 2026

@github-actions
Copy link
Copy Markdown
Contributor

✅ Vale Linting Results

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.

Copy link
Copy Markdown
Member

@leemthompo leemthompo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

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.

Clarify when filter and drilldown actions aren't available for ES|QL and computed-field values

3 participants