From eb3ffe1869a7c6781388641318e04ec7b0eef88d Mon Sep 17 00:00:00 2001 From: Anthony Miyaguchi Date: Wed, 22 Mar 2023 11:16:59 -0700 Subject: [PATCH] docs: Remove broken link to default config (#12925) --- docs/CONFIGURATION.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/CONFIGURATION.md b/docs/CONFIGURATION.md index d70108eb4..cb3f44af8 100644 --- a/docs/CONFIGURATION.md +++ b/docs/CONFIGURATION.md @@ -5,8 +5,6 @@ Telegraf's configuration file is written using [TOML][] and is composed of three sections: [global tags][], [agent][] settings, and [plugins][]. -View the default [telegraf.conf][] config file with all available plugins. - ## Generating a Configuration File A default config file can be generated by telegraf: @@ -787,7 +785,6 @@ Reference the detailed [TLS][] documentation. [processors]: #processor-plugins [aggregators]: #aggregator-plugins [metric filtering]: #metric-filtering -[telegraf.conf]: /etc/telegraf.conf [TLS]: /docs/TLS.md [glob pattern]: https://github.com/gobwas/glob#syntax [flags]: /docs/COMMANDS_AND_FLAGS.md