Splunk Infrastructure Overview — Question 44
How is regex passed to the makemv command?
Answer options
- A. makemv must be preceded by the erex command.
- B. It is specified by the delim argument.
- C. It is specified by the tokenizer argument.
- D. makemv must be preceded by the rex command.
Correct answer: C
Explanation
The correct answer is C because the makemv command uses the tokenizer argument to specify regex for parsing. Options A and D are incorrect as they suggest using other commands before makemv, which is not required. Option B is also wrong since the delim argument is not responsible for passing regex.