[DOC] Update Query Insights Dashboards docs for Live Queries and WLM integration #11185
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.
Description
The Query Insights Dashboards documentation needs to be updated to reflect the new Live Queries functionality and its integration with Workload Management (WLM) in OpenSearch 3.3.
Requested changes
Add a Live Queries section with details on:
Metrics panels (active queries, avg. elapsed time, longest running query, CPU, memory, completions, cancellations, rejections).
Workload Group selector (default: All Workload Groups, behavior when WLM is disabled vs. enabled).
Table columns, including the new WLM Group column and its behavior (plain text if WLM disabled, clickable link if WLM enabled).
Update Navigation tabs description to include Live Queries, alongside Top N Queries and Configuration.
Expand metrics documentation to cover query completions, cancellations, and rejections.
Clarify WLM integration cases:
Case 1: WLM disabled → only DEFAULT_WORKLOAD_GROUP, not clickable.
Case 2: WLM enabled → workload group column clickable and navigation enabled between QI and WLM dashboards.
Version
Applies to OpenSearch 3.3.
Issues Resolved
Closes #11184
Frontend features
If you're submitting documentation for an OpenSearch Dashboards feature, add a video that shows how a user will interact with the UI step by step. A voiceover is optional.
Checklist
For more information on following Developer Certificate of Origin and signing off your commits, please check here.