diff --git a/helm-charts/splunk-otel-collector/templates/config/_common.tpl b/helm-charts/splunk-otel-collector/templates/config/_common.tpl index 42f587a90..554d95f0a 100644 --- a/helm-charts/splunk-otel-collector/templates/config/_common.tpl +++ b/helm-charts/splunk-otel-collector/templates/config/_common.tpl @@ -415,10 +415,8 @@ splunk_hec/platform_logs: {{- if .addPersistentStorage }} storage: file_storage/persistent_queue {{- end }} - {{- if not .Values.featureGates.noDropLogsPipeline }} num_consumers: {{ .Values.splunkPlatform.sendingQueue.numConsumers }} - {{- else }} - num_consumers: 25 + {{- if .Values.featureGates.noDropLogsPipeline }} batcher: enabled: true flush_timeout: 200ms