I am using aws OpenSearch to view real-time data analysis.
I am using Following roles to give my user read-only access to dashboard as mentioned here
- kibana_user
- kibana_read_only
- read_only_index
But still the user can edit dashboard because of some permissions in "kibana_user" role. so i tried to make a duplicate role using OpenSearch build-in functionality and removed manage and delete permission from duplicated role and assign this role to my user. But this time the user is unable to view dashboard and dashboards list even if I don't removes manage and delete permission, I am getting the following error in browser
no permissions for [indices:data/read/search] and User [name=test-user-1, backend_roles=[], requestedTenant=]: security_exception
I tried giving "indices:data/read/search" this permission to role and many more but it didn't work. any solutions