From 403ed001bf06a6ad633447fc1c3422a4762de110 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Fri, 21 Sep 2018 13:07:12 -0700 Subject: [PATCH] Add version to the influxdb output plugins readme --- plugins/outputs/influxdb/README.md | 6 ++++-- plugins/outputs/influxdb_v2/README.md | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/plugins/outputs/influxdb/README.md b/plugins/outputs/influxdb/README.md index aed96e463..e9b3b0346 100644 --- a/plugins/outputs/influxdb/README.md +++ b/plugins/outputs/influxdb/README.md @@ -1,6 +1,6 @@ -# InfluxDB Output Plugin +# InfluxDB v1.x Output Plugin -This InfluxDB output plugin writes metrics to the [InfluxDB](https://github.com/influxdata/influxdb) HTTP or UDP service. +The InfluxDB output plugin writes metrics to the [InfluxDB v1.x] HTTP or UDP service. ### Configuration: @@ -68,3 +68,5 @@ This InfluxDB output plugin writes metrics to the [InfluxDB](https://github.com/ ## existing data has been written. # influx_uint_support = false ``` + +[InfluxDB v1.x]: https://github.com/influxdata/influxdb diff --git a/plugins/outputs/influxdb_v2/README.md b/plugins/outputs/influxdb_v2/README.md index 795f4467c..5755e6b13 100644 --- a/plugins/outputs/influxdb_v2/README.md +++ b/plugins/outputs/influxdb_v2/README.md @@ -1,6 +1,6 @@ -# InfluxDB Output Plugin +# InfluxDB v2.x Output Plugin -This InfluxDB output plugin writes metrics to the [InfluxDB 2.0](https://github.com/influxdata/platform) HTTP service. +The InfluxDB output plugin writes metrics to the [InfluxDB v2.x] HTTP service. ### Configuration: @@ -49,3 +49,5 @@ This InfluxDB output plugin writes metrics to the [InfluxDB 2.0](https://github. ## Use TLS but skip chain & host verification # insecure_skip_verify = false ``` + +[InfluxDB v2.x]: https://github.com/influxdata/platform