Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion modules/admin-portal/pages/monitoring/queries.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
Expand All @@ -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.
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.