Hi.
I’m sorry if the title question seems kind of dumb, but consider I’m very new to Grafana.
In a couple of days I’ve just built a dashboard for the moment by using an Elasticsearch datasource.
My main goal is to create several dashboards for each client (and each client would be able to access those by using a single “view only” account).
I was wondering: is it possible to instruct Grafana to show only certain dashboards to a particular user?
Let’s say for instance that I built dashboards A, B, C, D, E, and I need to show some data to clients 1 and 2.
Client 1 can only view dashboards A, B, C.
Meanwhile, client 2 can only view dashboards D, E.
Obviously, the strict requirement is that a specific client CANNOT view the dashboards of other clients (this rule is applied to all clients).
Is that possible?
Which settings do I need to change in order to instruct Grafana to behave in such way?