我可以使用没有 x-pack 的 head-plugin 连接到 xx.xx.xx.xx:9200。
当我的elasticsearch 5.2.0 x-pack启用时,xx.xx.xx.xx:9200需要登录才能连接es,但是head 9100不能连接到xx.xx.xx.xx:9200,在哪里输入x-pack 的用户名和密码。
我尝试了 elasticsearch.yml 中的设置
http.cors.allow-headers: Authorization
并使用url连接es
http://xx.xx.xx.xx:9200/es-head/?auth_user=elastic&auth_password=changeme
但它不能工作。我收到了这个回复消息..
"missing authentication token for REST request [/es-head/?auth_user=elastic&auth_password=changeme]"
我的es版本--5.2.0