Fix changelog for json parser. (#2100)
This commit is contained in:
parent
f862c6585d
commit
04a2b36a52
|
@ -7,6 +7,7 @@
|
|||
- [#1564](https://github.com/influxdata/telegraf/issues/1564): Use RFC3339 timestamps in log output.
|
||||
- [#1997](https://github.com/influxdata/telegraf/issues/1997): Non-default HTTP timeouts for RabbitMQ plugin.
|
||||
- [#2074](https://github.com/influxdata/telegraf/pull/2074): "discard" output plugin added, primarily for testing purposes.
|
||||
- [#1965](https://github.com/influxdata/telegraf/pull/1965): The JSON parser can now parse an array of objects using the same configuration.
|
||||
|
||||
### Bugfixes
|
||||
|
||||
|
@ -33,9 +34,6 @@ documentation for configuring journald. There is also a [`logfile` config option
|
|||
available in 1.1, which will allow users to easily configure telegraf to
|
||||
continue sending logs to /var/log/telegraf/telegraf.log.
|
||||
|
||||
- The JSON parser can now parse JSON data where the root object is an array.
|
||||
The parsing configuration is applied to each element of the array.
|
||||
|
||||
### Features
|
||||
|
||||
- [#1726](https://github.com/influxdata/telegraf/issues/1726): Processor & Aggregator plugin support.
|
||||
|
|
Loading…
Reference in New Issue