From 495a5e9f99bc4acb6bc45c00fdcf0726acb98928 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Wed, 8 May 2019 11:39:30 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ README.md | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 585b503fa..66ae0f579 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 4446afd15..42fe91286 100644 --- a/README.md +++ b/README.md @@ -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)