Unable to create monitors without permissions to all indices

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
Opensearch 2.18.0
Edge Version 131.0.2903.112 (Official build) (64-bit)

Describe the issue:
I’m trying to create a custom role to assign to a group of users that need the ability to create and manage alerts within their tenant.

I can add ‘read’, ‘incides:admin/aliases/get’ and ‘indices:monitor/settings/get’ to the index permission within the role, however when a user with that role goes to create a monitor, when they go to set the index to monitor, no results are shown and from the Opensearch response, we can see that the response appears to suggest that the user doesn’t have the permissions for ‘incides:admin/aliases/get’ and ‘indices:monitor/settings/get’

I can see that when I give the role a wildcard ability to the indexes, then the monitor creation index search is being populated, however this is not correct for the group of users.

Relevant Logs or Screenshots:
In the screenshot here you can see on the left in the background that we’ve assigned some index permissions, and in the foreground, logged in as a user with this role, we see the error and one of the responses from the network tab, suggesting access is not correct.

Hope this is clear, thanks for reading, appreciate any suggestions :slight_smile: