From 8bbfd4ac86f813e3051ea1d2ec1b32898e0c165e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Wed, 18 Jun 2025 11:38:27 +0200 Subject: [PATCH 1/2] [Troubleshoot] Adds link to Other issues section. --- troubleshoot/elasticsearch.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/troubleshoot/elasticsearch.md b/troubleshoot/elasticsearch.md index 9ea5c208fc..559ec9cc53 100644 --- a/troubleshoot/elasticsearch.md +++ b/troubleshoot/elasticsearch.md @@ -19,7 +19,6 @@ If you're using {{ech}}, you can use AutoOps to monitor your cluster. AutoOps si * [](/troubleshoot/elasticsearch/fix-common-cluster-issues.md) * [Cluster health API](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-health_report) - ## Data [troubleshooting-data] * [](/troubleshoot/elasticsearch/fix-watermark-errors.md) @@ -32,30 +31,27 @@ If you're using {{ech}}, you can use AutoOps to monitor your cluster. AutoOps si * [](/troubleshoot/elasticsearch/increase-cluster-shard-limit.md) * [](/troubleshoot/elasticsearch/corruption-troubleshooting.md) - ## Management [troubleshooting-management] * [](/troubleshoot/elasticsearch/start-ilm.md) * [](/troubleshoot/elasticsearch/index-lifecycle-management-errors.md) - ## Capacity [troubleshooting-capacity] * [](/troubleshoot/elasticsearch/fix-data-node-out-of-disk.md) * [](/troubleshoot/elasticsearch/fix-master-node-out-of-disk.md) * [](/troubleshoot/elasticsearch/fix-other-node-out-of-disk.md) - ## Snapshot and restore [troubleshooting-snapshot] * [](/troubleshoot/elasticsearch/restore-from-snapshot.md) * [](/troubleshoot/elasticsearch/add-repository.md) * [](/troubleshoot/elasticsearch/repeated-snapshot-failures.md) - ## Other issues [troubleshooting-others] * [](/troubleshoot/elasticsearch/troubleshooting-unstable-cluster.md) +* [](/troubleshoot/elasticsearch/cluster-allocation-api-examples.md) * [](/troubleshoot/elasticsearch/discovery-troubleshooting.md) * [](/troubleshoot/elasticsearch/monitoring-troubleshooting.md) * [](/troubleshoot/elasticsearch/transform-troubleshooting.md) @@ -66,4 +62,5 @@ If you're using {{ech}}, you can use AutoOps to monitor your cluster. AutoOps si * [](/troubleshoot/elasticsearch/remote-clusters.md) ## Additional resources + If you can't find your issue here, check the [troubleshooting overview](/troubleshoot/index.md) or [contact us](/troubleshoot/index.md#contact-us). From cff1535848bba7ab153550d377dd1f7fe67ecac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Wed, 18 Jun 2025 11:52:11 +0200 Subject: [PATCH 2/2] Update troubleshoot/elasticsearch.md Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com> --- troubleshoot/elasticsearch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/troubleshoot/elasticsearch.md b/troubleshoot/elasticsearch.md index 559ec9cc53..0bc62bf4ad 100644 --- a/troubleshoot/elasticsearch.md +++ b/troubleshoot/elasticsearch.md @@ -51,7 +51,7 @@ If you're using {{ech}}, you can use AutoOps to monitor your cluster. AutoOps si ## Other issues [troubleshooting-others] * [](/troubleshoot/elasticsearch/troubleshooting-unstable-cluster.md) -* [](/troubleshoot/elasticsearch/cluster-allocation-api-examples.md) +* [Troubleshoot using the cluster allocation API](/troubleshoot/elasticsearch/cluster-allocation-api-examples.md) * [](/troubleshoot/elasticsearch/discovery-troubleshooting.md) * [](/troubleshoot/elasticsearch/monitoring-troubleshooting.md) * [](/troubleshoot/elasticsearch/transform-troubleshooting.md)