@@ -118,7 +118,7 @@ You can configure an archive path with the parameter `path`
118118
119119 curl -XPOST 'localhost:9200/test/_export?path=/tmp/myarchive.zip'
120120
121- If ELasticsearch can not write an archive to the path, an error message will appear
121+ If Elasticsearch can not write an archive to the path, an error message will appear
122122and no export will take place.
123123
124124Renaming indexes and index types
@@ -214,7 +214,7 @@ You can import the file with::
214214 curl -XPOST 'localhost:9200/test/test/_import'
215215
216216Knapsack does not delete or overwrite data by default.
217- But ou can use the parameter `createIndex ` with the value `false ` to allow indexing to indexes that exist.
217+ But you can use the parameter `createIndex ` with the value `false ` to allow indexing to indexes that exist.
218218
219219When importing, you can map your indexes or index/types to your favorite ones.
220220
@@ -308,7 +308,7 @@ Knapsack is very simple and works without locks or snapshots. This means, if Ela
308308allowed to write to the part of your data in the export while it runs, you may lose data in the export.
309309So it is up to you to organize the safe export and import with this plugin.
310310
311- If you want a snapshot/restore feature, please use the standard napshot /restore in the upcoming
311+ If you want a snapshot/restore feature, please use the standard snapshot /restore in the upcoming
312312Elasticsearch 1.0 release.
313313
314314Credits
0 commit comments