Add version to the influxdb output plugins readme
This commit is contained in:
parent
85db54c2f2
commit
403ed001bf
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue