其他分享
首页 > 其他分享> > ES集群重新设置密码(第二次执行./elasticsearch-setup-passwords interactive报错)

ES集群重新设置密码(第二次执行./elasticsearch-setup-passwords interactive报错)

作者:互联网

https://blog.csdn.net/weixin_43210350/article/details/109775605

错误信息
当为es集群设置完一次密码之后,再次执行相同的命令

./elasticsearch-setup-passwords interactive

报错:

Failed to authenticate user 'elastic' against http://172.16.xxx.xxx: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 /usr/local/elasticsearch-7.2.0/config/elasticsearch.keystore

ERROR: Failed to verify bootstrap password

解决办法:
删除 .security-7 索引,然后重新执行上面命令即可,不用重启es集群

————————————————
版权声明:本文为CSDN博主「L&&DH」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/weixin_43210350/article/details/109775605

标签:keystore,passwords,weixin,setup,blog,elasticsearch,报错,集群
来源: https://www.cnblogs.com/zkwarrior/p/15937487.html