我使用的是docker安装的es
首先进入docker 容器
docker exec -it elasticsearch bash
编辑elasticsearch.yml文件,并向其中添加:
http.cors.enabled: true
http.cors.allow-origin: "*"
http.cors.allow-headers: Authorization
xpack.security.enabled: true
xpack.security.transport.ssl.enabled: true
退出容器,重启elasticsearch,执行设置用户名和密码的命令文章来源:https://www.toymoban.com/news/detail-614403.html
exit //退出容器
docker restart es8 //重启容器 es8是我的容器名称
bin/elasticsearch-setup-passwords interactive //设置用户名和密码的命令
到这里就成功了,欢迎点赞评论提问哦。文章来源地址https://www.toymoban.com/news/detail-614403.html
到了这里,关于docker安装的elasticsearch容器设置账号密码的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!