Splunk Infrastructure Overview — Question 67
Which of the following groups of commands can use multivalue functions?
Answer options
- A. eval, fieldformat, and where
- B. eval, fieldsummary, and where
- C. fieldformat, search, and where
- D. eval, mvexpand, and makemv
Correct answer: A
Explanation
The correct answer is A because the commands eval, fieldformat, and where can all work with multivalue functions to manipulate and filter data. The other options include commands that do not support multivalue functions in the same way, such as fieldsummary and search.