I have created a user using:
Stack Management / Users
and added roles: kibana_admin, kibana_system
however, the user got error when tried to run queury:
{
"error" : {
"root_cause" : [
{
"type" : "security_exception",
"reason" : "action [indices:data/read/search] is unauthorized for user [ekhlass]"
}
],
"type" : "security_exception",
"reason" : "action [indices:data/read/search] is unauthorized for user [ekhlass]"
},
"status" : 403
}
Kindly advice.

