Splunk Infrastructure Overview — Question 22
Which of the following best describes the process for tokenizing event data?
Answer options
- A. The event data is broken up by values in the punct field.
- B. The event data is broken up by major breakers and then broken up further by minor breakers.
- C. The event data is broken up by a series of user-defined regex patterns.
- D. The event data has all punctuation stripped out and is then space delimited.
Correct answer: C
Explanation
The correct answer is C because tokenization involves using user-defined regex patterns to segment the data effectively. Options A, B, and D do not accurately represent the tokenization process, as they rely on specific fields or stripping punctuation without the flexibility of regex patterns.