* builds out refactored setup topics * Automatically fix some relrefs with mv-manager Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Use refs for tutorials content which is outside of this repository Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Manually fix complicated relrefs Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * consolidates team sync and db encryption topics * Fix relrefs Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * updates setup index file * Convert TOML to YAML Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Add current alias for new alerting content Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Add current aliases to new setup-grafana and configure-security pages Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Update docs/sources/setup-grafana/configure-grafana/_index.md Co-authored-by: Torkel Ödegaard <torkel@grafana.com> * moves saml docs, updates order in TOC * Manually fix relrefs Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * added usage insights topics, adjusted weights * corrected relrefs * Fix relrefs broken in rebase Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Co-authored-by: Jack Baldry <jack.baldry@grafana.com> Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
3.4 KiB
aliases | title | weight | |
---|---|---|---|
|
Plugin catalog | 1 |
Plugin catalog
The Plugin catalog allows you to browse and manage plugins from within Grafana. Only Grafana server administrators and organization administrators can access and use the plugin catalog. The following access rules apply depending on the user role:
Org Admin | Server Admin | Permissions |
---|---|---|
✓ | ✓ |
|
✓ | × |
|
× | ✓ |
|
Note: The Plugin catalog is designed to work with a single Grafana server instance only. Support for Grafana clusters will be added in future Grafana releases.
In order to be able to install / uninstall / update plugins using plugin catalog, you must enable it via the plugin_admin_enabled
flag in the [configuration]({{< relref "../setup-grafana/configure-grafana/#plugin_admin_enabled" >}}) file.
Before following the steps below, make sure you are logged in as a Grafana administrator.
Currently, there are two entry points to the Plugin catalog.
- Grafana server administrators can find it at Server Admin > Plugins.
- Organization administrators can find it at Configuration > Plugins.
Browse plugins
To browse for available plugins:
- In Grafana, navigate to the Plugin catalog to view installed plugins.
- Click the All filter to browse all available plugins.
- Click the Data sources, Panels, or Applications buttons to filter by plugin type.
Install a plugin
To install a plugin:
- In Grafana, navigate to the Plugin catalog to view installed plugins.
- Browse and find a plugin.
- Click on the plugin logo.
- Click Install.
When the update is complete, you see a confirmation message that the installation was successful.
Update a plugin
To update a plugin:
- In Grafana, navigate to the Plugin catalog to view installed plugins.
- Click on the plugin logo.
- Click Update.
When the update is complete, you see a confirmation message that the update was successful.
Uninstall a plugin
To uninstall a plugin:
- In Grafana, navigate to the Plugin catalog to view installed plugins.
- Click on the plugin logo.
- Click Uninstall.
When the update is complete, you see a confirmation message that the uninstall was successful.