We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a04789a commit baddacaCopy full SHA for baddaca
README.md
@@ -25,6 +25,12 @@ You can omit {new_index} and {new_type} if new index name and type name same as
25
$ elasticsearch-reindex -f http://192.168.1.100:9200/old_index/old_type -t http://10.0.0.1:9200
26
```
27
28
+If you're using the Amazon Elasticsearch Service you can provide your access and secret keys and region.
29
+
30
+```
31
+$ elasticsearch-reindex -f http://123.es.amazonaws.com -t http://10.0.0.1:9200 --region us-east-1 --access_key ABC --secret_key 123
32
33
34
Advanced feature
35
----------------
36
0 commit comments