Hi,
Is there a way to limit the list of users that can be shown in the alerts assignees dropdown list?
lets say we have user1 with role: role1 and this role has only access to space1. can we configure kibana so that when user1 tries to filter alerts by assignee he can see only users with the same role (role1).
I have tried with limiting access to .security-profile-8 index which contains the list of users profile who had accessed kibana is the past. In devtools it works, but in the alert assignee list, i can still see the full list.
thanks in advance.