Skip to content

Commit 32df07a

Browse files
kosabogijmikell821
andauthored
Fixes redundancy in the Transforms migration section (#3013)
* Fixes redundancy in the Transforms migration section * Update docs/en/install-upgrade/upgrading-stack.asciidoc Co-authored-by: Janeen Mikell Roberts <[email protected]> * Update docs/en/install-upgrade/upgrading-stack.asciidoc Co-authored-by: Janeen Mikell Roberts <[email protected]> --------- Co-authored-by: Janeen Mikell Roberts <[email protected]>
1 parent a95e1a8 commit 32df07a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/en/install-upgrade/upgrading-stack.asciidoc

+2-6
Original file line numberDiff line numberDiff line change
@@ -517,9 +517,7 @@ POST _transform/my-transform/_reset
517517
====
518518
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 <<reindexing-transform-running, reindexing the {transform}'s destination index while the {transform} is running>>.
519519
520-
If an index is less than 10GB of size, we recommend using {kib}'s Upgrade Assistant to automatically migrate the index.
521-
522-
If an index size is greater than 10 GB it is recommended to use the Reindex API. Reindexing consists of the following steps:
520+
If an index size is less than 10 GB, we recommend using {kib}'s Upgrade Assistant to automatically migrate the index.
523521
524522
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:
525523
@@ -528,9 +526,7 @@ You can use the https://www.elastic.co/docs/api/doc/elasticsearch/operation/oper
528526
GET _cat/indices/.transform-destination-example?v&h=index,store.size
529527
----
530528
531-
The reindexing can be initiated in the {kib} Upgrade Assistant.
532-
533-
If an index size is greater than 10 GB, it is recommended to use the Reindex API. Reindexing consists of the following steps:
529+
If an index size is greater than 10 GB, we recommend using the Reindex API. Reindexing consists of the following steps:
534530
535531
. Set the original index to read-only.
536532
+

0 commit comments

Comments
 (0)