While using X-Pack with Elasticsearch & Kibana v5.0.0-alpha 4, there is no proper response message when updating the user/role details.
While using Console, if i Update the user details as shown below:-
PUT /_xpack/security/user/test
{
"password" : "test@123",
"roles" : [ "kibana_user", "transport_client" ],
"full_name" : "Test User",
"email" : "test@test.co.in"
}
It gives the following response:-
{
"user": {
"created": false
}
}
The response is inappropriate and end-user is unable to understand whether the user details has been updated or not.