Splunk Core Certified Advanced Power User — Question 83
In which phase do indexed extractions in props.conf occur?
Answer options
- A. Inputs phase
- B. Parsing phase
- C. Indexing phase
- D. Searching phase
Correct answer: A
Explanation
Indexed extractions occur during the Inputs phase, where data is first received and processed before indexing. The Parsing phase deals with data structure, while the Indexing phase is focused on storing data, and the Searching phase involves querying the indexed data.