Update changelog

This commit is contained in:
Daniel Nelson 2019-07-30 22:39:07 -07:00
parent ef9a1c0d5b
commit df90230341
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
2 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,7 @@
- [docker_log](/plugins/inputs/docker_log) - Contributed by @prashanthjbabu
- [fireboard](/plugins/inputs/fireboard) - Contributed by @ronnocol
- [uwsgi](/plugins/inputs/uswgi) - Contributed by @blaggacao
#### New Parsers
@ -49,6 +50,9 @@
- [#6129](https://github.com/influxdata/telegraf/pull/6129): Add support for field/tag keys to strings processor.
- [#6143](https://github.com/influxdata/telegraf/pull/6143): Add certificate verification status to x509_cert input.
- [#6163](https://github.com/influxdata/telegraf/pull/6163): Support percentage value parsing in redis input.
- [#6024](https://github.com/influxdata/telegraf/pull/6024): Load external Go plugins from --plugin-directory.
- [#6184](https://github.com/influxdata/telegraf/pull/6184): Add ability to exclude db/bucket tag from influxdb outputs.
- [#6137](https://github.com/influxdata/telegraf/pull/6137): Gather per collections stats in mongodb input plugin.
#### Bugfixes
@ -57,6 +61,7 @@
- [#6004](https://github.com/influxdata/telegraf/issues/6004): Fix race in master node detection in elasticsearch input.
- [#6100](https://github.com/influxdata/telegraf/issues/6100): Fix SSPI authentication not working in sqlserver input.
- [#6142](https://github.com/influxdata/telegraf/issues/6142): Fix memory error panic in mqtt input.
- [#6136](https://github.com/influxdata/telegraf/issues/6136): Support Kafka 2.3.0 consumer groups.
## v1.11.3 [2019-07-23]

View File

@ -283,6 +283,7 @@ For documentation on the latest development code see the [documentation index][d
* [twemproxy](./plugins/inputs/twemproxy)
* [udp_listener](./plugins/inputs/socket_listener)
* [unbound](./plugins/inputs/unbound)
* [uswgi](./plugins/inputs/uswgi)
* [varnish](./plugins/inputs/varnish)
* [vsphere](./plugins/inputs/vsphere) VMware vSphere
* [webhooks](./plugins/inputs/webhooks)