From 73d57c8a0233b36e918ae988c646a207286bf0c7 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Mon, 28 Aug 2017 16:30:51 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 554e19076..aca7cf75d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ ## v1.5 [unreleased] +### Release Notes + +- In the `kinesis` output, use of the `partition_key` and + `use_random_partitionkey` options has been deprecated in favor of the + `partition` subtable. This allows for more flexible methods to set the + partition key such as by metric name or by tag. + ### Features - [#3182](https://github.com/influxdata/telegraf/pull/3182): HTTP headers can be added to InfluxDB output. +- [#3170](https://github.com/influxdata/telegraf/pull/3170): Add support for sharding based on metric name. ### Bugfixes