Replies: 1 comment
-
|
Please open a support case to receive further help. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi , i am trying to setup logging mechanisam on aks cluster using OTEL agent. we would like to have approach like
Agent as sidecar - cluster collector receiver - gateway mode to splunk observability.
tried to deploy only custer receiver which exports to gateway then splunk observability.
as part of cluster receiver configuration, removed signalfx exporter by setting as null so that it can forwards logs/metrics/traces to gateway instead of splunk observability directly. however i see collector is trying to send directly to splunk not to gateway.
this values.yaml file
values_receiver.yaml
below is the error log
2025-12-03T07:20:38.023Z info internal/retry_sender.go:133 Exporting failed. Will retry the request after interval. {"resource": {"service.instance.id": "ffad4a74-366d-419c-92d1-b5c37b508d70", "service.name": "otel-k8s-cluster-receiver", "service.version": "v0.140.0"}, "otelcol.component.id": "splunk_hec/platform_logs", "otelcol.component.kind": "exporter", "otelcol.signal": "logs", "error": "Post "dummy": unsupported protocol scheme """, "interval": "43.579955472s"}
2025-12-03T07:21:21.611Z error internal/queue_sender.go:49 Exporting failed. Dropping data. {"resource": {"service.instance.id": "ffad4a74-366d-419c-92d1-b5c37b508d70", "service.name": "otel-k8s-cluster-receiver", "service.version": "v0.140.0"}, "otelcol.component.id": "splunk_hec/platform_logs", "otelcol.component.kind": "exporter", "otelcol.signal": "logs", "error": "no more retries left: Post "dummy": unsupported protocol scheme """, "dropped_items": 48}
Beta Was this translation helpful? Give feedback.
All reactions