From b745d4b21a20d972e3b1ccdb7887835876abab9d Mon Sep 17 00:00:00 2001 From: Tushar-TG-14 Date: Fri, 20 Mar 2026 20:16:34 +0530 Subject: [PATCH] DOC-3151: Document privilege-based access for Query Monitoring page [4.3] --- modules/admin-portal/pages/monitoring/queries.adoc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/modules/admin-portal/pages/monitoring/queries.adoc b/modules/admin-portal/pages/monitoring/queries.adoc index 415f34c..45253a1 100644 --- a/modules/admin-portal/pages/monitoring/queries.adoc +++ b/modules/admin-portal/pages/monitoring/queries.adoc @@ -2,6 +2,15 @@ The Query monitoring page gives detailed information about the queries running on a cluster and their performance. +== Access control + +In 4.3, access to the Query Monitoring page is controlled by user privileges instead of roles. + +* The *Monitor > Queries* menu is visible to all users. +* Users with `READ_DATA` privilege for a graph can access query information for that graph. +* Users with `READ_QUERY` privilege can view specific queries. +* Users with `DELETE_DATA` privilege for a graph can abort queries running on that graph. + == Overview image::query-monitoring-overview.png[] @@ -21,4 +30,4 @@ The Current Query Performance tab shows the same information as the Current Runn == Historic Query Performance -Click on the History icon next to any one query in the list to see a graph of its QPS, Timeout, and Latency over the last fifteen minutes. \ No newline at end of file +Click on the History icon next to any one query in the list to see a graph of its QPS, Timeout, and Latency over the last fifteen minutes.