From 22983a86f246ed97057fd94c8bf97aed507b28fb Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 12:24:54 -0400 Subject: [PATCH] [v10.1.x] Docs: enhance disabling presence indicator content (#75675) Docs: enhance disabling presence indicator content (#75647) * docs presence indicator disable flag * Edited * Fixed typo * Fixed typo --------- Co-authored-by: Isabel Matwawana Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> (cherry picked from commit 8771e4957bf31782b4b45144b22e37b100a33e8d) Co-authored-by: Krishna Dhakal <7krishna7dhakal7@gmail.com> --- .../dashboards/assess-dashboard-usage/index.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/sources/dashboards/assess-dashboard-usage/index.md b/docs/sources/dashboards/assess-dashboard-usage/index.md index 57fb51dcd15..91b16003f81 100644 --- a/docs/sources/dashboards/assess-dashboard-usage/index.md +++ b/docs/sources/dashboards/assess-dashboard-usage/index.md @@ -95,10 +95,23 @@ To change _recent_ to something other than the past 10 minutes, edit the [config ```ini [analytics.views] -# Set age for recent active users + +# Set age for recent active users to 10 minutes recent_users_age = 10m ``` +To disable the presence indicator, edit the [configuration][] file as follows: + +```ini +[analytics.views] + + +# Disables the presence indicator +recent_users_age = 0 +``` + +The dashboard won't show any avatars and thus no recent user activity. + ## Sort dashboards by using insights data In the search view, you can use insights data to help you find most-used, broken, and unused dashboards.