Update changelog

This commit is contained in:
Daniel Nelson 2019-05-08 11:39:30 -07:00
parent a0a9da371e
commit 495a5e9f99
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
2 changed files with 6 additions and 1 deletions

View File

@ -11,6 +11,10 @@
- [github](/plugins/inputs/github/README.md) - Contributed by @influxdata
- [powerdns_recursor](/plugins/inputs/powerdns_recursor/README.md) - Contributed by @dupondje
#### New Outputs
- [syslog](/plugins/outputs/syslog/README.md) - Contributed by @javicrespo
#### New Serializers
- [wavefront](/plugins/serializers/wavefront/README.md) - Contributed by @puckpuck

View File

@ -340,7 +340,7 @@ For documentation on the latest development code see the [documentation index][d
## Output Plugins
* [influxdb](./plugins/outputs/influxdb) (InfluxDB 1.x)
* [influxdb_v2](./plugins/outputs/influxdb_v2) ([InfluxDB 2.x](https://github.com/influxdata/platform))
* [influxdb_v2](./plugins/outputs/influxdb_v2) ([InfluxDB 2.x](https://github.com/influxdata/influxdb))
* [amon](./plugins/outputs/amon)
* [amqp](./plugins/outputs/amqp) (rabbitmq)
* [application_insights](./plugins/outputs/application_insights)
@ -368,6 +368,7 @@ For documentation on the latest development code see the [documentation index][d
* [riemann_legacy](./plugins/outputs/riemann_legacy)
* [socket_writer](./plugins/outputs/socket_writer)
* [stackdriver](./plugins/outputs/stackdriver)
* [syslog](./plugins/outputs/syslog)
* [tcp](./plugins/outputs/socket_writer)
* [udp](./plugins/outputs/socket_writer)
* [wavefront](./plugins/outputs/wavefront)