From 08268d87138831b5849a28559fc5b255c28f0044 Mon Sep 17 00:00:00 2001 From: Dan Roscigno Date: Sun, 15 May 2022 10:47:50 -0400 Subject: [PATCH] Add note to docs: log out / in after plugin add. (#47666) --- docs/sources/plugins/installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sources/plugins/installation.md b/docs/sources/plugins/installation.md index 57eedd76d4a..e56c0f16df7 100644 --- a/docs/sources/plugins/installation.md +++ b/docs/sources/plugins/installation.md @@ -17,6 +17,8 @@ On the Installation tab, in the **For** field, click the name of the Grafana ins Grafana Cloud handles the plugin installation automatically. +If you are logged in to Grafana Cloud when you add a plugin, log out and back in again to use the new plugin. + ## Install plugin on local Grafana Follow the instructions on the Install tab. You can either install the plugin with a Grafana CLI command or by downloading and uncompress a .zip file into the Grafana plugins directory. We recommend using Grafana CLI in most instances. The .zip option is available if your Grafana server does not have access to the internet.