Exam SPLK-1003 All QuestionsBrowse all questions from this exam
Question 150

In a customer managed Splunk Enterprise environment, what is the endpoint URI used to collect data?

    Correct Answer: C

    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.

Discussion
foxx99Option: C

answer is C

Frank_RaiOption: 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"}'

Frank_RaiOption: C

Should be C