-
Hello All. Im trying to install the splunk conector inside our AKS cluster to collect app logs to send to our splunk cloud instance. I´m following this tutorial. So I downloaded the chart, set the values.yaml with our splunk cloud instance and our token and run helm install command like this.
Daemonsets were deployed and pods are running, but if I check logs I´m seeing a timeout error . So I got into the container a run a curl command to our splunk instance and was able to connect so no firewall or anything there in the middle. What could I possible me missing here? is the url like in the example the correct way to configure this? I mean like:
The token is correct according to our config (otherwise I believe it would give a 401/403 or something in the error logs). In this case it´s trying to connect but without success with that timeout error Anything else I need to be checking? I also change timeout from 10 to 20 in the values.yaml. what header is expecting when it´s saying " There is no much about this issue on internet so I would appreciate any help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Please see this documentation to establish your HEC endpoint: https://docs.splunk.com/Documentation/Splunk/9.0.1/Data/UsetheHTTPEventCollector#Send_data_to_HTTP_Event_Collector_on_Splunk_Cloud_Platform Please let us know if the issue still occurs - please consider opening a support case if you are stuck. |
Beta Was this translation helpful? Give feedback.
Please see this documentation to establish your HEC endpoint: https://docs.splunk.com/Documentation/Splunk/9.0.1/Data/UsetheHTTPEventCollector#Send_data_to_HTTP_Event_Collector_on_Splunk_Cloud_Platform
Please let us know if the issue still occurs - please consider opening a support case if you are stuck.