mallocator / Elasticsearch-Exporter

A small script to export data from one Elasticsearch cluster into another.
Apache License 2.0
593 stars 112 forks source link

Doesn't work with AWS ES service #123

Closed taschmidt closed 8 years ago

taschmidt commented 8 years ago

With AWS's managed ES service (my target server), they don't allow the /_cluster/state operation so it errors out here. Is that totally necessary?

mallocator commented 8 years ago

Is it absolutely necessary? No.

It is necessary for alias support in the current implementation.

TODO: Investigate AWS compatible alias support call.

taschmidt commented 8 years ago

Great, thanks!