Skip to content

Commit

Permalink
Use https for windows td-agent msi download (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyc-splunk authored May 4, 2021
1 parent 934f4bd commit 00fb4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/buildscripts/packaging/installer/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ $tempdir = "\tmp\Splunk\OpenTelemetry Collector"
$regkey = "HKLM:\SYSTEM\CurrentControlSet\Control\Session Manager\Environment"

$fluentd_msi_name = "td-agent-4.0.1-x64.msi"
$fluentd_dl_url = "http://packages.treasuredata.com.s3.amazonaws.com/4/windows/$fluentd_msi_name"
$fluentd_dl_url = "https://packages.treasuredata.com/4/windows/$fluentd_msi_name"
$fluentd_base_dir = "\opt\td-agent"
$fluentd_config_dir = "$fluentd_base_dir\etc\td-agent"
$fluentd_config_path = "$fluentd_config_dir\td-agent.conf"
Expand Down

0 comments on commit 00fb4e0

Please sign in to comment.