We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
当前版本3.4.0,如果支持的话,在application.yml中下列项如何配置,以及证书
es: client: address: pass: # ES账号密码,如果有账号密码,按照 username:password 的格式填写,没有则不需要填写 client-cnt: 2 # 创建的ES客户端数 io-thread-cnt: 2 max-retry-cnt: 5 index: expire: 15 # 索引过期天数,15表示超过15天的索引会被KS过期删除
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在这里提出你的问题
当前版本3.4.0,如果支持的话,在application.yml中下列项如何配置,以及证书
ES客户端配置
es:
client:
address:
pass: # ES账号密码,如果有账号密码,按照 username:password 的格式填写,没有则不需要填写
client-cnt: 2 # 创建的ES客户端数
io-thread-cnt: 2
max-retry-cnt: 5
index:
expire: 15 # 索引过期天数,15表示超过15天的索引会被KS过期删除
The text was updated successfully, but these errors were encountered: