Releases: markkimsal/statsd-elasticsearch-backend
Releases · markkimsal/statsd-elasticsearch-backend
0.3.0
v0.2.0
Completely rewrote indexing: bulk, dynamic names.
Bulk indexing is now used when inserting documents.
Dynamic indexes are created based on the UTC date (statsd-2014.03.03).
A sample index template is provided.
v0.1.1
Fixed issue with dynamic names of ES indexes. Timestamps were saved in UTC, but the date in the index name was local time.
v0.1.0
Added dynamic, time-based index creation
v0.0.1
All stats written to one index.
Code take as is from feature branch.
Initial release.