Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions pkg/config/config_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1224,12 +1224,6 @@ api_key:
#
# integrations_logs_total_usage: 100

# # @param kublet_api_client_read_timeout - duration - optional - default: 30s
# # @env DD_LOGS_CONFIG_KUBELET_API_CLIENT_READ_TIMEOUT - duration - optional - default: 30s
# # Configure the kubelet API client's timeout used while streaming logs.
#
# kublet_api_client_read_timeout: 30

# # @param k8s_container_use_kubelet_api - boolean - optional - default: false
# # @env DD_LOGS_CONFIG_K8S_CONTAINER_USE_KUBELET_API - boolean - optional - default: false
# # Enable container log collection via the kubelet API, typically used for EKS Fargate
Expand Down
1 change: 1 addition & 0 deletions pkg/config/setup/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ func InitConfig(config pkgconfigmodel.Setup) {
config.SetKnown("network_devices.autodiscovery.ping.timeout") //nolint:forbidigo // TODO: replace by 'SetDefaultAndBindEnv'
config.SetKnown("network_devices.autodiscovery.ping.linux.use_raw_socket") //nolint:forbidigo // TODO: replace by 'SetDefaultAndBindEnv'
config.SetKnown("network_devices.autodiscovery.use_deduplication") //nolint:forbidigo // TODO: replace by 'SetDefaultAndBindEnv'
config.SetKnown("network_devices.autodiscovery.collect_vpn") //nolint:forbidigo // TODO: replace by 'SetDefaultAndBindEnv'

bindEnvAndSetLogsConfigKeys(config, "network_devices.snmp_traps.forwarder.")
config.BindEnvAndSetDefault("network_devices.snmp_traps.enabled", false)
Expand Down