wizzy
wizzy copied to clipboard
Manage & automate Grafana with easy wizzy
Hi, Running Grafana 4.3.3 and I used wizzy to download dashboard 1471 version 1 `wizzy download from-gnet dashboard 1471 1` I then did an export of all my dashboards to...
Also support batch export if the slug names do not match the filenames.
This is a basic support for templating in wizzy. Adding it ad the fs part make it really easy and makes templating available for every wizzy resources. The templating engine...
Changes to import dashboards via uid. Get dashboard by slug is now deprecated https://grafana.com/docs/grafana/latest/http_api/dashboard/#get-dashboard-by-slug
Cans-MacBook-Pro:grafana-entities cankaya$ wizzy export dashboards ✘ Dashboard file dashboards/.json does not exist. Cans-MacBook-Pro:grafana-entities cankaya$ wizzy status ✔ conf directory exists. ✔ conf file exists. ✔ .git directory exists. ✔ wizzy...
Currently a `wizzy import` will only act on the current organization that the user is logged into vs acting on all organizations that the user has access for. Wizzy also...
In Grafana, I created a folder name `Test / Folder`. Inside that folder I created a dashboard named `A Test Dashboard`. The dashboard fails to export with the error ```...
This would have many advantages to catch bugs, especially since this is a tool people use everyday. It would help for testing too. We can start to rewrite parts of...
Hi, we imported some dashboards from Grafana 6.x using folders. The structure looks like this: dashboards/folder_01/mydashboard Now i set context to "folder_01/mydashboard" and run the command "wizzy extract row 1...
Wizzy needs rowCount and rows [] for executing copy, move, etc.. `/usr/lib/node_modules/wizzy/src/local/components.js:85 var srcRow = srcRows[srcRowNumber-1]; `TypeError: Cannot read property '0' of undefined at Components.moveCopyOrRemove (/usr/lib/node_modules/wizzy/src/local/components.js:85:23) at Commands.instructions (/usr/lib/node_modules/wizzy/src/commands.js:118:15) at...