elasticsearch/docs/reference/monitoring/index.asciidoc
Leaf-Lin ad0228fd2f
[DOCS] Adding Getting Help section to troubleshooting docs (#87095)
* Adding Getting Help section

Add getting help section in the troubleshooting guide to be pointed by health API when issues are too complicated to be addressed. 

This is taken from https://www.elastic.co/guide/en/cloud/current/ec-get-help.html, someone might want to elaborate it a bit more?

* Fix broken partintro, modify headings, and update wording

Co-authored-by: Adam Locke <adam.locke@elastic.co>
2022-05-25 15:58:41 -04:00

41 lines
899 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[]