Why is otlphttp/entities plus some endpoint required when using for splunk enterprise with HEC export #1693
-
I may be fairly new here, but I just noticed that there's an exporter setting for
that is required when I'm running the otel-collector in our aks cluster. We use Splunk Enterprise and don't use Observability Cloud at all. We've implemented this tool to test getting a way to get our kubernetes logs to Splunk Enterprise with an HEC token and it's working so far for that purpose. The odd thing though is I noticed this exporter and settings, but without it the pod fails to start because it's required. I removed all the otlp entries in the manifests as well and it won't start either. The command I have run to get the manifests is Of course the token, cert, key, and ca are all being set in a separate secrets file, I just put dummy data here to build out the template appropriately. Is there a separate setting I need to disable otlphttp exporter that's not necessary? Or is this a requirement that shouldn't really be required when just using HEC exporter and tokens? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
We are looking into it. Please open a support case. |
Beta Was this translation helpful? Give feedback.
-
@Nibblefritz thanks for reporting. That pipeline shouldn't be enabled if
I wasn't able to reproduce any errors though. That pipeline was just silently ignored in my tests. Anyway, I've submitted a PR to exclude it for Splunk Platform users #1699. It should be fixed in the next release |
Beta Was this translation helpful? Give feedback.
@Nibblefritz thanks for reporting. That pipeline shouldn't be enabled if
splunkObservability
isn't configured.I wasn't able to reproduce any errors though. That pipeline was just silently ignored in my tests.
Anyway, I've submitted a PR to exclude it for Splunk Platform users #1699. It should be fixed in the next release