Step 1 – Download Agent in Windows
- https://portal.influxdata.com/downloads/
wget https://dl.influxdata.com/telegraf/releases/telegraf-1.21.1_windows_amd64.zip -UseBasicParsing -OutFile telegraf-1.21.1_windows_amd64.zip
Expand-Archive .\telegraf-1.21.1_windows_amd64.zip -DestinationPath 'C:\Program Files\InfluxData\telegraf'
Step 2 – Configuring Telegraf
PS> mkdir 'C:\Program Files\telegraf\conf'
PS> cd 'C:\Program Files\telegraf\conf'
# Create inputs.conf
# Create output.conf
Detailed
https://docs.influxdata.com/influxdb/v2.1/write-data/no-code/use-telegraf/
Step 3 – Start Telegraf
PS> telegraf --service install --config-directory 'C:\Program Files\telegraf\conf'
Example of Telegraf.conf
Latest posts by Rajesh Kumar (see all)
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024