Splunk Enterprise Certified Admin — Question 41
Which of the following formats are valid for a Splunk REST URI?
Answer options
- A. host:port/endpoint
- B. scheme://host/servicesNS/*/
- C. $SPLUNK HOME/services/endpoint
- D. scheme://host:port/services/endpoint
Correct answer: D
Explanation
The correct format for a Splunk REST URI is 'scheme://host:port/services/endpoint' because it specifies the protocol, host, port, and endpoint correctly. Other options either lack the required format or use incorrect components, making them invalid as REST URI formats.