mochi / vor

Vör is a set of services for gathering metrics by polling systems and delivering them to graphite.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ElasticSearchIndexStatsGraphiteService uses deprecated and removed in 2.x _status API

zackdever opened this issue · comments

ElasticSearchIndexStatsGraphiteService uses the Elasticsearch index status API which was deprecated in ES 1.2.0 and removed in ES 2.0.

The indices recovery API now serves a similar role. I'm not familiar enough with the two to know the best path forward, but I think at least a warning should be added to vor that its use is deprecated. It would be super nice if vor caught the error thrown by Elasticsearch 2.x and reported it in a useful way to the user if they tried to use ElasticSearchIndexStatsGraphiteService.