Splunk Observability Cloud Certified Metrics User — Question 52
Which of the following is a best practice when creating performant searches within Splunk?
Answer options
- A. Utilize the transaction command to aggregate data for faster analysis.
- B. Utilize Aggregating commands to ensure all data is available prior to Streaming commands.
- C. Utilize specific fields to return only the data that is required.
- D. Utilize multiple wildcards across fields to ensure returned data is complete and available.
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.