SPLK-1003 Exam QuestionsBrowse all questions from this exam

SPLK-1003 Exam - Question 150


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

Show Answer
Correct Answer: AC

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

3 comments
Sign in to comment
Frank_RaiOption: C
Apr 9, 2024

Should be C

Frank_RaiOption: C
Apr 9, 2024

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

foxx99Option: C
Jun 8, 2024

answer is C