From 55c6b14c3062817732e861923de333fd00869e16 Mon Sep 17 00:00:00 2001 From: kosabogi Date: Thu, 3 Apr 2025 12:56:42 +0200 Subject: [PATCH 1/3] Fixes redundancy in the Transforms migration section --- docs/en/install-upgrade/upgrading-stack.asciidoc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/en/install-upgrade/upgrading-stack.asciidoc b/docs/en/install-upgrade/upgrading-stack.asciidoc index 72f1d6a6d..388b1973f 100644 --- a/docs/en/install-upgrade/upgrading-stack.asciidoc +++ b/docs/en/install-upgrade/upgrading-stack.asciidoc @@ -519,8 +519,6 @@ When {kib} Upgrade Assistant reindexes the documents, {kib} will put a write blo If an index is less than 10GB of size, we recommend using {kib}'s Upgrade Assistant to automatically migrate the index. -If an index size is greater than 10 GB it is recommended to use the Reindex API. Reindexing consists of the following steps: - You can use the https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cat-indices-1[Get index information API] to obtain the size of an index: [source,console] @@ -528,8 +526,6 @@ You can use the https://www.elastic.co/docs/api/doc/elasticsearch/operation/oper GET _cat/indices/.transform-destination-example?v&h=index,store.size ---- -The reindexing can be initiated in the {kib} Upgrade Assistant. - If an index size is greater than 10 GB, it is recommended to use the Reindex API. Reindexing consists of the following steps: . Set the original index to read-only. From 83c55530d81c8d488c841dd35b7b07ee1c4e81f0 Mon Sep 17 00:00:00 2001 From: kosabogi <105062005+kosabogi@users.noreply.github.com> Date: Fri, 4 Apr 2025 07:48:07 +0200 Subject: [PATCH 2/3] Update docs/en/install-upgrade/upgrading-stack.asciidoc Co-authored-by: Janeen Mikell Roberts <57149392+jmikell821@users.noreply.github.com> --- docs/en/install-upgrade/upgrading-stack.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/install-upgrade/upgrading-stack.asciidoc b/docs/en/install-upgrade/upgrading-stack.asciidoc index 388b1973f..1d8cc9be9 100644 --- a/docs/en/install-upgrade/upgrading-stack.asciidoc +++ b/docs/en/install-upgrade/upgrading-stack.asciidoc @@ -517,7 +517,7 @@ POST _transform/my-transform/_reset ==== When {kib} Upgrade Assistant reindexes the documents, {kib} will put a write block on the old destination index, copy the results to a new index, delete the old index, and create an alias to the new index. During this time, the {transform} will pause and wait for the destination to become writable again. If you do not want the {transform} to pause, continue to <>. -If an index is less than 10GB of size, we recommend using {kib}'s Upgrade Assistant to automatically migrate the index. +If an index size is less than 10 GB, we recommend using {kib}'s Upgrade Assistant to automatically migrate the index. You can use the https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cat-indices-1[Get index information API] to obtain the size of an index: From 63bb3c3116e28a226298c2c51dcaf4cb3d6037e9 Mon Sep 17 00:00:00 2001 From: kosabogi <105062005+kosabogi@users.noreply.github.com> Date: Fri, 4 Apr 2025 07:48:16 +0200 Subject: [PATCH 3/3] Update docs/en/install-upgrade/upgrading-stack.asciidoc Co-authored-by: Janeen Mikell Roberts <57149392+jmikell821@users.noreply.github.com> --- docs/en/install-upgrade/upgrading-stack.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/install-upgrade/upgrading-stack.asciidoc b/docs/en/install-upgrade/upgrading-stack.asciidoc index 1d8cc9be9..07237c2b7 100644 --- a/docs/en/install-upgrade/upgrading-stack.asciidoc +++ b/docs/en/install-upgrade/upgrading-stack.asciidoc @@ -526,7 +526,7 @@ You can use the https://www.elastic.co/docs/api/doc/elasticsearch/operation/oper GET _cat/indices/.transform-destination-example?v&h=index,store.size ---- -If an index size is greater than 10 GB, it is recommended to use the Reindex API. Reindexing consists of the following steps: +If an index size is greater than 10 GB, we recommend using the Reindex API. Reindexing consists of the following steps: . Set the original index to read-only. +