elasticsearch/docs/reference/monitoring/index.asciidoc
James Rodewig 07ac8818b6
[DOCS] Remove testenv annotations from doc snippet tests (#80023) (#80458)
Removes `testenv` annotations and related code. These annotations originally let you skip x-pack snippet tests in the docs. However, that's no longer possible.

Relates to #79309, #31619
# Conflicts:
#	docs/reference/ml/df-analytics/apis/get-trained-model-deployment-stats.asciidoc
#	docs/reference/ml/df-analytics/apis/infer-trained-model-deployment.asciidoc
#	docs/reference/ml/df-analytics/apis/put-trained-model-definition-part.asciidoc
#	docs/reference/ml/df-analytics/apis/put-trained-model-vocabulary.asciidoc
#	docs/reference/ml/df-analytics/apis/start-trained-model-deployment.asciidoc
#	docs/reference/ml/df-analytics/apis/stop-trained-model-deployment.asciidoc
#	docs/reference/slm/apis/slm-delete.asciidoc
#	docs/reference/slm/apis/slm-execute-retention.asciidoc
#	docs/reference/slm/apis/slm-execute.asciidoc
#	docs/reference/slm/apis/slm-get-status.asciidoc
#	docs/reference/slm/apis/slm-get.asciidoc
#	docs/reference/slm/apis/slm-start.asciidoc
#	docs/reference/slm/apis/slm-stats.asciidoc
#	docs/reference/slm/apis/slm-stop.asciidoc
#	docs/reference/sql/endpoints/client-apps/tableau-desktop.asciidoc
#	docs/reference/sql/endpoints/client-apps/tableau-server.asciidoc
2021-11-05 19:41:54 -04:00

42 lines
935 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-metricbeat>>
* <<configuring-filebeat>>
* <<config-monitoring-indices>>
* <<collecting-monitoring-data>>
* <<monitoring-troubleshooting>>
--
include::overview.asciidoc[]
include::how-monitoring-works.asciidoc[]
include::production.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[]
include::troubleshooting.asciidoc[]