#NABox - Distribute Dashboards

1 messages · Page 1 of 1 (latest)

frozen remnant
#

Hi all, short question does somebody has already experience when having custom dashboard’s on the NABox to distribute them to other instances? We have a Dev instance where wo do the development of new dashboard’s and our goal would be to have a CICD pipeline to distribute them with GIT to our Int and Prod instances

frozen chasm
#

hi @frozen remnant would it work to use bin/harvest grafana export on the Dev instance and then bin/harvest grafana import on Int and Prod?

frozen remnant
#

Good point. Have to look how to implement this with NABox and Git 😊

unique slate
#

Another way is to use Grafana APIs in your pipeline, you'd have to create an API token on both and use it to perform the calls

frozen remnant