From 1fe7301b951da4c5201f1cc24c94ebde3d27b212 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Tue, 25 Jun 2019 17:30:27 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7c8fa59a..0b6871042 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## v1.12 [unreleased] +#### Release Notes + +- The cluster health related fields in the elasticsearch input have been split + out from the `elasticsearch_indices` mesasurement into the new + `elasticsearch_cluster_health_indices` measurement as they were originally + combined by error. + #### New Inputs - [docker_log](/plugins/inputs/docker_log) - Contributed by @prashanthjbabu @@ -29,6 +36,7 @@ - [#5692](https://github.com/influxdata/telegraf/issues/5692): Fix sensor read error stops reporting of all sensors in temp input. - [#4356](https://github.com/influxdata/telegraf/issues/4356): Fix double pct replacement in sysstat input. +- [#6004](https://github.com/influxdata/telegraf/issues/6004): Fix race in master node detection in elasticsearch input. ## v1.11.1 [2019-06-25]