Releases: signalfx/collectd-elasticsearch
Releases · signalfx/collectd-elasticsearch
v1.3.0
v1.2.3
- Add
IndexSummaryOnly
option to only gather stats from _all rather than from each index - Add support for https endpoints
- Add test data for Elasticsearch 5.2.x and 5.3.x
v1.2.2
- Add support for gathering metrics from Elasticsearch 5.0.0
v1.2.1
- Limit index stat collection to the current master node in the elastic search cluster.
- Fixed issue where manually specified cluster names were ignored in favor of the Elasticsearch API reported cluster name.
v1.2.0: Configuration Changes and Compatability Improvements
Please see the changelog for detailed information about this release.
Sumary
- [2016-08-08]: Restore compatibility with python v2.6
- [2016-07-21]: Dimensionalize thread pool metrics by threadpool
- [2016-06-28]: Basic configuration changes
v1.1.0: Merge pull request #24 from signalfx/add-tests2
make the ES plugin less painful to test