diff --git a/content/telegraf/v1.22/configuration.md b/content/telegraf/v1.22/configuration.md index 6203b6bb5..23937d1bc 100644 --- a/content/telegraf/v1.22/configuration.md +++ b/content/telegraf/v1.22/configuration.md @@ -1,12 +1,13 @@ --- title: Configuration options description: Overview of the Telegraf configuration file, enabling plugins, and setting environment variables. +aliases: + - /telegraf/v1.22/administration/configuration/ menu: telegraf_1_22_ref: name: Configuration options weight: 20 - --- The Telegraf configuration file (`telegraf.conf`) lists all available Telegraf plugins. See the current version here: [telegraf.conf](https://github.com/influxdata/telegraf/blob/master/etc/telegraf.conf). diff --git a/content/telegraf/v1.22/install.md b/content/telegraf/v1.22/install.md index 3a6f7c7d8..5fa005429 100644 --- a/content/telegraf/v1.22/install.md +++ b/content/telegraf/v1.22/install.md @@ -262,7 +262,7 @@ telegraf --input-filter [:] --output-filter ``` For more advanced configuration details, see the -[configuration documentation](/telegraf/v1.22/administration/configuration/). +[configuration documentation](/telegraf/v1.22/configuration/). {{% /tab-content %}} {{% tab-content %}}