Do we have any option to create only specific dashboards from the existing dashboards for only specific users. User can see only that particular dashboards only and other graphs should be hide for his/her login?
Can someone help me on this?
Can someone help me on this?
Hi Naresh9999!
It works the same as in ordinary Grafana. I think you can use Grafana roles or teams:
Here is a good tutorial:
- Create new dashboards.
- Create a new role, for example, “specific-users”
- Change role for specific-users from “viewer” to “specific-users”
- Give access to new dashboards for “specific-users” role.
Users from specific-users will see only dashboards to which you add access for this role.
Its worked for me.
Thank you so much for the quick help.