Splunk Observability Cloud Certified Metrics User — Question 12
Which of the following is a best practice for searching in Splunk?
Answer options
- A. Streaming commands run before aggregating commands in the Search pipeline.
- B. Raw word searches should contain multiple wildcards to ensure all edge cases are covered.
- C. Limit fields returned from the search utilizing the table command.
- D. Searching over All Time ensures that all relevant data is returned.
Correct answer: C
Explanation
Option C is correct because using the table command helps to limit the fields returned, making searches more efficient and focused. Option A is incorrect as the order of commands affects performance; streaming commands should ideally follow aggregation. Option B is wrong since excessive wildcards can complicate searches rather than enhance them. Option D is also incorrect because searching over All Time can lead to performance issues and may return unnecessary data.