how-monitoring-works.asciidoc 1.2 KB

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