Splunk Infrastructure Overview — Question 37
Repeating JSON data structures within one event will be extracted as what type of fields?
Answer options
- A. Single value
- B. Lexicographical
- C. Multivalue
- D. Mvindex
Correct answer: C
Explanation
The correct answer is C, Multivalue, because when JSON data structures are repeated, they are stored as multiple values under a single field. The other options, such as Single value and Lexicographical, do not apply to the context of handling repeated structures, while Mvindex is a specific function rather than a field type.