# README
CSV datasource for Grafana 6.x.x
Install
- Copy files from the
dist
folder to your Grafana plugin directory - Restart Grafana
- Check datasource list as http://you-grafana/datasources/new
The plugin is unsigned, hence you may face the error:
lvl=eror msg=“Failed to load plugin” logger=plugins error=“plugin “grafana-csv-plugin” is unsigned”
To make it work you should make configuration as described in documentation
Features:
- Read local CSV file
- Read remote CSV file by SFTP
- Filter data (thanks to a great expr library)
Simple table
With filtering expression
Config
- Read local file
- Read remote file
Build
- npm run build
Test
- npm test