Add Query activity documentation for 9.4#5739
Open
florent-leborgne wants to merge 16 commits intomainfrom
Open
Add Query activity documentation for 9.4#5739florent-leborgne wants to merge 16 commits intomainfrom
florent-leborgne wants to merge 16 commits intomainfrom
Conversation
Contributor
Contributor
Vale Linting ResultsSummary: 1 suggestion found 💡 Suggestions (1)
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. |
consulthys
reviewed
Apr 1, 2026
Contributor
consulthys
left a comment
There was a problem hiding this comment.
Great start! A few comments below
| : The unique identifier for the {{es}} task. Select the task ID to open the [query details flyout](#inspect-query-details). | ||
|
|
||
| **Query type** | ||
| : The query language used: ES|QL, DSL, EQL, SQL, MSearch, Async search, or Other. |
Contributor
There was a problem hiding this comment.
Only ES|QL, DSL, EQL, SQL
Member
Author
There was a problem hiding this comment.
lmk when this is confirmed, i'll adjust
Adds documentation for the new Query activity page in Kibana (Stack Management → Cluster performance → Query activity), which provides real-time visibility into running queries and the ability to cancel them. - New page: deploy-manage/monitor/query-activity.md - TOC entry under deploy-manage/monitor - Cross-link from the query tracing troubleshooting page - Temporary screenshots (to be replaced before GA) Closes #5451 Made-with: Cursor
- Fix setting name: query_activity:minRunningTime (not running_queries:) - Add serverless: unavailable to page-level applies_to Made-with: Cursor
- Fix Source column/flyout: text only, not a link - Fix query type filter: dynamic options based on current data - Fix Source description: extracted from X-Opaque-Id set by Kibana - Fix Vale ellipsis warning - Add cross-links between Query activity and background search pages Made-with: Cursor
- Opening now explains the problem Query activity solves - Note that this is real-time only, with links to slow logs and AutoOps - Clarify relationship between Trace ID, Source, and Opaque ID Made-with: Cursor
- Trace ID: describe actual behavior (Discover link with 10min range) - Opaque ID: remove editorial framing, keep factual relationship to Source Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
493ec53 to
809a01a
Compare
Made-with: Cursor
rayafratkina
reviewed
Apr 1, 2026
wajihaparvez
reviewed
Apr 1, 2026
wajihaparvez
reviewed
Apr 1, 2026
wajihaparvez
reviewed
Apr 1, 2026
troubleshoot/kibana/trace-elasticsearch-query-to-the-origin-in-kibana.md
Outdated
Show resolved
Hide resolved
- Remove pain-point opening sentence (rayafratkina) - Link "required privileges" to prerequisites section (wajihaparvez) - Move flyout intro sentence after screenshot (wajihaparvez) - "including" → "such as" in troubleshoot tip (wajihaparvez) Made-with: Cursor
Collaborator
|
can you introduce this in the parent monitoring page too? |
Collaborator
|
also, is this the same as this feature? #5039 |
Contributor
Made-with: Cursor
Made-with: Cursor
florent-leborgne
commented
Apr 2, 2026
shainaraskas
reviewed
Apr 2, 2026
|
|
||
| To learn more about the health and performance tools in {{ecloud}}, refer to [](/deploy-manage/monitor/cloud-health-perf.md). | ||
|
|
||
| ## Query activity |
Collaborator
There was a problem hiding this comment.
fyi @consulthys in your PR, we should reframe this so we can see that there is one util for current query activity and one for historic activity (under one heading). let me know if you need a hand there
consulthys
reviewed
Apr 3, 2026
troubleshoot/kibana/trace-elasticsearch-query-to-the-origin-in-kibana.md
Show resolved
Hide resolved
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.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 documentation for the new Query activity page in Kibana, a new feature shipping in 9.4 that provides real-time visibility and control over queries currently running in an Elasticsearch cluster.
deploy-manage/monitor/query-activity.md— covers prerequisites, accessing the page, viewing and filtering running queries, inspecting query details in the flyout, canceling queries, and configuring the minimum running time thresholddeploy-manage/monitoralongside cluster health and task manager monitoringScreenshots
Warning
The screenshots included in this PR are temporary placeholders taken during development. They need to be properly captured from a final build before this PR is merged.
Related
elasticsearch, advanced settings inkibana) will be linked once createdTest plan
deploy-manage/monitor/query-activityand verify renderingMade with Cursor