virtualMachinegrafana

Install plugins

To enable a Grafana plugin, follow these steps:

  • Log in to the server console.

  • Run the following command to list all the plugins that can be installed:

      $ grafana-cli plugins list-remote
    
  • Run this command to install a specific plugin, replacing the PLUGIN-NAME placeholder as needed:

      $ sudo su grafana -c '/opt/bitnami/grafana/bin/grafana-cli --pluginsDir /opt/bitnami/grafana/data/plugins/ plugins install PLUGIN_NAME'
    
  • Restart the service:

      $ sudo /opt/bitnami/ctlscript.sh restart grafana
    

At any time, run the following command to list all the plugins that are already installed:

$ sudo su grafana -c 'grafana-cli --pluginsDir /opt/bitnami/grafana/data/plugins/ plugins ls'

Find out more about Grafana’s plugins.

Last modification May 22, 2023