Giving access to only specific Grafana data to specific users

I would handle that on influxdb side.

Create another table in influxdb or another database where you associate one device to one or many logins. Then in your flux query send in currently logged in user’s login and filter things accordingly

Like this principle

1 Like