11[role="xpack"]
22[[elasticsearch-metrics]]
3- == {es} Monitoring Metrics
3+ = {es} Monitoring Metrics
44[subs="attributes"]
55++++
66<titleabbrev>{es} Metrics</titleabbrev>
@@ -18,7 +18,7 @@ See also {ref}/monitor-elasticsearch-cluster.html[Monitor a cluster].
1818
1919[float]
2020[[cluster-overview-page]]
21- ==== Cluster Overview
21+ == Cluster Overview
2222
2323To view the key metrics that indicate the overall health of an {es} cluster,
2424click **Overview** in the {es} section. Anything that needs your attention is
@@ -44,7 +44,7 @@ From there, you can dive into detailed metrics for particular nodes and indices.
4444
4545[float]
4646[[nodes-page]]
47- ==== Nodes
47+ == Nodes
4848
4949To view node metrics, click **Nodes**. The Nodes section shows the status
5050of each node in your cluster.
@@ -54,7 +54,7 @@ image::user/monitoring/images/monitoring-nodes.png["Elasticsearch Nodes"]
5454
5555[float]
5656[[nodes-page-overview]]
57- ===== Node Overview
57+ === Node Overview
5858
5959Click the name of a node to view its node statistics over time. These represent
6060high-level statistics collected from {es} that provide a good overview of
@@ -66,7 +66,7 @@ image::user/monitoring/images/monitoring-node.png["Elasticsearch Node Overview"]
6666
6767[float]
6868[[nodes-page-advanced]]
69- ===== Node Advanced
69+ === Node Advanced
7070
7171To view advanced node metrics, click the **Advanced** tab for a node. The
7272*Advanced* tab shows additional metrics, such as memory and garbage collection
@@ -81,7 +81,7 @@ more advanced knowledge of {es}, such as poor garbage collection performance.
8181
8282[float]
8383[[indices-overview-page]]
84- ==== Indices
84+ == Indices
8585
8686To view index metrics, click **Indices**. The Indices section shows the same
8787overall index and search metrics as the Overview and a table of your indices.
@@ -91,7 +91,7 @@ image::user/monitoring/images/monitoring-indices.png["Elasticsearch Indices"]
9191
9292[float]
9393[[indices-page-overview]]
94- ===== Index Overview
94+ === Index Overview
9595
9696From the Indices listing, you can view data for a particular index. To drill
9797down into the data for a particular index, click its name in the Indices table.
@@ -101,7 +101,7 @@ image::user/monitoring/images/monitoring-index.png["Elasticsearch Index Overview
101101
102102[float]
103103[[indices-page-advanced]]
104- ===== Index Advanced
104+ === Index Advanced
105105
106106To view advanced index metrics, click the **Advanced** tab for an index. The
107107*Advanced* tab shows additional metrics, such as memory statistics reported
@@ -116,7 +116,7 @@ more advanced knowledge of {es}, such as wasteful index memory usage.
116116
117117[float]
118118[[jobs-page]]
119- ==== Jobs
119+ == Jobs
120120
121121To view {ml} job metrics, click **Jobs**. For each job in your cluster, it shows
122122information such as its status, the number of records processed, the size of the
@@ -127,7 +127,7 @@ image::user/monitoring/images/monitoring-jobs.png["Machine learning jobs",link="
127127
128128[float]
129129[[ccr-overview-page]]
130- ==== CCR
130+ == CCR
131131
132132To view {ccr} metrics, click **CCR**. For each follower index on the cluster, it
133133shows information such as the leader index, an indication of how much the
@@ -149,7 +149,7 @@ For more information, see {ref}/xpack-ccr.html[{ccr-cap}].
149149
150150[float]
151151[[logs-monitor-page]]
152- ==== Logs
152+ == Logs
153153
154154If you use {filebeat} to collect log data from your cluster, you can see its
155155recent logs in the *Stack Monitoring* application. The *Clusters* page lists the
0 commit comments