From 22fb1a7b2b3ec4674ad07e00f883baa69ca9b219 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Thu, 16 Jun 2022 10:55:28 -0400 Subject: [PATCH] Previews: update documentation for enterprise setup (#50950) (#50958) * add `enable service accounts` step * add `enable service accounts` step (cherry picked from commit b2852205a0ed83d5bc48fcc60067b7c5e99c7d0d) Co-authored-by: Artur Wierzbicki --- docs/sources/dashboards/previews.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/sources/dashboards/previews.md b/docs/sources/dashboards/previews.md index 877d4f189e9..868c18ce868 100644 --- a/docs/sources/dashboards/previews.md +++ b/docs/sources/dashboards/previews.md @@ -36,7 +36,9 @@ The dashboard previews feature is an opt-in feature that is disabled by default. enable = dashboardPreviews ``` -3. Save your changes. Grafana should reload automatically; we recommend restarting the Grafana server in case of any issues. +3. If running Grafana Enterprise with RBAC, enable [service accounts]({{< relref "../administration/service-accounts/enable-service-accounts/" >}}). + +4. Save your changes. Grafana should reload automatically; we recommend restarting the Grafana server in case of any issues. The first crawler run should begin approximately five minutes after Grafana server restart.