docs: Remove broken link to default config (#12925)
This commit is contained in:
parent
771153e76d
commit
eb3ffe1869
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue