试试搜索一下吧

docker安装elasticsearch 5.2.1 x-pack 无法登陆

Elasticsearch | 作者 dba_xyx | 发布于2017年01月24日 | 阅读数:8984

大神们好:
首先我描述下我的安装环境
1)我配置了3个节点使用3个docker容器

2)安装完后集群运行正常了

3)我登录其中一个节点所在的容器(bash)安装了x-pack插件,然后重启了这个容器

4)我尝试使用如下这个url登录es:
http://192.168.21.21:9200/_cat/health?v
但是一直提示登录,无线重复,点击取消后返回的结果是:
{"error":{"root_cause":[{"type":"security_exception","reason":"failed to authenticate user [elastic]","header":{"WWW-Authenticate":"Basic realm=\"security\" charset=\"UTF-8\""}}],"type":"security_exception","reason":"failed to authenticate user [elastic]","header":{"WWW-Authenticate":"Basic realm=\"security\" charset=\"UTF-8\""}},"status":401}

5)然后没辙,我使用url请求尝试修改其中一个用户的密码,但是返回的结果跟第4步类似:
curl -XPUT -u elastic '192.168.21.21:9200/_xpack/security/user/elastic/_password' -d '{
"password" : "elasticpassword"
}'
**

{"error":{"root_cause":[{"type":"security_exception","reason":"failed to authenticate user [elastic]","header":{"WWW-Authenticate":"Basic realm=\"security\" charset=\"UTF-8\""}}],"type":"security_exception","reason":"failed to authenticate user [elastic]","header":{"WWW-Authenticate":"Basic realm=\"security\" charset=\"UTF-8\""}},"status":401}
最后没辙,我尝试使用es社区关于安全这块的步骤配置了一遍,结果还是一样
https://www.elastic.co/guide/e ... .html

希望各位大神能给予指点,谢谢!
已邀请:

rockybean - Elastic Certified Engineer, ElasticStack Fans,公众号:ElasticTalk

赞同来自: hulangde2012

所有的es 节点都要安装x-pack的

chenchongpan

赞同来自:

基于Docker1.12.6,一直没有安装成功集群,看起来像是绑定地址或者Docker网络的问题
请问楼主:
1. 你使用的Docker是什么版本?
2. 你的集群怎么配置的?
 
谢!

要回复问题请先登录注册