我已经在我的视窗系统上安装了MetricBeat。然后就开始了。在配置metricbeats.yml中,我设置了elasticsearch属性,如下所示
output.elasticsearch:
_ # Array of hosts to connect to._
_ hosts: [“10.193.164.145:9200”]_
_ template.name: “metricbeat”_
_ template.path: “metricbeat.template.json”_
_ template.overwrite: false_现在,当我启动MetricBeat时,我在日志中反复收到此消息
Can not index event (status=400): "MapperParsingException[mapping [default]]; nested: MapperParsingException[No handler for type [keyword] declared on field [hostname]]; "这里的问题是什么?
是不是因为兼容性?我的ElasticSearch版本是1.4.x,MetricBeats是5.5.x
请务必让我知道。
发布于 2017-11-09 01:45:49
发布于 2017-11-09 02:04:05
我不认为现在有任何矩阵支持elastic 1.x series with 5.x metrixbeat。但您可以在此处交叉检查兼容性矩阵product compatibility matrix
你也可以查看下面的文档作为你的参考。我不确定这对您的问题是否有帮助。elastic product end of life dates
https://stackoverflow.com/questions/46021221
复制相似问题