Skip to content

Commit a5f4279

Browse files
authored
Merge pull request #735 from sysadmind/release-1.6.0
BREAKING CHANGES: The flag `--es.cluster_settings` has been renamed to `--collector.clustersettings`. * [CHANGE] Rename --es.cluster_settings to --collector.clustersettings * [FEATURE] Add ILM metrics #513 * [ENHANCEMENT] Add ElasticCloud node roles to role label #652 * [ENHANCEMENT] Add ability to use AWS IAM role for authentication #653 * [ENHANCEMENT] Add metric for index replica count #483 * [BUGFIX] Set elasticsearch_clusterinfo_version_info guage to 1 #728 * [BUGFIX] Fix index field counts with nested fields #675 --------- Signed-off-by: Joe Adams <[email protected]>
2 parents d103c1e + 831c564 commit a5f4279

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
## Unreleased
2-
* [BREAKING] Rename --es.cluster_settings to --collector.clustersettings
1+
## 1.6.0 / 2023-06-22
2+
3+
BREAKING CHANGES:
4+
5+
The flag `--es.cluster_settings` has been renamed to `--collector.clustersettings`.
6+
7+
* [CHANGE] Rename --es.cluster_settings to --collector.clustersettings
8+
* [FEATURE] Add ILM metrics #513
9+
* [ENHANCEMENT] Add ElasticCloud node roles to role label #652
10+
* [ENHANCEMENT] Add ability to use AWS IAM role for authentication #653
11+
* [ENHANCEMENT] Add metric for index replica count #483
12+
* [BUGFIX] Set elasticsearch_clusterinfo_version_info guage to 1 #728
13+
* [BUGFIX] Fix index field counts with nested fields #675
14+
315

416
## 1.5.0 / 2022-07-28
517

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.0
1+
1.6.0

0 commit comments

Comments
 (0)