Import and export Grafana dashboards for backup and dynamic provisioning
A simple cli utility for importing or exporting dashboard json definitions using the Grafana HTTP API. This may be useful for: Backing up your dashboards that already exist within your Grafana instance, e.g. if you are migrating from the internal sqlite database to MySQL. Updating dashboard files for your Infrastructure-as-Code, for use with Grafana dashboard provisioning. Making tweaks to dashboard JSON files directly and updating Grafana with one command. Notable features: Mirrors the folder structure between a local set of […]
Read more