diff --git a/content/telegraf/v1.17/introduction/installation.md b/content/telegraf/v1.17/introduction/installation.md index 836899f21..073a9c9d0 100644 --- a/content/telegraf/v1.17/introduction/installation.md +++ b/content/telegraf/v1.17/introduction/installation.md @@ -16,7 +16,7 @@ Installation of the Telegraf package may require `root` or administrator privile ### Networking -Telegraf offers multiple service [input plugins](/telegraf/v1.15/plugins/inputs/) that may +Telegraf offers multiple service [input plugins](/telegraf/v1.17/plugins/inputs/) that may require custom ports. Modify port mappings through the configuration file (`telegraf.conf`). @@ -135,7 +135,7 @@ To manually install the Debian package from a `.deb` file: 2. Run the following command (making sure to supply the correct version number for the downloaded file): ```sh - sudo sudo dpkg -i telegraf_1._amd64.deb + sudo sudo dpkg -i telegraf_1.17_amd64.deb ``` {{% telegraf/verify %}} @@ -156,7 +156,7 @@ telegraf --input-filter [:] --output-filter ``` For more advanced configuration details, see the -[configuration documentation](/telegraf/v1.15/administration/configuration/). +[configuration documentation](/telegraf/v1.17/administration/configuration/). {{% /tab-content %}} {{% tab-content %}} @@ -207,7 +207,7 @@ telegraf --input-filter [:] --output-filter ``` For more advanced configuration details, see the -[configuration documentation](/telegraf/v1.15/administration/configuration/). +[configuration documentation](/telegraf/v1.17/administration/configuration/). {{% /tab-content %}} {{% tab-content %}} @@ -238,7 +238,7 @@ telegraf --input-filter [:] --output-filter ``` For more advanced configuration details, see the -[configuration documentation](/telegraf/v1.15/administration/configuration/). +[configuration documentation](/telegraf/v1.17/administration/configuration/). {{% /tab-content %}} {{% tab-content %}} @@ -269,7 +269,7 @@ telegraf --input-filter [:] --output-filter ``` For more advanced configuration details, see the -[configuration documentation](/telegraf/v1.15/administration/configuration/). +[configuration documentation](/telegraf/v1.17/administration/configuration/). {{% /tab-content %}} {{% tab-content %}} @@ -313,7 +313,7 @@ telegraf --input-filter [:] --output-filter ``` For more advanced configuration details, see the -[configuration documentation](/telegraf/v1.15/administration/configuration/). +[configuration documentation](/telegraf/v1.17/administration/configuration/). {{% /tab-content %}} {{% tab-content %}} @@ -329,7 +329,7 @@ Extract the contents of the ZIP archive to `C:\Program Files\InfluxData\Telegraf To obtain the SHA256 hash for the Windows Telegraf download, use the following PowerShell command: ```powershell -CertUtil -hashfile /telegraf-1._windows_amd64.zip SHA256 +CertUtil -hashfile /telegraf-1.17_windows_amd64.zip SHA256 ``` Compare the output from this command to the hash listed on the downloads page to ensure the integrity of the download. @@ -337,7 +337,7 @@ Compare the output from this command to the hash listed on the downloads page to ### Configure an input plugin The Telegraf ZIP archive contains a default configuration file (`telegraf.conf`). -In this file, the input plugin for capturing basic [Windows system metrics](/telegraf/v1.15/plugins/#win_perf_counters) is already activated. +In this file, the input plugin for capturing basic [Windows system metrics](/telegraf/v1.17/plugins/#win_perf_counters) is already activated. With this plugin, Telegraf monitors the following defined Windows Operating System objects: - Processor @@ -349,7 +349,7 @@ With this plugin, Telegraf monitors the following defined Windows Operating Syst - Paging File Telegraf can capture metrics and log information from a wide variety of sources. -For more advanced configuration details, see the [configuration documentation](/telegraf/v1.15/administration/configuration/). +For more advanced configuration details, see the [configuration documentation](/telegraf/v1.17/administration/configuration/). ### Configure an output plugin @@ -357,8 +357,8 @@ Before you start the Telegraf agent, configure an output plugin to send data to Choose the appropriate plugin based on the version of InfluxDB you are using. The `telegraf.conf` file included in the ZIP archive contains sections for configuring -both the [InfluxDB v1](/telegraf/v1.15/plugins/#influxdb) and -[InfluxDB v2](/telegraf/v1.15/plugins/#influxdb_v2) output plugins. +both the [InfluxDB v1](/telegraf/v1.17/plugins/#influxdb) and +[InfluxDB v2](/telegraf/v1.17/plugins/#influxdb_v2) output plugins. #### Writing data to InfluxDB 1.x @@ -383,7 +383,7 @@ Once configured, run the following commands in PowerShell to begin sending metri ``` ## Install Telegraf as a Windows Service -See [Running Telegraf as a Windows service](/telegraf/v1.15/administration/windows_service). +See [Running Telegraf as a Windows service](/telegraf/v1.17/administration/windows_service). {{< /tab-content >}} {{< /tabs-wrapper >}}