Plugin Installation

Grafana plugins can add panels, data sources, and visualizations to the FileWave Dashboard.

Install signed plugins only. Plugins found through Grafana's built-in search should already be approved, but plugins can also come from other sources.

Installation

Search for plugins in the Grafana Dashboard under the configuration area.

image.png

On selecting a plugin though, at the bottom of the description it will indicate necessary permissions are not enabled:

image.png

Installing plugins through the Grafana GUI requires Grafana Admin access. FileWave does not allow plugin installation through that path, so install plugins from the command line directly on the server.

Command Line Installation

The plugin page includes a command-line installation section. Do not copy that command as-is for FileWave, but use it to identify the plugin name required by the FileWave server command.

Taking Apache ECharts as an example:

image.png

From the description, the plugin name is: 

volkovlabs-echarts-panel

The command to install this plugin on a FileWave Server would be:

/usr/local/sbin/grafana-cli --pluginsDir=/usr/local/filewave/instrumentation_data/grafana/plugins --homepath=/usr/local/filewave/grafana plugins install volkovlabs-echarts-panel

The process should report success and the plugin should now be available.


Revision #3
Created 2023-08-03 15:05:25 UTC by Sean Holden
Updated 2026-07-02 12:55:54 UTC by Josh Levitsky