其他分享
首页 > 其他分享> > ES开启安全密码认证后,es-head连接方式

ES开启安全密码认证后,es-head连接方式

作者:互联网

一、elasticsearch.yml 配置

http.cors.enabled: true
http.cors.allow-origin: “*”
http.cors.allow-headers: Authorization,X-Requested-With,Content-Type,Content-Length

es-head连接方式

在web界面访问时,该框由原来的 http://172.16.3.227:9100替换为 http://172.16.3.227:9100/?auth_user=elastic&auth_password=123456

在这里插入图片描述

标签:head,http,cors,9100,Content,ES,3.227,es
来源: https://blog.51cto.com/u_14440843/2807702