statsd-elasticsearch-backend icon indicating copy to clipboard operation
statsd-elasticsearch-backend copied to clipboard

Elasticsearch backend for statsd

Results 11 statsd-elasticsearch-backend issues
Sort by recently updated
recently updated
newest added

* It would make the software more discoverable * It would allow specific version download from registry * It would automatically install the files in the appropriate dirs The latest...

Bug Fix for below issue: /opt/nodejs/6.11.0/lib/node_modules/statsd-elasticsearch-backend/lib/elasticsearch.js:129 innerPayload += renderKV(statKey, listGuageData[key][statKey]); ^ ReferenceError: listGuageData is not defined at elasticsearch_bulk_insert (/opt/nodejs/6.11.0/lib/node_modules/statsd-elasticsearch-backend/lib/elasticsearch.js:129:47) at EventEmitter.elastic_flush (/opt/nodejs/6.11.0/lib/node_modules/statsd-elasticsearch-backend/lib/elasticsearch.js:208:3) at emitTwo (events.js:111:20) at EventEmitter.emit (events.js:191:7) at emitFlush...

We've decided that we don't need the raw `timer` data when we have the `timerData` data too. This keeps the default as indexing everything but allows users of the backend...

This would be helpful for sorting/filtering/aggregating if we could add a configurable list of elasticsearch tags to all metrics that come from the statsd instance.

Hi guys, I was wondering if someone has written a StatsD backend that directly interfaces with Kibana to visualize metrics in real time? Any pointers? thanks,

This looks to be a very standard operation for statsd. The values in metrics.sets are not sent to ES. Adding this code worked for me: ` for (key in metrics.sets)...

Is there any way to integrate the elasticsearch backend with Shield running in front of my ES node? This could take the form of an esuser, LDAP authentication or active...