Great! In that case, you can update the existing values.yaml file with following, and redeploy the helm chart: In order to enable the gateway, set enabled to true in gateway section and adjust replicaCount and other configurations associated with gateway - https://github.com/signalfx/splunk-otel-collector-chart/blob/main/helm-charts/splunk-otel-collector/values.yaml#L1056 Enable the agent logs via - https://github.com/signalfx/splunk-otel-collector-chart/blob/main/helm-charts/splunk-otel-collector/values.yaml#L572 Once you redeploy your helm chart with above changes, You will have gateway running as part of helm chart OTEL agents logs will be collected via daemonset and sent to your backend.
... View more