https://github.com/materializeinc/grafanamigrationplugin-pane
A small grafana plugin that points people to the correct place on a new grafana instance
https://github.com/materializeinc/grafanamigrationplugin-pane
Last synced: 5 months ago
JSON representation
A small grafana plugin that points people to the correct place on a new grafana instance
- Host: GitHub
- URL: https://github.com/materializeinc/grafanamigrationplugin-pane
- Owner: MaterializeInc
- License: apache-2.0
- Created: 2023-02-22T15:42:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T15:45:41.000Z (over 3 years ago)
- Last Synced: 2025-02-16T11:43:13.121Z (over 1 year ago)
- Language: TypeScript
- Size: 206 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# A small grafana plugin to redirect people
When you're migrating from one grafana instance to another, it can be
helpful to tell people that they landed on the wrong page. This plugin
lets you define a panel that tells people about that fact (with a
configurable-with-markdown text), and then renders a link that takes
people to the same page on another grafana instance.
## Prerequisites
* You need to be able to run unsigned plugins (this plugin isn't available in the grafana registry).
* Your dashboards and other data needs to have the same UID in both grafana instances (if you used a good backup/restore tool, that should be the case!)
* Your links must be re-pointable by exchanging the hostname/URL scheme/port only. Path prefix changes and other text editing tricks are not supported.