nerdexam
Splunk

SPLK-1002 · Question #144

Calculated fields can be based on which of the following?

The correct answer is B. Extracted fields. Calculated fields in Splunk are a type of knowledge object that apply an eval expression to existing fields at search time to produce a new field. They must be based on fields that already exist in the event data-specifically extracted fields (fields parsed from the raw event…

Creating Field Aliases and Calculated Fields

Question

Calculated fields can be based on which of the following?

Options

  • ATags
  • BExtracted fields
  • COutput fields for a lookup
  • DFields generated from a search string

How the community answered

(28 responses)
  • A
    4% (1)
  • B
    89% (25)
  • C
    7% (2)

Explanation

Calculated fields in Splunk are a type of knowledge object that apply an eval expression to existing fields at search time to produce a new field. They must be based on fields that already exist in the event data-specifically extracted fields (fields parsed from the raw event text). They cannot be based on tags, lookup output fields, or fields generated dynamically within a search string, because calculated fields are evaluated before those mechanisms apply.

Topics

#Calculated Fields#Field Extraction#Eval Functions#Field Creation

Community Discussion

No community discussion yet for this question.

Full SPLK-1002 Practice