Splunk Observability Cloud Certified Metrics User — Question 24

Which of the following is a correct Splunk search that will return results in the most performant way?

Answer options

Correct answer: A

Explanation

Option A is the most performant because it filters by index and host first, reducing the data set before performing calculations. The other options either do not filter the data as efficiently or use the 'transaction' command, which is more resource-intensive and can slow down the search process.