Describe the issue: I’m trying to create an analyst user role that grants read-only access to dashboards in specific tenants. I’ve created a role that I thought would accomplish that and mapped it to a user named sean, but when I click on dashboards, I get an error.
Application Not Found
No application was found at this URL. Try going back or choosing an app from the menu.
This is an indication that the user doesn’t have access to any data. This is not related to public tenant permissions because the dashboards are in separate tenants that the user has access to. The default application is correct.
Configuration:
Analyst role:
cluster permissions
cluster:admin/opensearch/ql/datasources/read (added after I saw a warning in the logs about the user missing this permission)
I figured out what my actual problem with opensearch dashboards is, but not how solve it. The user had access to Dashboards this whole time, but the big visualize and analyze item that you instinctive click on upon first logging in leads to /app/opensearch_dashboards_overview. How can I grant users access to that, or change that button to redirect to /app/Dashboards instead?
@seanthegeek Is the current issue only with the top icon in the OpenSearch Dashboard and on the home page?
If that is correct, I would suggest opening a Feature Request in the OpenSearch Dashboards GitHub repo.
The current read-only mode in OpenSearch Dashboards hides most of the options, but it doesn’t modify the icons’ behaviour.