Skip to content

Commit baddaca

Browse files
committed
Add note to readme about AWS support
1 parent a04789a commit baddaca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ You can omit {new_index} and {new_type} if new index name and type name same as
2525
$ elasticsearch-reindex -f http://192.168.1.100:9200/old_index/old_type -t http://10.0.0.1:9200
2626
```
2727

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+
2834
Advanced feature
2935
----------------
3036

0 commit comments

Comments
 (0)