grafana / grafana

The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
https://grafana.com
GNU Affero General Public License v3.0
64.58k stars 12.09k forks source link

[FeatureRequest]: Dashboard list and Alert list should support snapshots #33766

Open satyatechy opened 3 years ago

satyatechy commented 3 years ago

What happened: When we open a local snapshot link that had dashboard list panel plugin (which searches for a dashboard tag and add a link in the dashboard panel) causes an unauthorized error as it is making a search call to Grafana.

error Dashboard Panel Error

What you expected to happen: It should not make search call and cause errors.

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

Environment:

hugohaggmark commented 3 years ago

Hmm, I think I'm going to re-label this as a feature request. I think there are other panels like the AlertList that won't work in a snapshot scenario so each panel would need to be extended separately to enable snapshot support.