mallocator/Elasticsearch-Exporter

Doesn't work with AWS ES service

taschmidt opened this issue · 2 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?

Is it absolutely necessary? No.

It is necessary for alias support in the current implementation.

TODO: Investigate AWS compatible alias support call.

Great, thanks!