[DOCS] Add missing "with" in remote reindex doc (#65532) (#65603)

Co-authored-by: Dimitris Athanasiou <dimitris@elastic.co>
This commit is contained in:
James Rodewig 2020-11-30 09:34:41 -05:00 committed by GitHub
parent fb84b6710d
commit c13d6082fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.