collectd-elasticsearch icon indicating copy to clipboard operation
collectd-elasticsearch copied to clipboard

Collectd ElasticSearch plugin

Results 9 collectd-elasticsearch issues
Sort by recently updated
recently updated
newest added

These changes allow gathering metrics from elasticsearch 2 instances. Prior to these changes, many warnings about missing stats would be logged.

Hi, I have just run into a very hard to debug problem. After adding elasticsearch.py to my config, I had the error `python plugin: Found a configuration for the "elasticsearch"...

It seems this was just typoed. This PR renames the field cache eviction counter so it has a name consistent with the filter cache eviction counter.

Hi @phobos182 , Please may I know which version of collectd you used . Getting this below error Traceback (most recent call last): File "elasti_metric.py", line 254, in collectd.register_config(configure_callback) AttributeError:...

Add a call to /_cluster/health that extracts the "health" section, maps it to a set of integers sends it to collectd. The mappings are: 0 - green health, 1 -...

It would be extremely helpful to have health stats. My python-fu being very weak, it might take a while before I do this ``` json $ curl 0:9200/_cluster/health\?pretty { "cluster_name"...

From the documentation: "The number of bytes currently in use by the index buffer" http://www.elasticsearch.org/blog/performance-considerations-elasticsearch-indexing/ This is available since 1.3.0

Removed the "Version" configuration option from the plugin and detected the version of ElasticSearch automatically.

This one should be what I originally intended for PR 12. The jvm.gc.time and jvm.gc.count stats were being calculated in version-specific blocks. Where these stats are returned is either unrelated...