I have followed Splunk official document in which for log monitoring I am using Splunk cloud and for this I referred GitHub URL = https://github.com/signalfx/splunk-otel-collector-chart (Kubernetes clusters monitoring) here as per document I have added endpoint of Splunk, Hec token, and created index inside Splunk cloud , cluster name too but still not able to fetch logs. I need small help for this like configuration is almost done but on Splunk dashboard not able to see logs of Kubernetes cluster.
command used:
1. helm repo add splunk-otel-collector-chart https://signalfx.github.io/splunk-otel-collector-chart
2.helm install my-splunk-otel-collector --set="splunkPlatform.endpoint=https://127.0.0.1:8088/services/collector,splunkPlatform.token=xxxxxx,splunkPlatform.metricsIndex=k8..." splunk-otel-collector-chart/splunk-otel-collector