File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
.github/workflows/scripts Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ $expected_svc_env_vars = @{
42
42
" SPLUNK_CONFIG" = " ${env: PROGRAMDATA} \Splunk\OpenTelemetry Collector\${mode} _config.yaml" ;
43
43
" SPLUNK_ACCESS_TOKEN" = " $access_token " ;
44
44
" SPLUNK_REALM" = " $realm " ;
45
+ " SPLUNK_API_URL" = " $api_url " ;
45
46
" SPLUNK_INGEST_URL" = " $ingest_url " ;
46
47
" SPLUNK_TRACE_URL" = " ${ingest_url} /v2/trace" ;
47
48
" SPLUNK_HEC_URL" = " ${ingest_url} /v1/log" ;
@@ -75,8 +76,6 @@ if ("$with_fluentd" -eq "true") {
75
76
}
76
77
}
77
78
78
- $api_url = " https://api.${realm} .signalfx.com"
79
-
80
79
if ($with_msi_uninstall_comments -ne " " ) {
81
80
$uninstallProperties = Get-ChildItem - Path " HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" |
82
81
ForEach-Object { Get-ItemProperty $_.PSPath } |
You can’t perform that action at this time.
0 commit comments