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.