在Kibana中看不到metricbeat的模块'elasticsearch-xpack'的度量。有人可以帮助您了解根本原因吗?
我已经安装了ELK,并已在Kibana中启用了试用版铂金许可证。我想获取ElasticSearch集群的指标,因此我正在使用metricbeat并按照下面的链接启用了'elasticsearch-xpack'模块
https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-module-elasticsearch.html
https://www.elastic.co/guide/en/elasticsearch/reference/current/configuring-metricbeat.html
即使我在elasticsearch中启用了xpack,在Kibana中也看不到任何矩阵。
我尝试启用简单的'elasticsearch'模块并可以在Kibana中查看指标,但是当我尝试'elasticsearch-xpack'模块时,它没有显示任何指标,甚至没有任何错误。
vi modules.d / elasticsearch-xpack.yml
# Module: elasticsearch
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/7.4/metricbeat-module-elasticsearch.html
- module: elasticsearch
metricsets:
- ccr
- cluster_stats
- index
- index_recovery
- index_summary
- ml_job
- node_stats
- shard
period: 10s
hosts: ["http://localhost:9200"]
username: "remote_monitoring_user"
password: "xxxxxx"
xpack.enabled: true
在/etc/elasticsearch/elasticsearch.yml中,
xpack.security.enabled: true
xpack.monitoring.collection.enabled: true