File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 2222 - [ 16、JMX连接失败怎么办] ( #16jmx连接失败怎么办 )
2323 - [ 17、zk监控无数据问题] ( #17zk监控无数据问题 )
2424 - [ 18、启动失败,报NoClassDefFoundError如何解决] ( #18启动失败报noclassdeffounderror如何解决 )
25+ - [ 19、依赖ElasticSearch 8.0以上版本部署后指标信息无法正常显示如何解决]
2526
2627## 1、支持哪些 Kafka 版本?
2728
@@ -306,4 +307,15 @@ at org.springframework.beans.factory.support.ConstructorResolver.instantiate(Con
306307
307308如果在在 ` Windows ` 、` Mac ` 、` CentOS ` 这几个操作系统下也出现了启动失败的问题,可以重试2-3次看是否还是启动失败,或者换一台机器试试。
308309
310+ ## 依赖ElasticSearch 8.0以上版本部署后指标信息无法正常显示如何解决
311+ ** 错误现象**
312+ ``` log
313+ Warnings: [299 Elasticsearch-8.9.1-a813d015ef1826148d9d389bd1c0d781c6e349f0 "Legacy index templates are deprecated in favor of composable templates."]
314+ ```
315+ ** 问题原因**
316+ 1 . ES8.0和ES7.0版本存在Template模式的差异,建议使用 /_ index_template 端点来管理模板;
317+ 2 . ES java client在此版本的行为很奇怪表现为读取数据为空;
318+
319+ ** 解决方法**
320+ 修改` es_template_create.sh ` 脚本中所有的` /_template ` 为` /_index_template ` 后执行即可。
309321
You can’t perform that action at this time.
0 commit comments