phobos182 / collectd-elasticsearch

Collectd ElasticSearch plugin
Apache License 2.0
105 stars 105 forks source link

Add support for stats from /_stats route #6

Closed crazed closed 10 years ago

crazed commented 11 years ago

This also adds additional stats and corrects the location of stats for use with ElasticSearch 0.90.0.

phobos182 commented 11 years ago

This code is not very DRY. Instead of repeating each and every metric, refactoring the code to pass in cluster vs non cluster would be appredicated.