Skip to content

Commit 55c6b14

Browse files
committed
Fixes redundancy in the Transforms migration section
1 parent a95e1a8 commit 55c6b14

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -519,17 +519,13 @@ When {kib} Upgrade Assistant reindexes the documents, {kib} will put a write blo
519519
520520
If an index is less than 10GB of size, we recommend using {kib}'s Upgrade Assistant to automatically migrate the index.
521521
522-
If an index size is greater than 10 GB it is recommended to use the Reindex API. Reindexing consists of the following steps:
523-
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
526524
[source,console]
527525
----
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-
533529
If an index size is greater than 10 GB, it is recommended to use the Reindex API. Reindexing consists of the following steps:
534530
535531
. Set the original index to read-only.

0 commit comments

Comments
 (0)