overview.asciidoc 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. [role="xpack"]
  2. [[monitoring-overview]]
  3. == Monitoring overview
  4. ++++
  5. <titleabbrev>Overview</titleabbrev>
  6. ++++
  7. When you monitor a cluster, you collect data from the {es} nodes, {ls} nodes,
  8. {kib} instances, {ents}, APM Server, and Beats in your cluster. You can also
  9. collect logs.
  10. All of the monitoring metrics are stored in {es}, which enables you to easily
  11. visualize the data in {kib}. By default, the monitoring metrics are stored in
  12. local indices.
  13. TIP: In production, we strongly recommend using a separate monitoring cluster.
  14. Using a separate monitoring cluster prevents production cluster outages from
  15. impacting your ability to access your monitoring data. It also prevents
  16. monitoring activities from impacting the performance of your production cluster.
  17. For the same reason, we also recommend using a separate {kib} instance for
  18. viewing the monitoring data.
  19. You can use {agent} or {metricbeat} to collect and ship data directly to your
  20. monitoring cluster rather than routing it through your production cluster.
  21. The following diagram illustrates a typical monitoring architecture with
  22. separate production and monitoring clusters. This example shows {metricbeat},
  23. but you can use {agent} instead.
  24. image::images/architecture.png[A typical monitoring environment]
  25. If you have the appropriate license, you can route data from multiple production
  26. clusters to a single monitoring cluster. For more information about the
  27. differences between various subscription levels, see:
  28. https://www.elastic.co/subscriptions
  29. IMPORTANT: In general, the monitoring cluster and the clusters being monitored
  30. should be running the same version of the stack. A monitoring cluster cannot
  31. monitor production clusters running newer versions of the stack. If necessary,
  32. the monitoring cluster can monitor production clusters running the latest
  33. release of the previous major version.