From 92737820938403037914810f2bdddad024ffeede Mon Sep 17 00:00:00 2001 From: Cameron Sparr Date: Mon, 8 Feb 2016 21:34:22 -0700 Subject: [PATCH] changelog update --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c92be7b36..bff50a5f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,15 @@ ## v0.10.3 [unreleased] ### Release Notes +- **Breaking Change** all users of the exec plugin must specify +`data_format = "json"` in the config file for the plugin to continue +parsing JSON data as it does now. +- More info on parsing arbitrary data formats can be found +[here](https://github.com/influxdata/telegraf/blob/master/DATA_FORMATS_INPUT.md) ### Features - [#652](https://github.com/influxdata/telegraf/pull/652): CouchDB Input Plugin +- [#655](https://github.com/influxdata/telegraf/pull/655): Support parsing arbitrary data formats. Currently limited to kafka_consumer and exec inputs. ### Bugfixes - [#443](https://github.com/influxdata/telegraf/issues/443): Fix Ping command timeout parameter on Linux.