Add version to the influxdb output plugins readme

This commit is contained in:
Daniel Nelson 2018-09-21 13:07:12 -07:00
parent 85db54c2f2
commit 403ed001bf
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
2 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -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