Hi We are using Splunk Cloud from azure marketplace. I have created HEC token but I have problem send data to the Splunk Cloud. I am testing some different port but it doesn't work. Same approach on my Splunk Cloud trial instances is working. Working- My test instance: curl -k https://prd-p-<label>.splunkcloud.com:8088/services/collector/event/1.0 -H "Authorization: Splunk <token>" -d '{"event": "hello world"}' Azure Splunk Cloud: NOT work mu commercial company instance: curl -k https://<company>.splunkcloud.com:8088/services/collector/event/1.0 -H 'Authorization: Splunk <token>' -d '{"event": "hello world"}' curl -k https://<company>.splunkcloud.com/services/collector/event/1.0 -H 'Authorization: Splunk <token>' -d '{"event": "hello world"}' Anybody know how to send data via HEC to the Splunk Cloud hosted as Azure service ? Thanks a lot
... View more