From b2852205a0ed83d5bc48fcc60067b7c5e99c7d0d Mon Sep 17 00:00:00 2001 From: Artur Wierzbicki Date: Thu, 16 Jun 2022 18:38:18 +0400 Subject: [PATCH] Previews: update documentation for enterprise setup (#50950) * add `enable service accounts` step * add `enable service accounts` step --- 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.