Installation
You can install the plugin using grafana-cli, or by downloading the plugin manually.
Install using grafana-cli
To install the latest version of the plugin, run the following command on the Grafana server:
- Linux
- macOS
- Windows
grafana-cli plugins install marcusolsson-json-datasource
grafana-cli plugins install marcusolsson-json-datasource
grafana-cli.exe plugins install marcusolsson-json-datasource
Install manually
-
Go to Releases on the GitHub project page
-
Find the release you want to install
-
Download the release by clicking the release asset called
marcusolsson-json-datasource-<version>.zip
. You may need to un-collapse the Assets section to see it. -
Unarchive the plugin into the Grafana plugins directory
- Linux
- macOS
- Windows
unzip marcusolsson-json-datasource-<version>.zip
mv marcusolsson-json-datasource /var/lib/grafana/pluginsunzip marcusolsson-json-datasource-<version>.zip
mv marcusolsson-json-datasource /usr/local/var/lib/grafana/pluginsExpand-Archive -Path marcusolsson-json-datasource-<version>.zip -DestinationPath C:\grafana\data\plugins
-
Restart the Grafana server to load the plugin