目前比较新的Elasticsearch,如7.3.0的版本,附带了x-pack免费授权,支持初始化密码等基本的安全功能,那么如何在shell中初始化密码呢?
示例shell代码如下:
printf "y" | /es/bin/elasticsearch-keystore create
printf "%s" "passpord" | /es/bin/elasticsearch-keystore add -x "bootstrap.password"
参考资料
How to create build in user without interactive mode or auto
如您从本文得到了有价值的信息或帮助,请考虑扫描文末二维码捐赠和鼓励。
如本文对您有用,捐赠和留言 将是对我最好的支持~(捐赠可转为站内积分)
如愿意,请向朋友推荐本站,谢谢。
尊重他人劳动成果。转载请务必附上原文链接,我将感激不尽。
留言