monitoring.asciidoc 1.1 KB

123456789101112131415161718192021222324
  1. [[secure-monitoring]]
  2. === Monitoring and security
  3. The {stack} {monitor-features} consist of two components:
  4. an agent that you install on on each {es} and Logstash node, and a Monitoring UI
  5. in {kib}. The monitoring agent collects and indexes metrics from the nodes
  6. and you visualize the data through the Monitoring dashboards in {kib}. The agent
  7. can index data on the same {es} cluster, or send it to an external
  8. monitoring cluster.
  9. To use the {monitor-features} with the {security-features} enabled, you need to
  10. {kibana-ref}/using-kibana-with-security.html[set up {kib} to work with the {security-features}]
  11. and create at least one user for the Monitoring UI. If you are using an external
  12. monitoring cluster, you also need to configure a user for the monitoring agent
  13. and configure the agent to use the appropriate credentials when communicating
  14. with the monitoring cluster.
  15. For more information, see:
  16. * <<monitoring-production>>
  17. * {kibana-ref}/monitoring-xpack-kibana.html[Configuring monitoring in {kib}]
  18. * {logstash-ref}/configuring-logstash.html[Configuring monitoring for Logstash nodes]