Splunk Observability Cloud Certified Metrics User — Question 52

Which of the following is a best practice when creating performant searches within Splunk?

Answer options

Correct answer: C

Explanation

The correct answer, C, focuses on efficiency by limiting the search to only the fields needed, which improves performance. Option A is less efficient as the transaction command can be resource-intensive. Option B is misleading because while aggregating commands are useful, the focus should be on limiting data first. Option D can lead to performance issues due to excessive wildcard usage.