es2graphite
es2graphite copied to clipboard
Send elasticsearch metrics to graphite
Fixes broken HTTP GET for index statistics. Should be backwards compatible because the all=true parameter has not been used by ElasticSearch for a long time. See: https://github.com/elastic/elasticsearch/issues/21410
I was getting a broken pipe error, i believe caused by socket size limits when sending to graphite, so I changed the send_to_graphite to chunk up the data which seems...
This change will use the --interval (-i) parameter supplied on the command line to delay the execution of the next metrics retrieval. Previously, the interval was hard-coded for 1 minute...
Quick and dirty support for basic authentication to Elasticsearch URLs