Wizzy Versions Save

Manage & automate Grafana with easy wizzy

0.5.1

7 years ago

New Features:

  • Store/Upload/Download dashboards from/to AWS S3.
  • Extract panels,rows and template variables from dashboards and store/insert them in other dashboards.
  • Version control important panels/rows/template-variables.

0.5.0

7 years ago

New commands:

$ wizzy clip dashboard DASHBOARD_SLUG - creates a clip (gif) for a dashboard for last 24 hours. $ wizzy remove row $ wizzy remove panel $ wizzy remove temp-var $ wizzy change panels datasource OLD_DATASOURCE NEW_DATASOURCE

Descriptions are available in README...

0.4.2

7 years ago

Grafana.net support with wizzy

$ wizzy list gnet dashboards <filter>

$ wizzy download gnet dashboard DASHBOARD_ID REVISION_ID

0.4.1

7 years ago

Commands added:

$ wizzy import orgs
$ wizzy export org ORG_ID
$ wizzy import datasources
$ wizzy export datasource DATASOURCE_ID
$ wizzy summarize orgs
$ wizzy summarize datasources
$ wizzy extract temp-var SOURCE_TEMP-VAR_NUMBER TEMP_VAR_NAME
$ wizzy insert temp-var TEMP_VAR_NAME DASHBOARD_SLUG

and more.....

0.3.0

7 years ago

New Commands:

$ wizzy list dashboards
    - prints list of dashboards from Grafana in a tabular format
$ wizzy import dashboards
    - copies all remote dashboards jsons and creates/replaces local dashboard jsons
$ wizzy copy temp-var SOURCE_TEMP-VAR_NUMBER DESTINATION_DASHBOARD_SLUG.TEMP-VAR_NUMBER
    - copies a template variable from current dashboard to another dashboard
$ wizzy move temp-var SOURCE_TEMP-VAR_NUMBER DESTINATION_DASHBOARD_SLUG.TEMP-VAR_NUMBER
    - moves a template variable from current dashboard to another dashboard

0.2.5

7 years ago