From 54446132288182b561697714178963b7e5fab3cc Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Tue, 11 Sep 2018 13:22:07 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a49c22db7..37885ec00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ ### New Processors - [enum](./plugins/processors/enum/README.md) - Contributed by @KarstenSchnitter -- [parser](./plugins/processors/parser/README.md) - Contributed by @maxunt & @Ayrdrie +- [parser](./plugins/processors/parser/README.md) - Contributed by @Ayrdrie & @maxunt - [rename](./plugins/processors/rename/README.md) - Contributed by @goldibex - [strings](./plugins/processors/strings/README.md) - Contributed by @bsmaldon @@ -28,6 +28,16 @@ - [azure_monitor](./plugins/outputs/azure_monitor/README.md) - Contributed by @influxdata +### New Parsers + +- [csv](/docs/DATA_FORMATS_INPUT.md#csv) - Contributed by @maxunt +- [grok](/docs/DATA_FORMATS_INPUT.md#grok) - Contributed by @maxunt +- [logfmt](/docs/DATA_FORMATS_INPUT.md#logfmt) - Contributed by @Ayrdrie & @maxunt + +### New Serializers + +- [splunkmetric](/plugins/serializer/splunkmetric/README.md) - Contributed by @ronnocol + ### Features - [#4236](https://github.com/influxdata/telegraf/pull/4236): Add SSL/TLS support to redis input. @@ -89,6 +99,7 @@ - [#4411](https://github.com/influxdata/telegraf/pull/4411): Add temp input plugin. - [#4272](https://github.com/influxdata/telegraf/pull/4272): Add Beanstalkd input plugin. - [#4669](https://github.com/influxdata/telegraf/pull/4669): Add means to specify server password for redis input. +- [#4339](https://github.com/influxdata/telegraf/pull/4339): Add Splunk Metrics serializer ### Bugfixes