mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
* [DOCS] Describe how to use Elastic Agent to monitor Elasticsearch * Temporarily fix doc build * Add question about showing Elastic Agent metrics in the monitoring UI * Apply changes from review * Activate link to Kibana docs * Fix broken link * Update docs/reference/monitoring/indices.asciidoc
44 lines
978 B
Text
44 lines
978 B
Text
[role="xpack"]
|
|
[[monitor-elasticsearch-cluster]]
|
|
= Monitor a cluster
|
|
|
|
[partintro]
|
|
--
|
|
The {stack} {monitor-features} provide a way to keep a pulse on the health and
|
|
performance of your {es} cluster.
|
|
|
|
* <<monitoring-overview>>
|
|
* <<how-monitoring-works>>
|
|
* <<monitoring-production>>
|
|
* <<configuring-elastic-agent>>
|
|
* <<configuring-metricbeat>>
|
|
* <<configuring-filebeat>>
|
|
* <<config-monitoring-indices>>
|
|
* <<collecting-monitoring-data>>
|
|
* <<monitoring-troubleshooting>>
|
|
|
|
--
|
|
|
|
include::overview.asciidoc[]
|
|
|
|
include::how-monitoring-works.asciidoc[]
|
|
|
|
include::production.asciidoc[]
|
|
|
|
include::configuring-elastic-agent.asciidoc[]
|
|
|
|
include::configuring-metricbeat.asciidoc[]
|
|
|
|
include::configuring-filebeat.asciidoc[]
|
|
|
|
include::indices.asciidoc[]
|
|
|
|
include::collecting-monitoring-data.asciidoc[]
|
|
:leveloffset: +1
|
|
include::collectors.asciidoc[]
|
|
include::exporters.asciidoc[]
|
|
:leveloffset: -1
|
|
include::local-export.asciidoc[]
|
|
include::http-export.asciidoc[]
|
|
include::pause-export.asciidoc[]
|
|
|