企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
# elasticsearch增加账号密码 https://blog.51cto.com/lxw1844912514/4375302 elasticsearch.yml 增加 ``` xpack.security.enabled: true xpack.license.self_generated.type: basic xpack.security.transport.ssl.enabled: true ``` 进入 docker elasticsearch 容器 执行 ``` docker exec -it 容器id或者容器名称 /bin/bash bin/elasticsearch-setup-passwords interactive 这个命令有的要等上几十秒 ``` 会提示 Please confirm that you would like to continue [y/N]y 输入y 之后要给各个账号设置对应的密码