From b1e02de8790b9f0e6644b2fead4bf37852e73da4 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Wed, 13 Dec 2017 11:17:36 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f01a7225..934addce6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ ``` ### Features + - [#3551](https://github.com/influxdata/telegraf/pull/3551): Add health status mapping from string to int in elasticsearch input. ### Bugfixes @@ -116,6 +117,7 @@ - [#3448](https://github.com/influxdata/telegraf/issues/3448): Use deb-systemd-invoke to restart service. - [#3553](https://github.com/influxdata/telegraf/issues/3553): Fix kafka_consumer outside range of offsets error. - [#3568](https://github.com/influxdata/telegraf/issues/3568): Fix separation of multiple prometheus_client outputs. +- [#3577](https://github.com/influxdata/telegraf/issues/3577): Don't add system input uptime_format as a counter. ## v1.4.5 [2017-12-01]