Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings for Unrecognized Configuration Keys in Datadog Helm Chart 3.66.0 #1418

Open
Harishpp opened this issue Jun 7, 2024 · 0 comments
Open
Labels
chart/datadog This issue or pull request is related to the datadog chart

Comments

@Harishpp
Copy link

Harishpp commented Jun 7, 2024

When deploying the Datadog Helm chart (version 3.66.0), I encountered multiple warnings related to unrecognized or deprecated configuration keys in the /etc/datadog-agent/system-probe.yaml file of the datadog pods. The warnings appear to be associated with various runtime security configurations with the datadog pods.

2024-06-07 15:20:05 UTC | CORE | WARN | (pkg/config/setup/config.go:1729 in LoadCustom) | Unknown key in config file: runtime_security_config.network.enabled
2024-06-07 15:20:05 UTC | CORE | WARN | (pkg/config/setup/config.go:1729 in LoadCustom) | Unknown key in config file: runtime_security_config.activity_dump.cgroup_wait_list_size
2024-06-07 15:20:05 UTC | CORE | WARN | (pkg/config/setup/config.go:1729 in LoadCustom) | Unknown key in config file: runtime_security_config.activity_dump.path_merge.enabled
2024-06-07 15:20:05 UTC | CORE | WARN | (pkg/config/setup/config.go:1729 in LoadCustom) | Unknown key in config file: runtime_security_config.syscall_monitor.enabled
2024-06-07 15:20:05 UTC | CORE | WARN | (pkg/config/model/viper.go:192 in checkKnownKey) | config key runtime_security_config.activity_dump.path_merge.enabled is unknown
2024-06-07 15:20:05 UTC | CORE | WARN | (pkg/config/model/viper.go:192 in checkKnownKey) | config key runtime_security_config.activity_dump.cgroup_wait_list_size is unknown
2024-06-07 15:20:05 UTC | CORE | WARN | (pkg/config/model/viper.go:192 in checkKnownKey) | config key runtime_security_config.network.enabled is unknown
2024-06-07 15:20:05 UTC | CORE | WARN | (pkg/config/model/viper.go:192 in checkKnownKey) | config key runtime_security_config.syscall_monitor.enabled is unknown
2024-06-07 15:20:05 UTC | CORE | WARN | (pkg/config/model/viper.go:192 in checkKnownKey) | config key fips.enabled is unknown
2024-06-07 15:20:05 UTC | CORE | WARN | (pkg/config/model/viper.go:192 in checkKnownKey) | config key use_proxy_for_cloud_metadata is unknown
@fanny-jiang fanny-jiang added the chart/datadog This issue or pull request is related to the datadog chart label Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chart/datadog This issue or pull request is related to the datadog chart
Projects
None yet
Development

No branches or pull requests

2 participants