Skip to content

Commit

Permalink
revert windows telegraf update
Browse files Browse the repository at this point in the history
  • Loading branch information
bragi92 committed Oct 5, 2023
1 parent e7f4298 commit 328e887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otelcollector/build/windows/scripts/setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Write-Host ('Finished Installing Visual C++ Redistributable Package')
Write-Host ('Installing Telegraf');
try {
# Keep version in sync with linux in setup.sh file
$telegrafUri = 'https://dl.influxdata.com/telegraf/releases/telegraf-1.27.3_windows_amd64.zip'
$telegrafUri = 'https://dl.influxdata.com/telegraf/releases/telegraf-1.24.2_windows_amd64.zip'
Invoke-WebRequest -Uri $telegrafUri -OutFile /installation/telegraf.zip
Expand-Archive -Path /installation/telegraf.zip -Destination /installation/telegraf
Move-Item -Path /installation/telegraf/*/* -Destination /opt/telegraf/ -ErrorAction SilentlyContinue
Expand Down

0 comments on commit 328e887

Please sign in to comment.