【发布时间】:2017-02-28 11:06:51
【问题描述】:
我正在使用 metricbeat 获取 Docker 性能数据,并且我正在尝试使用 Docker 性能数据生成仪表板。
我在 metricbeat.template.json 中启用了 fielddata:true :
然后我重新启动 Metricbeat 和 Kibana 并启动。 问题仍然存在。这是三个错误:
Visualize: Fielddata is disabled on text fields by default. Set fielddata=true on [docker.container.name] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory.
Visualize: Fielddata is disabled on text fields by default. Set fielddata=true on [docker.container.id] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory.
Visualize: Fielddata is disabled on text fields by default. Set fielddata=true on [docker.container.image] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory.
谁能帮忙解决这个问题?
提前致谢。
【问题讨论】:
-
你用的是什么版本的ES?
-
我已经更新了答案。让我知道它是否有效!
标签: kibana elastic-stack kibana-5 metricbeat