From 39f37879688995ebf3c58918b0c0d598eea6d0b2 Mon Sep 17 00:00:00 2001 From: Samantha Wang <32681364+sjwang90@users.noreply.github.com> Date: Fri, 25 Sep 2020 10:25:19 -0700 Subject: [PATCH] fix plugin link in HTTP/JSON guide --- content/telegraf/v1.15/guides/using_http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/telegraf/v1.15/guides/using_http.md b/content/telegraf/v1.15/guides/using_http.md index c6be3ebac..f5894c935 100644 --- a/content/telegraf/v1.15/guides/using_http.md +++ b/content/telegraf/v1.15/guides/using_http.md @@ -10,7 +10,7 @@ menu: This example walks through using the Telegraf HTTP input plugin to collect live metrics on Citi Bike stations in New York City. Live station data is available in JSON format from [NYC OpenData](https://data.cityofnewyork.us/NYC-BigApps/Citi-Bike-Live-Station-Feed-JSON-/p94q-8hxh). -For the following example to work, configure [`influxdb` output plugin](/telegraf/v1.15/plugins/#influxdb). This plugin is what allows Telegraf to write the metrics to your InfluxDB. +For the following example to work, configure [`influxdb` output plugin](/telegraf/v1.15/plugins/#influxdb_v2). This plugin is what allows Telegraf to write the metrics to your InfluxDB. ## Configure the HTTP Input plugin in your Telegraf configuration file