Splunk Enterprise Certified Admin — Question 30
Which of the following are ways to get a list of search jobs? (Select all that apply.)
Answer options
- A. Access Activity > Jobs with Splunk Web.
- B. Use Splunk REST to query the /services/search/jobs endpoint.
- C. Use Splunk REST to query the /services/saved/searches endpoint.
- D. Use Splunk REST to query the /services/search/sid/results endpoint.
Correct answer: A, B
Explanation
Options A and B are correct because they directly relate to accessing search jobs through the Splunk Web interface and the REST API respectively. Options C and D are incorrect as they pertain to saved searches and search results, not to the list of active search jobs.