nerdexam
Splunk

SPLK-1003 · Question #85

In which phase do indexed extractions in props.conf occur?

The correct answer is B. Parsing phase. Indexed extractions defined in props.conf occur during the parsing phase, where Splunk processes and enriches events before writing them to disk.

Splunk Indexing

Question

In which phase do indexed extractions in props.conf occur?

Options

  • AInputs phase
  • BParsing phase
  • CIndexing phase
  • DSearching phase

How the community answered

(31 responses)
  • A
    3% (1)
  • B
    87% (27)
  • C
    3% (1)
  • D
    6% (2)

Why each option

Indexed extractions defined in props.conf occur during the parsing phase, where Splunk processes and enriches events before writing them to disk.

AInputs phase

The inputs phase handles initial data receipt and routing from input processors to the parsing queue; field extraction has not yet begun at this stage.

BParsing phaseCorrect

The parsing phase is where Splunk applies line breaking, timestamp recognition, and indexed field extractions specified in props.conf; these extractions are stored with the event at index time, meaning the extracted fields are available without re-processing during search, unlike search-time extractions which are applied on demand.

CIndexing phase

The indexing phase writes already-parsed and processed event data to disk; by this phase, parsing-phase extractions have already been applied.

DSearching phase

The searching phase applies search-time field extractions from transforms.conf or props.conf EXTRACT- settings on demand; indexed extractions from props.conf are not performed here.

Concept tested: Splunk data processing pipeline - indexed extractions at parse time

Source: https://docs.splunk.com/Documentation/Splunk/latest/Data/Aboutindexingprocesses

Topics

#Indexed Extractions#props.conf#Data Processing#Parsing Phase

Community Discussion

No community discussion yet for this question.

Full SPLK-1003 Practice