From 5fe70a938ad98710480cb364a0469a4c01e71a40 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Tue, 4 Mar 2025 10:38:19 -0600 Subject: [PATCH] Update content/telegraf/v1/install.md --- content/telegraf/v1/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/telegraf/v1/install.md b/content/telegraf/v1/install.md index dc575b832..31a30cc6d 100644 --- a/content/telegraf/v1/install.md +++ b/content/telegraf/v1/install.md @@ -585,7 +585,7 @@ telegraf config > telegraf.conf To generate a configuration file that contains settings for only specific plugins, use the `--input-filter` and `--output-filter` options to specify [input plugins](/telegraf/v1/configure_plugins/input_plugins/) -and [output plugins](/telegraf/v1/plugins/#output-plugins/)--for example: +and [output plugins](/telegraf/v1/configure_plugins/output_plugins/)--for example: {{% code-placeholders "cpu|http|influxdb_v2|file" %}}