emiller42 / splunk-statsd-backend

A backend plugin for Statsd to output metrics to the Splunk HTTP Event Collector (HEC)
MIT License
11 stars 2 forks source link

Support Indexer Acknowledgement #3

Open emiller42 opened 7 years ago

emiller42 commented 7 years ago

The Splunk HEC in version 6.4.0+ supports indexer acknowledgement on HEC data. This allows clients sending data to validate that data was not only received (successful POST) but also successfully processed, and then re-send data that failed to index.

details

This would potentially add complexity and overhead that may not be worthwhile. Further investigation would be needed.