From 9e453226619c617d4daa5554e0958f194e090fc0 Mon Sep 17 00:00:00 2001 From: Russ Savage Date: Thu, 4 Mar 2021 14:02:12 -0800 Subject: [PATCH] chore: update docs link in influxdbv2listener (#8939) * chore: update docs link in influxdbv2listener * chore: one more update to use latest --- plugins/inputs/influxdb_v2_listener/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/influxdb_v2_listener/README.md b/plugins/inputs/influxdb_v2_listener/README.md index 4258e021d..71fa6c19b 100644 --- a/plugins/inputs/influxdb_v2_listener/README.md +++ b/plugins/inputs/influxdb_v2_listener/README.md @@ -53,4 +53,4 @@ Metrics are created from InfluxDB Line Protocol in the request body. curl -i -XPOST 'http://localhost:8186/api/v2/write' --data-binary 'cpu_load_short,host=server01,region=us-west value=0.64 1434055562000000000' ``` -[influxdb_http_api]: https://v2.docs.influxdata.com/v2.0/api/ +[influxdb_http_api]: https://docs.influxdata.com/influxdb/latest/api/