ES开启安全密码认证后,es-head连接方式
作者:互联网
一、elasticsearch.yml 配置
es-head连接方式http.cors.enabled: true
http.cors.allow-origin: “*”
http.cors.allow-headers: Authorization,X-Requested-With,Content-Type,Content-Length
在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