Method new dropwizard parser more prominently.

This commit is contained in:
Daniel Nelson 2018-02-15 20:33:57 -08:00
parent 0c161b70ca
commit 2ade95e6bb
1 changed files with 5 additions and 2 deletions

View File

@ -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.