Skip to main content

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:

grafana-cli plugins install marcusolsson-csv-datasource

Install manually

  1. Go to Releases on the GitHub project page

  2. Find the release you want to install

  3. Download the release by clicking the release asset called marcusolsson-csv-datasource-<version>.zip. You may need to uncollapse the Assets section to see it.

  4. Install the plugin into the Grafana plugins directory

    grafana-cli --pluginUrl ./marcusolsson-csv-datasource-<version>.zip plugins install marcusolsson-csv-datasource
    
  5. Restart the Grafana server to load the plugin