gpt4 book ai didi

elasticsearch - Kibana未显示来自外部Elasticsearch节点的监视数据

转载 作者:行者123 更新时间:2023-12-02 23:54:29 25 4
gpt4 key购买 nike

昨天,我根据this指南设置了专用的单个监视节点。

我设法用相同的ES 6.6.0版本的集群启动了新的监视节点,然后将这些行添加到所有ES集群节点上的我的elasticsearch.yml文件中:

xpack.monitoring.exporters:
id1:
type: http
host: ["http://monitoring-node-ip-here:9200"]

然后重新启动所有节点和Kibana(实际上在ES群集的节点之一中运行)。

现在,我今天可以看到监视数据索引已发送到新的监视外部节点,但是K​​ibana显示“ ”,您需要在访问“监视”部分时进行一些调整“”。
We checked the  `cluster defaults`  settings for  `xpack.monitoring.exporters` , and found the 
reason: `Remote exporters indicate a possible misconfiguration: id1`

Check that the intended exporters are enabled for sending statistics to the monitoring cluster,
and that the monitoring cluster host matches the `xpack.monitoring.elasticsearch` setting in
`kibana.yml` to see monitoring data in this instance of Kibana.

我已经检查了所有节点之间是否可相互ping通,而且我没有xpack安全性,所以还没有创建任何其他“remote_monitor”用户。

我遵循了错误消息,并尝试在kibana.yml文件中添加 xpack.monitoring.elasticsearch ,但最终出现以下错误:
 FATAL  ValidationError: child "xpack" fails because [child "monitoring" fails because [child 
"elasticsearch" fails because ["url" is not allowed]]]

希望任何人都可以帮助我找出问题所在。

最佳答案

编辑#1

已解决:问题是由于未在监视群集中禁用监视:

PUT _cluster/settings
{
"persistent": {
"xpack.monitoring.collection.enabled": false
}
}

另外,我在kibana.yml配置中犯了一个错误,
xpack.monitoring.elasticsearch 应该是 xpack.monitoring.elasticsearch.hosts

关于elasticsearch - Kibana未显示来自外部Elasticsearch节点的监视数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54763694/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com