nerdexam
Splunk

SPLK-1002 · Question #13

In what order arc the following knowledge objects/configurations applied?

The correct answer is B. Field Extractions, Field Aliases, Lookups. Splunk applies knowledge objects at search time in this sequence: Field Extractions → Field Aliases → Lookups. First, raw field values are extracted from events. Then, field aliases rename those extracted fields. Finally, lookups use the (possibly aliased) fields to enrich…

Creating and Managing Fields

Question

In what order arc the following knowledge objects/configurations applied?

Options

  • AField Aliases, Field Extractions, Lookups
  • BField Extractions, Field Aliases, Lookups
  • CField Extractions, Lookups, Field Aliases
  • DLookups, Field Aliases, Field Extractions

How the community answered

(45 responses)
  • A
    7% (3)
  • B
    87% (39)
  • C
    2% (1)
  • D
    4% (2)

Explanation

Splunk applies knowledge objects at search time in this sequence: Field Extractions → Field Aliases → Lookups. First, raw field values are extracted from events. Then, field aliases rename those extracted fields. Finally, lookups use the (possibly aliased) fields to enrich events with additional data from lookup tables. This order matters because each step depends on the output of the previous one - you cannot alias a field that hasn't been extracted yet, and you cannot look up a field that hasn't been extracted or aliased.

Topics

#Field Extractions#Field Aliases#Lookups#Knowledge Object Processing

Community Discussion

No community discussion yet for this question.

Full SPLK-1002 Practice