We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40fd269 commit d30cbd8Copy full SHA for d30cbd8
deployments/chef/recipes/default.rb
@@ -14,7 +14,7 @@
14
15
# Older MSI versions can't properly setup the collector configuration
16
# in this case, we need to use the registry to set the environment variables.
17
- # Testing also showed custom configuration variables also require this.
+ # Custom variables also require using the registry, as the MSI doesn't support it.
18
if !node['splunk_otel_collector']['collector_msi_is_configurable'] || !node['splunk_otel_collector']['collector_additional_env_vars'].empty?
19
include_recipe 'splunk_otel_collector::collector_win_registry'
20
end
0 commit comments