vi config/elasticsearch.yml xpack.security.enabled: true xpack.security.transport.ssl.enabled: true ./bin/elasticsearch -d bin/elasticsearch-setup-passwords interactive
elasticsearch-head连接地址修改为
http://192.168.36.61:9100/?auth_user=elastic&auth_password=passwd
方式二
elasticsearch在服务器上只能本机访问,外部调用的话 可以写api在服务器上,
客户端直接访问api,而不是直接访问es
访客评论