All Projects β†’ hagen1778 β†’ Grafana Import Export

hagen1778 / Grafana Import Export

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

Programming Languages

shell
77523 projects
bash
514 projects

Projects that are alternatives of or similar to Grafana Import Export

filmow to letterboxd
πŸŽ₯ πŸ’šTo import Filmow watched movies in Letterboxd. The script can be found on the letterboxd page about importing data under "Additional tools".
Stars: ✭ 13 (-89.6%)
Mutual labels:  export, import
Csvkeychain
Import/export between Apple Keychain.app and plain CSV file.
Stars: ✭ 281 (+124.8%)
Mutual labels:  export, import
Shrimpit
Shrimpit 🍀 is a small CLI analysis tool for checking unused JavaScript, JSX & Vue templates ES6 exports in your project.
Stars: ✭ 255 (+104%)
Mutual labels:  export, import
VBA-Import-Export
Export & Import VBA code for use with Git (or any VCS)
Stars: ✭ 14 (-88.8%)
Mutual labels:  export, import
Elasticsearch Dump
Import and export tools for elasticsearch
Stars: ✭ 5,977 (+4681.6%)
Mutual labels:  export, import
l2cu
LΒ²CU: LDraw Linux Command line Utility
Stars: ✭ 14 (-88.8%)
Mutual labels:  export, import
Node Firestore Import Export
Firestore data import and export
Stars: ✭ 271 (+116.8%)
Mutual labels:  export, import
skinner
Skin export / import tools for Autodesk Maya
Stars: ✭ 68 (-45.6%)
Mutual labels:  export, import
Lazy importer
library for importing functions from dlls in a hidden, reverse engineer unfriendly way
Stars: ✭ 544 (+335.2%)
Mutual labels:  export, import
Simple Excel
Read and write simple Excel and CSV files
Stars: ✭ 502 (+301.6%)
Mutual labels:  export, import
qgis-kmltools-plugin
Fast KML Import and Export Plugin for QGIS
Stars: ✭ 45 (-64%)
Mutual labels:  export, import
Fbx
πŸ“œ Single-file binary FBX importer.
Stars: ✭ 47 (-62.4%)
Mutual labels:  export, import
excel mysql
Module for import Excel files to MySQL table and export MySQL table to Excel file using PHPExcel
Stars: ✭ 30 (-76%)
Mutual labels:  export, import
zabbix-review-export-import
Clone of zabbix-review-export with added import object(s) feature
Stars: ✭ 36 (-71.2%)
Mutual labels:  export, import
great-migration
Copy objects from Rackspace to S3
Stars: ✭ 15 (-88%)
Mutual labels:  export, import
Xnalaramesh
Blender addon Import/Export XPS Models, Poses
Stars: ✭ 262 (+109.6%)
Mutual labels:  export, import
DataDefinitions
Data Definitions Plugin for Pimcore
Stars: ✭ 70 (-44%)
Mutual labels:  export, import
ProcessMigrator
ProcessWire module that facilitates automated migration and sharing of page trees along with their templates and fields.
Stars: ✭ 29 (-76.8%)
Mutual labels:  export, import
Npoi.mapper
Use this tool to import or export data with Excel file. The tool is a convention based mapper between strong typed object and Excel data via NPOI.
Stars: ✭ 348 (+178.4%)
Mutual labels:  export, import
Bentools Etl
PHP ETL (Extract / Transform / Load) library with SOLID principles + almost no dependency.
Stars: ✭ 45 (-64%)
Mutual labels:  export, import

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].