Database Backup
...
Expand | ||
---|---|---|
| ||
|
Expand | ||
---|---|---|
| ||
|
Dashboard Migration
...
Grafana Migration
...
Expand | ||
---|---|---|
| ||
Please Note Newtable plugin doesnot have pagination in it |
Expand | ||
---|---|---|
| ||
Grafana now has two Neo4j DataSource
|
Expand | ||||||
---|---|---|---|---|---|---|
| ||||||
Grafana dashboards are backward compatible which can be exported from previous version of Grafana and imported into Garfana 7.X by doing the following changes in the exported json file
|
Export Dashboards as json file from the previous Grafana version
change the following fields inside targets array of export json file
“target” to “queryText”
“rawQuery” to “table”
“hide”: true to “hide”: false
...