How to map LDAP users with roles in kibana

I have implemented x pack as well as LDAP security in elasticsearch. But I am not able to assign roles for particular user (Existing users in LDAP active directory.) How to assign roles for existing users in kibana. Please provide solution.

The documentation regarding role mapping can be found here:
https://www.elastic.co/guide/en/x-pack/5.6/mapping-roles.html
You can either use the api or role_mapping.yml file

You cannot map roles to ldap users using kibana management user interface for ldap realm

Thanks, I have used role mapping api and I can assign roles to users.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.