'kibana how to give Role or Access to user to see Only One Single Dashboard?
Solution 1:[1]
You need to have X-Pack Security in order to leverage the kibana_dashboard_only_user role + another role that gives access to only a selected list of dashboards for that user.
Solution 2:[2]
Yes you need X-pack, On top of that you can allow access to certain dashboards by create a role Associate the index that the dashboards uses Assign the role to the users along with the Dashboard_only_user role.
But you cant hide the other dashboards name from being displayed in the dashboard menu, its just gonna be empty if they dont have access to that dashboard
Solution 3:[3]
Follow the below steps.
- create a space in "Spaces" under stack management.
- export the Saved Objects of the dashbaord with its related objects from the existing space (default)
- import that saved object to your new space.
- Create a viewer role with the new space you created.
- assign that to your user.
- done!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Val |
| Solution 2 | Dchan |
| Solution 3 | Souvik Das |

