Splunk Infrastructure Overview — Question 46

Which stats function is used to return a sorted list of unique field values?

Answer options

Correct answer: A

Explanation

The 'values' function is specifically designed to provide a sorted list of unique field values, making it the correct choice. The 'sum' function calculates the total of a numeric field, 'count' counts occurrences, and 'list' returns all values without sorting or removing duplicates, which do not meet the requirement of the question.