首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >ElasticSearch MetricBeat映射问题

ElasticSearch MetricBeat映射问题
EN

Stack Overflow用户
提问于 2017-09-03 15:30:44
回答 2查看 284关注 0票数 0

我已经在我的视窗系统上安装了MetricBeat。然后就开始了。在配置metricbeats.yml中,我设置了elasticsearch属性,如下所示

代码语言:javascript
复制
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时,我在日志中反复收到此消息

代码语言:javascript
复制
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

请务必让我知道。

EN

回答 2

Stack Overflow用户

发布于 2017-11-09 01:45:49

Stack Overflow用户

发布于 2017-11-09 02:04:05

我不认为现在有任何矩阵支持elastic 1.x series with 5.x metrixbeat。但您可以在此处交叉检查兼容性矩阵product compatibility matrix

你也可以查看下面的文档作为你的参考。我不确定这对您的问题是否有帮助。elastic product end of life dates

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/46021221

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档