how-monitoring-works.asciidoc 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. [role="xpack"]
  2. [testenv="basic"]
  3. [[how-monitoring-works]]
  4. == How monitoring works
  5. ++++
  6. <titleabbrev>How it works</titleabbrev>
  7. ++++
  8. Each {es} node, {ls} node, {kib} instance, and Beat instance is considered
  9. unique in the cluster based on its persistent UUID, which is written to the
  10. <<path-settings,`path.data`>> directory when the node or instance starts.
  11. Monitoring documents are just ordinary JSON documents built by monitoring each
  12. {stack} component at a specified collection interval. If you want to alter the
  13. templates for these indices, see <<config-monitoring-indices>>.
  14. {metricbeat} is used to collect monitoring data and to ship it directly to the
  15. monitoring cluster.
  16. To learn how to collect monitoring data, see:
  17. * <<collecting-monitoring-data>>
  18. * <<configuring-metricbeat>>
  19. * {kibana-ref}/xpack-monitoring.html[Monitoring {kib}]
  20. * {logstash-ref}/configuring-logstash.html[Monitoring {ls}]
  21. * Monitoring Beats:
  22. ** {auditbeat-ref}/monitoring.html[{auditbeat}]
  23. ** {filebeat-ref}/monitoring.html[{filebeat}]
  24. ** {functionbeat-ref}/monitoring.html[{functionbeat}]
  25. ** {heartbeat-ref}/monitoring.html[{heartbeat}]
  26. ** {metricbeat-ref}/monitoring.html[{metricbeat}]
  27. ** {packetbeat-ref}/monitoring.html[{packetbeat}]
  28. ** {winlogbeat-ref}/monitoring.html[{winlogbeat}]