From 0ca3900abed92f8bc9184fd520d1e03576bebf5a Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Thu, 15 Feb 2018 20:33:57 -0800 Subject: [PATCH] Method new dropwizard parser more prominently. --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c39ef9e3b..7cf537eb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,13 +29,16 @@ - The `httpjson` is now deprecated, please migrate to the new `http` input. -### New Plugins - +### New Inputs - [http](./plugins/inputs/http/README.md) - Thanks to @grange74 - [ipset](./plugins/inputs/ipset/README.md) - Thanks to @sajoupa - [nats](./plugins/inputs/nats/README.md) - Thanks to @mjs & @levex +### New Parsers + +- [dropwizard](./docs/DATA_FORMATS_INPUT.md#dropwizard) - Thanks to @atzoum + ### Features - [#3551](https://github.com/influxdata/telegraf/pull/3551): Add health status mapping from string to int in elasticsearch input.