SPLK-1003 · Question #147
In a customer managed Splunk Enterprise environment, what is the endpoint URI used to collect data?
The correct answer is A. services/collector. Splunk's HTTP Event Collector (HEC) listens at the endpoint URI 'services/collector' (full path: https://<host>:<port>/services/collector). This is the standard endpoint for sending JSON-formatted event data to Splunk over HTTP/HTTPS using a token-based authentication model. The
Question
In a customer managed Splunk Enterprise environment, what is the endpoint URI used to collect data?
Options
- Aservices/collector
- Bdata/collector
- Cservices/inputs?raw
- Dservices/data/collector
How the community answered
(59 responses)- A88% (52)
- B3% (2)
- C7% (4)
- D2% (1)
Explanation
Splunk's HTTP Event Collector (HEC) listens at the endpoint URI 'services/collector' (full path: https://<host>:<port>/services/collector). This is the standard endpoint for sending JSON-formatted event data to Splunk over HTTP/HTTPS using a token-based authentication model. The other options are not valid Splunk HEC endpoints: 'data/collector' (B), 'services/inputs?raw' (C), and 'services/data/collector' (D) are all incorrect. HEC also supports 'services/collector/raw' for raw text data and 'services/collector/event' as an explicit alias, but the base endpoint is 'services/collector'.
Topics
Community Discussion
No community discussion yet for this question.