Elasticsearch ERROR: Failed to verify bootstrap password ---

Hi

after ii upgraded to platinum license and then reset the password in elasticsearch 7.0 (bin/elasticsearch-setup-passwords interactive). i could able to login in elastic user.

but i couldnt able to login using kibana user.

In browser shows "{"statusCode":403,"error":"Forbidden","message":"Forbidden"}"

and i tried to reset the password again in elasticsearch node.
shows below error:

[root@elastic1 elasticsearch]# bin/elasticsearch-setup-passwords interactive

Failed to authenticate user 'elastic' against http://192.168.x.x:9200/_security/_authenticate?pretty
Possible causes include:

  • The password for the 'elastic' user has already been changed on this cluster
  • Your elasticsearch node is running against a different keystore
    This tool used the keystore at /etc/elasticsearch/elasticsearch.keystore

ERROR: Failed to verify bootstrap password

[root@elastic1 elasticsearch]# curl -u elastic:elastic http://192.168.x.x:9200/_xpack/security/_authenticate?pretty
{
"username" : "elastic",
"roles" : [
"superuser"
],
"full_name" : null,
"email" : null,
"metadata" : {
"_reserved" : true
},
"enabled" : true,
"authentication_realm" : {
"name" : "reserved",
"type" : "reserved"
},
"lookup_realm" : {
"name" : "reserved",
"type" : "reserved"
}
}

how to fix this issue.

i restarted elasticsearch service.. . shows

[2019-05-20T20:21:23,046][INFO ][o.e.x.s.a.AuthenticationService] [node-1] Authentication of [kibana] was terminated by realm [reserved] - failed to authenticate user [kibana]

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