You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@MMihaiMarian Nothing pre-built that I'm aware of. But I think you could do this by adding the plugin to the underlying JSON of each dashboard. If you would like to know what needs to be added, you can export a dashboard, add the panel, re-export it, and then diff the two versions.
For actually modifying existing dashboards, there's a few ways you could potentially go about this:
If you're defining your dashboards as code (Jsonnet/Grafonnet), you can merge in the plugin somewhere there.
If you're storing dashboards as JSON in GitHub / some other VCS and deploying them, you could probably add it there.
You could write a shell script to download all your dashboards, inject the plugin JSON, and upload the modified version.
If you find a good & standard way of doing this, please let me know or send a PR as I would love to add that to the docs.
It is possible to install the panel on all dashboards automatically? I have one 3K dashboards on my grafana instance.
The text was updated successfully, but these errors were encountered: