From 7712723ca7b9d5413498b7dcc8c94e371f2a288b Mon Sep 17 00:00:00 2001 From: Stef Nestor <26751266+stefnestor@users.noreply.github.com> Date: Wed, 16 Oct 2024 08:01:45 -0600 Subject: [PATCH 1/3] (Doc+) link video for resolving shards too large MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 👋 howdy, team (cc: @anniegale9538 )! Playing forward https://github.com/elastic/elasticsearch/pull/111254, [this video](https://www.youtube.com/watch?v=sHyNYnwbYro) demonstrates an example resolving shards too large via reindex under [this section](https://www.elastic.co/guide/en/elasticsearch/reference/master/size-your-shards.html#shard-size-recommendation) as it's a top support ask. --- docs/reference/how-to/size-your-shards.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/how-to/size-your-shards.asciidoc b/docs/reference/how-to/size-your-shards.asciidoc index 5f67014d5bb4a..ae72db5a4809f 100644 --- a/docs/reference/how-to/size-your-shards.asciidoc +++ b/docs/reference/how-to/size-your-shards.asciidoc @@ -208,6 +208,8 @@ index can be <>. You may then consider setting <> against the destination index for the source index's name to point to it for continuity. +See link:https://www.youtube.com/watch?v=sHyNYnwbYro[this video] for example +troubleshooting walkthrough. [discrete] [[shard-count-recommendation]] From 42898cf703008f83ae14f50ed9f6f08a67bf71a4 Mon Sep 17 00:00:00 2001 From: Stef Nestor <26751266+stefnestor@users.noreply.github.com> Date: Wed, 16 Oct 2024 08:52:39 -0600 Subject: [PATCH 2/3] feedback Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com> --- docs/reference/how-to/size-your-shards.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/how-to/size-your-shards.asciidoc b/docs/reference/how-to/size-your-shards.asciidoc index ae72db5a4809f..fe123f2f0fcd3 100644 --- a/docs/reference/how-to/size-your-shards.asciidoc +++ b/docs/reference/how-to/size-your-shards.asciidoc @@ -208,7 +208,7 @@ index can be <>. You may then consider setting <> against the destination index for the source index's name to point to it for continuity. -See link:https://www.youtube.com/watch?v=sHyNYnwbYro[this video] for example +See this https://www.youtube.com/watch?v=sHyNYnwbYro[fixing shard sizes video] for an example troubleshooting walkthrough. troubleshooting walkthrough. [discrete] From fe08ba2aed152829a4bb8fa21169c99fe7e631e8 Mon Sep 17 00:00:00 2001 From: Stef Nestor <26751266+stefnestor@users.noreply.github.com> Date: Wed, 16 Oct 2024 08:53:21 -0600 Subject: [PATCH 3/3] feedback --- docs/reference/how-to/size-your-shards.asciidoc | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/reference/how-to/size-your-shards.asciidoc b/docs/reference/how-to/size-your-shards.asciidoc index fe123f2f0fcd3..19848fb0338fe 100644 --- a/docs/reference/how-to/size-your-shards.asciidoc +++ b/docs/reference/how-to/size-your-shards.asciidoc @@ -209,7 +209,6 @@ index can be <>. You may then consider setting index's name to point to it for continuity. See this https://www.youtube.com/watch?v=sHyNYnwbYro[fixing shard sizes video] for an example troubleshooting walkthrough. -troubleshooting walkthrough. [discrete] [[shard-count-recommendation]]