From c13d6082feda3b3b1794ee6b40adc002af35ebdf Mon Sep 17 00:00:00 2001 From: James Rodewig <40268737+jrodewig@users.noreply.github.com> Date: Mon, 30 Nov 2020 09:34:41 -0500 Subject: [PATCH] [DOCS] Add missing "with" in remote reindex doc (#65532) (#65603) Co-authored-by: Dimitris Athanasiou --- docs/reference/upgrade/reindex_upgrade.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/upgrade/reindex_upgrade.asciidoc b/docs/reference/upgrade/reindex_upgrade.asciidoc index c27333eb525..303b0142db2 100644 --- a/docs/reference/upgrade/reindex_upgrade.asciidoc +++ b/docs/reference/upgrade/reindex_upgrade.asciidoc @@ -153,7 +153,7 @@ cluster and remove nodes from the old one. . For each index that you need to migrate to the new cluster: -.. Create an index the appropriate mappings and settings. Set the +.. Create an index with the appropriate mappings and settings. Set the `refresh_interval` to `-1` and set `number_of_replicas` to `0` for faster reindexing.