Releases: prometheus-community/elasticsearch_exporter
1.1.0rc1 / 20190227
[BREAKING] uses the registered exporter port 9114 instead of 9118. If you need to stick to the old port, you can specify the listen port with --web.listen-address
[BREAKING] commandline flags are now POSIX flags with double dashes --
[FEATURE] new collector for snapshot metrics
[FEATURE] added os memory stats metrics
[FEATURE] enable querying ES via proxy
[FEATURE] new collector for cluster settings
[FEATURE] new collector for indices settings
[FEATURE] cluster info collector. The collector periodically queries the /
endpoints and provides the other collectors with a semi up-to-date cluster label
[FEATURE]/ [BUGFIX] grafana dashboard improvements and fixes
[BUGFIX] Fixed createTLSConfig function. Return full tls configuration when ca, crt, key and insecure flag are set
[INTERNAL] added code linting to build pipeline
1.0.4rc1 / 20180817
[DOCUMENTATION] documentation updates
[FEATURE] add more index metrics
[FEATURE] add filesystem metrics
[FEATURE] add jvm buffer pool metrics
[FEATURE] add support for using the exporter behind reverse proxy (URL-prefixing)
[ENHANCEMENT] add linting to build chain and make project lint clean
1.0.3rc1 / 20180601
- [BUGFIX] update prometheus alerting rule example to v2 format
- [ENHANCEMENT] Add formatting option for logger
- [ENHANCEMENT] Add shard-level document count (can be toggled out)
- [ENHANCEMENT] Add OS CPU usage metric
- [ENHANCEMENT] Add skip-ssl-verify option
- [ENHANCEMENT] Add node-level current merge metrics
1.0.2 / 2018-01-09
1.0.2 / 2018-01-09
1.0.2rc2 / 2017-10-30
- [FEATURE]: add a ES role label to the node metrics
- [DOCUMENTATION]: various documentation improvements
- [BUGFIX]: fix miliseconds to seconds conversion
1.0.2rc1 / 2017-09-11
- [ENHANCEMENT] add index metrics
- [ENHANCEMENT] add cache metrics
- minor bugfixes and documentation
1.0.1 / 2017-07-24
1.0.0 / 2017-07-03
- [ENHANCEMENT] Rewrite the codebase to reduce redundancy and improve extensibility [#65]
- [ENHANCEMENT] Add examples for Grafana and Prometheus [#66]
- [BREAKING] Removed several duplicate or redundant metrics [#65]
WARNING: This release has breaking changes, please double check your alerts and dashboards after upgrading. Some redundant metrics were removed. If you miss some of the filesystem metrics please have a look at the recording rules in the examples folder.
1.0.0-rc1 / 2017-06-28
v1.0.0-rc1 Tag v1.0.0-rc1
0.3.3 / 2017-06-16
- [BUGFIX] Fix nil pointer exceptions [#61]