Getting error when giving user to specific index permission

i got this error when i giving specific index permission to user
[security_exception] no permissions for [indices:monitor/settings/get] and User [name=dashboard_user, backend_roles=[dashboard_access_role], requestedTenant=user]
but when i am using * its working fine

i am working on opensearch dashboard there its giving error and dev tools working fine

Describe the issue:

Configuration:

Relevant Logs or Screenshots:

Hi @rahulchawla1300 ,

Could you please share your role configurations?

You can get your role permissions by executing the following command in Devtools:

GET _plugins/_security/api/roles/<your_role_name>

Have you tried using kibana_read_only role?

thanx all of you for taking my issue serious.
Its resolved now I had set do_not_fail_on_forbidden: true in config file. After this its working fine

really thanx to participate with me

1 Like