Plugins 〉CSV
CSV
CSV data source for Grafana
The Grafana CSV Datasource plugin is designed to load CSV data into Grafana, expanding your capabilities to visualize and analyze data stored in CSV (Comma-Separated Values) format. Whether you have log files, historical data, or other datasets in CSV format, this plugin streamlines the process of integrating this data into your Grafana dashboards.
Documentation
For comprehensive instructions on setting up and configuring the Grafana CSV Datasource, please consult our official documentation.
Maintenance: Now the plugin is being maintained by Grafana Labs. Big thanks to Marcus Olsson for the awesome work!
Grafana Cloud Pro
- $25 / user / month and includes a free trial for new users
- Available with a Grafana Cloud Pro plan
- Access to 1 Enterprise plugin
- Fully managed service (not available to self-manage)
Grafana Cloud Advanced / Grafana Enterprise
- Available with a Grafana Cloud Advanced plan or Grafana Enterprise license
- Access to all Enterprise plugins
- Run fully managed or self-manage on your own infrastructure
Installing CSV on Grafana Cloud:
Installing plugins on a Grafana Cloud instance is a one-click install; same with updates. Cool, right?
Note that it could take up to 1 minute to see the plugin show up in your Grafana.
Installing plugins on a Grafana Cloud instance is a one-click install; same with updates. Cool, right?
Note that it could take up to 1 minute to see the plugin show up in your Grafana.
Installing plugins on a Grafana Cloud instance is a one-click install; same with updates. Cool, right?
Note that it could take up to 1 minute to see the plugin show up in your Grafana.
Installing plugins on a Grafana Cloud instance is a one-click install; same with updates. Cool, right?
Note that it could take up to 1 minute to see the plugin show up in your Grafana.
Installing plugins on a Grafana Cloud instance is a one-click install; same with updates. Cool, right?
Note that it could take up to 1 minute to see the plugin show up in your Grafana.
For more information, visit the docs on plugin installation.
Installing on a local Grafana:
For local instances, plugins are installed and updated via a simple CLI command. Plugins are not updated automatically, however you will be notified when updates are available right within your Grafana.
1. Install the Data Source
Use the grafana-cli tool to install CSV from the commandline:
grafana-cli plugins install
The plugin will be installed into your grafana plugins directory; the default is /var/lib/grafana/plugins. More information on the cli tool.
Alternatively, you can manually download the .zip file for your architecture below and unpack it into your grafana plugins directory.
Alternatively, you can manually download the .zip file and unpack it into your grafana plugins directory.
2. Configure the Data Source
Accessed from the Grafana main menu, newly installed data sources can be added immediately within the Data Sources section.
Next, click the Add data source button in the upper right. The data source will be available for selection in the Type select box.
To see a list of installed data sources, click the Plugins item in the main menu. Both core data sources and installed data sources will appear.
Changelog
v0.6.11 - 2023-11-21
- Feature: Update configuration page to follow best practices
- ⚙️ Chore: Upgrade grafana-plugin-sdk-go to latest
- ⚙️ Chore: Added lint github workflow
- ⚙️ Chore: Update legacy form styling
- ⚙️ Chore: Update readme and documentation
v0.6.10 - 2023-10-24
- ? Fix: More robust local file mode handling
v0.6.9 - 2023-10-19
- ? Fix: Correct query field behavior on older Grafana versions
- ⚙️ Chore: Upgrade dependencies
v0.6.8 - 2023-10-18
- ⚙️ Chore: Upgrade dependencies
v0.6.7 - 2023-10-09
- ⚙️ Chore: Upgrade dependencies
- Added feature tracking
v0.6.6 - 2023-08-23
- ? Fix: Consistently apply field names
v0.6.5 - 2023-05-03
- ⚙️ Chore: backend binaries are now compiled with go 1.20.4
v0.6.4 - 2023-04-19
- ⚙️ Chore: backend binaries are now compiled with go 1.20.3
v0.6.3 - 2021-12-03
- ⚙️ Chore: backend binaries are now compiled with go 1.19.3
- ⚙️ Chore: frontend npm dependencies updated
- ⚙️ Chore: added spellcheck
v0.6.2 - 2021-10-14
- Fixed the broken docs and links
v0.6.1 - 2021-06-22
Bug fixes
- allow_local_mode accepts any value
v0.6.0 - 2021-06-21
Enhancements
Disable local mode by default. To use local mode, allow it in your grafana.ini:
[plugin.marcusolsson-csv-datasource] allow_local_mode = true
v0.5.0 - 2021-03-21
Enhancements
- Improved query editor with support for HTTP params, headers, and body.
- Add support for relative paths (#69)
- Add support for decimal separators (#43)
- EXPERIMENTAL: Add support for regular expressions in field names (#68). Must be enabled in the Experimental tab in the query editor.
Bug fixes
- BREAKING: Remove default Accept header (#56). If your data source expects
Accept: text/csv
on the request, you now need to add it yourself in the Params tab.
v0.4.1 - 2021-03-21
Bug fixes
- Wrong data format is detected
v0.4.0 - 2021-03-21
Enhancements
- Add support for annotation queries
- Add support for variables queries (#30)
- Upgrade @grafana/* packages
- Upgrade Grafana Go SDK
v0.3.3 - 2021-02-05
Bug fixes
- Default to HTTP if no storage type has been set
v0.3.2 - 2021-02-03
Bug fixes
- Allow lazy quotes (#17)
v0.3.1
Enhancements
- Update grafana-plugin-sdk-go to v0.83.0
Bug fixes
- Ignore empty custom HTTP headers
- ? Fix: duplicate JSON tag for TLS skip verify
v0.3.0
Enhancements
- Add ARM support (#13)
Bug fixes
- Windows: Paths with backslashes don't work (#14)
v0.2.0
Enhancements
- Add support for local CSV files (#6)
- Add a default Accept header for text/csv
v0.1.0
Initial release. Not fit for production use.