mallocator / Elasticsearch-Exporter

A small script to export data from one Elasticsearch cluster into another.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't work with AWS ES service

taschmidt opened this issue · comments

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?

commented

Is it absolutely necessary? No.

It is necessary for alias support in the current implementation.

TODO: Investigate AWS compatible alias support call.

Great, thanks!