Skip to content

Releases: markkimsal/statsd-elasticsearch-backend

0.3.0

07 Apr 21:23
Compare
Choose a tag to compare

Fix problem with ignoring the _type value of timerDataType. This will impact live systems, see README for more details.

v0.2.0

03 Mar 13:58
Compare
Choose a tag to compare

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

03 Mar 12:40
Compare
Choose a tag to compare

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

02 Mar 15:35
Compare
Choose a tag to compare

Added dynamic, time-based index creation

v0.0.1

02 Mar 15:20
Compare
Choose a tag to compare

All stats written to one index.
Code take as is from feature branch.
Initial release.