In a customer managed Splunk Enterprise environment, what is the endpoint URI used to collect data?
In a customer managed Splunk Enterprise environment, what is the endpoint URI used to collect data?
In a customer managed Splunk Enterprise environment, the endpoint URI used to collect data is 'services/collector'. This endpoint is part of the HTTP Event Collector (HEC) which is used to send data to Splunk over HTTP.
answer is C
https://docs.splunk.com/Documentation/Splunk/9.2.1/Data/HECExamples curl "https://mysplunkserver.example.com:8088/services/collector" \ -H "Authorization: Splunk CF179AE4-3C99-45F5-A7CC-3284AA91CF67" \ -d '{"event": "Hello, world!", "sourcetype": "manual"}'
Should be C