原英文版地址: https://www.elastic.co/guide/en/elasticsearch/reference/7.7/how-monitoring-works.html, 原文档版权归 www.elastic.co 所有
本地英文版地址: ../en/how-monitoring-works.html
本地英文版地址: ../en/how-monitoring-works.html
重要: 此版本不会发布额外的bug修复或文档更新。最新信息请参考 当前版本文档。
How monitoring worksedit
Each Elasticsearch node, Logstash node, Kibana instance, and Beat instance is considered
unique in the cluster based on its persistent UUID, which is written to the
path.data
directory when the node or instance starts.
Monitoring documents are just ordinary JSON documents built by monitoring each Elastic Stack component at a specified collection interval. If you want to alter the templates for these indices, see Configuring indices for monitoring.
Metricbeat is used to collect monitoring data and to ship it directly to the monitoring cluster.
To learn how to collect monitoring data, see: