Security Exception Kibana Data Read Write Unauthorised User

I have integrate kibana with LDAP. I am able to login with LDAP user name and password. But in Kibana getting security exception.
Config: Error 403 Forbidden: [security_exception] action [indices:data/write/update] is unauthorized for user

I have mapped roles like this.

PUT _xpack/security/role_mapping/test_users
{
"roles" : [ "monitoring" , "user","test_role","superuser" ],
"rules" : { "field" : {
"groups" : "CN=c-ajitb,DC=example,DC=com"
} },
"enabled": true
}

but it is not getting reflected while login through c-ajitb. After login to kibana I am getting security exception.
Please provide solution.

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