KnowStreaming icon indicating copy to clipboard operation
KnowStreaming copied to clipboard

knowstreaming支持es https吗

Open dobixu opened this issue 1 year ago • 0 comments

  • [x] 我已经在 issues 搜索过相关问题了,并没有重复的。

在这里提出你的问题

当前版本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过期删除

dobixu avatar Dec 02 '24 02:12 dobixu