overview.asciidoc 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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, and Beats in your cluster. You can also
  9. <<configuring-filebeat,use {filebeat} to collect {es} logs>>.
  10. All of the monitoring metrics are stored in {es}, which enables you to easily
  11. visualize the data from {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 {metricbeat} to collect and ship data about {es}, {kib}, {ls}, and
  20. Beats directly to your monitoring cluster rather than routing it through your
  21. production cluster. The following diagram illustrates a typical monitoring
  22. architecture with separate production and monitoring clusters:
  23. image::images/architecture.png[A typical monitoring environment]
  24. If you have the appropriate license, you can route data from multiple production
  25. clusters to a single monitoring cluster. For more information about the
  26. differences between various subscription levels, see:
  27. https://www.elastic.co/subscriptions
  28. IMPORTANT: In general, the monitoring cluster and the clusters being monitored
  29. should be running the same version of the stack. A monitoring cluster cannot
  30. monitor production clusters running newer versions of the stack. If necessary,
  31. the monitoring cluster can monitor production clusters running the latest
  32. release of the previous major version.