Splunk Cloud HEC endpoint address do not resolve

Viewed 80

I have just created a Splunk Cloud trial account.

I can access perfectly to console with an URL in the form https://prd-p-naaaa.splunkcloud.com where naaaa is a digit and 4 letters.

I have configured an HEC token following the instructions here

But this do not shown the endpoints to use. I have checked the docs in here, and I assume that my HEC endpoint is:

https://http-inputs-prd-p-naaaa.splunkcloud.com

But this address is not DNS resolved.

I have also tried other alternatives, as dot instead minus

https://http-inputs.prd-p-naaaa.splunkcloud.com

Any comment or suggestion will be welcome

2 Answers

Try https://http-inputs-prd-p-naaaa.splunkcloud.com:443. The "http-inputs" part does not change if you use a secure connection.

Related