ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的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 之后要给各个账号设置对应的密码