之前用的是6.x的skywalking和6.x的es,发现没有问题,直接就起来的。
最近再敲谷粒商城的时候,正好有es7.4,就直接用了,skywalking的版本也为7,选择它为存储的时候,启动就直接报错。
ERROR [] - method [PUT], host [http://localhost:9200], URI [/_template/alarm_record], status line [HTTP/1.1 400 Bad Request]
然后再谷歌进行搜索了一下,应该是不支持的原因。
ERROR [] - method [PUT], host [http://localhost:9200], URI [/_template/alarm_record], status line [HTTP/1.1 400 Bad Request]
我选择了es6.4,就可以跑起来了
ERROR [] - method [PUT], host [http://localhost:9200], URI [/_template/alarm_record], status line [HTTP/1.1 400 Bad Request]

但是看配置,有一个专门的elasticsearch7的存储方式,我没有选择,还有一个专门的es7版本

https://mirrors.tuna.tsinghua.edu.cn/apache/skywalking/7.0.0/apache-skywalking-apm-es7-7.0.0.tar.gz

应该是专门用来支持es7的。

相关文章:

  • 2021-12-04
  • 2022-01-10
  • 2022-12-23
  • 2022-01-26
  • 2022-12-23
  • 2021-07-14
猜你喜欢
  • 2021-10-06
  • 2021-07-30
  • 2021-12-05
  • 2022-12-23
  • 2021-10-03
  • 2022-12-23
相关资源
相似解决方案