Skip to content

Releases: signalfx/collectd-elasticsearch

Fix index name encoding issue

27 Feb 16:43
c0aa625
Compare
Choose a tag to compare

This was causing the index name to come through with b'' incorrectly wrapping it.

Python 3 Support

06 Dec 14:37
Compare
Choose a tag to compare
v1.4.0

Add Python 3 compatibility (#64)

Collect stats from write thread pool for ES versions 6.3+

22 Jul 19:12
4206b95
Compare
Choose a tag to compare

Updates to support stats from write thread pool for ES versions 6.3+

Prevent non existent stats from being reported as 0s

07 Mar 17:16
9a8894b
Compare
Choose a tag to compare

This release fixes a bug that emits non existent stats as 0s

v1.3.6: Handled deprecated ES stats (#61)

26 Dec 20:54
c11d5c0
Compare
Choose a tag to compare

Removed metrics deprecated in ES 6.3.2

v1.3.5: Updates to how version and cluster are determined

30 Oct 14:28
cad4ec6
Compare
Choose a tag to compare

Updates to address race condition when the ES node being monitored and the plugin start up at about the same time.

The plugin will -

  • determine cluster name from the ES endpoint or will use the Cluster config option if a value is provided
  • not emit datapoints until it figures out, both, cluster name and version from the node being monitored

v1.3.4: Bug Fix

10 Feb 02:02
b2e5302
Compare
Choose a tag to compare
  • More graceful handling of connection errors

v1.3.3

07 Nov 21:03
df16a93
Compare
Choose a tag to compare

Added exception handling for deprecated settings key from the response json.

v1.3.2

02 Jun 15:33
Compare
Choose a tag to compare
  • Restore compatibility with python 2.6

The recently added configuration option Protocol introduced a requirement of python 2.7.9 or higher when contacting elasticsearch over https. This release restores compatibility for python 2.6-2.7.9 when https is not required.

v1.3.1

11 May 20:32
Compare
Choose a tag to compare
  • Enhanced automated testing for CI