You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _observing-your-data/query-insights/query-insights-dashboard.md
-68Lines changed: 0 additions & 68 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,6 @@ The **Query insights** dashboard contains the following pages:
21
21
-[Top N queries](#top-n-queries): Displays the query metrics and details for the top queries.
22
22
-[Query details](#query-details): Displays details for individual queries and query groups.
23
23
-[Configuration](#configuration): Customizes all monitoring and data retention settings for the query insights feature.
24
-
-[Live queries](#live-queries): Monitors currently running queries in real time.
25
24
26
25
27
26
## Top N queries
@@ -183,73 +182,6 @@ When configuring the query insights feature, remember the following best practic
183
182
- When setting data retention periods, consider shorter retention periods that save storage but reduce the number of long-term insights.
184
183
- Enable metrics based on your monitoring needs. Monitoring fewer metrics prevents system overload.
185
184
186
-
## Live queries
187
-
188
-
The **Live queries** page provides real-time visibility into search queries currently running in your OpenSearch cluster. It enables active monitoring, fast debugging, and insight into how a query's load is distributed across nodes and indexes.
|**Timestamp**| The time when the query started running. |
228
-
|**Task ID**| The unique identifier for the search task. |
229
-
|**Index**| The index or indexes the query is targeting. |
230
-
|**Node**| The node currently running the query. |
231
-
|**Time elapsed**| The execution time for the query so far (formatted). |
232
-
|**CPU usage**| The cumulative CPU time used by the query. |
233
-
|**Memory usage**| The amount of memory consumed by the query so far. |
234
-
|**Search type**| The search execution method, such as `query_then_fetch`. |
235
-
|**Coordinator node**| The node that coordinated the query. |
236
-
|**Status**| The status of the query task. Can be either `running` or `cancelled`. |
237
-
|**Actions**| The available controls, such as canceling the query. |
238
-
239
-
You can use the filter bar to search for queries by text or specific field values---such as node ID, index name, or task ID---and paginate the table to better analyze specific queries. The following image shows the live queries table view.
The live queries table also allows you to cancel individual or multiple running queries directly, providing real-time control. It supports the following actions:
244
-
245
-
-**Auto-refresh toggle** – Enable or disable periodic data refresh.
246
-
-**Refresh interval** – Choose the refresh frequency. This option is available only when **Auto-refresh** is enabled.
247
-
-**Manual refresh** – Select the **Refresh** button to update immediately.
248
-
-**Cancel query** – Cancel an individual query using the trash icon in the action columns for the query you want to cancel.
249
-
-**Bulk cancel** – Select multiple queries and cancel them all together.
0 commit comments