How setup grafana for multiple user with same dashboard and different data source

Hi there,

I’m new with grafana. I want a setup where I have multiple grafana users having the same dashboard but there will be different data source (Prometheus) for each user.
Is it possible to create such a setup?

You should be able to have your users import the dashboard by ID, specifying the data source at import time.

Or, you can use the various APIs (see https://grafana.com/docs/http_api/ ) to push a datsource and dashboard directly into their setup.