From 51d73249b22b7f72c570752ec68fa2539b0e9a82 Mon Sep 17 00:00:00 2001 From: Sam Jewell <2903904+samjewell@users.noreply.github.com> Date: Fri, 27 Sep 2024 12:33:24 +0100 Subject: [PATCH] Docs: Update Usage insights logs docs- Scope (#93425) Update Usage insights logs docs: Scope As far as I can tell, in https://github.com/grafana/grafana/pull/59931 we started to record Usage Insights events for Explore queries. And in https://github.com/grafana/grafana/pull/78097 we further improved our implementation of that logging. This documentation should have been updated back then to match. So I'm updating it now. --- .../sources/setup-grafana/configure-security/export-logs.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/sources/setup-grafana/configure-security/export-logs.md b/docs/sources/setup-grafana/configure-security/export-logs.md index 907c980a4f9..ba942393530 100644 --- a/docs/sources/setup-grafana/configure-security/export-logs.md +++ b/docs/sources/setup-grafana/configure-security/export-logs.md @@ -32,7 +32,11 @@ Usage insights logs are JSON objects that represent certain user activities, suc ### Scope -A log is created every time a user opens a dashboard or when a query is sent to a data source in the dashboard view. A query that is performed via Explore does not generate a log. +A log is created every time: + +- A user opens a dashboard. +- A query is sent to a data source in the dashboard view. +- A query is performed via Explore. ### Format