Skip to content

shell scripts for importing and exporting Grafana's dashboards and datasources

Notifications You must be signed in to change notification settings

hagen1778/grafana-import-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grafana-import-export

Simple scripts for import/export dashboards, datasources and alerts to Grafana

Support organizations.

Example was taken from https://gist.github.com/crisidev/bd52bdcc7f029be2f295

Dependencies

JQ - to process .json

Configuration

Replace HOST and FILE_DIR variables at config.sh with your own. Also fill ORGS array with pairs ORGANIZATION:API_KEY.

exporter

Run:

./exporter.sh

Expected output:

./exporter.sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 21102    0 21102    0     0  53000      0 --:--:-- --:--:-- --:--:-- 53020

Look for exported .json dashboards and datasources at FILE_DIR path

importer

To import all .json files from FILE_DIR to your Grafana:

./importer.sh

To import only some of them:

./importer.sh organization/dashboards/dashboard.json organization/datasources/datasource.json

To import all for organization:

./importer.sh organization/dashboards/*.json organization/datasources/*.json

About

shell scripts for importing and exporting Grafana's dashboards and datasources

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages