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…
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)- A4% (1)
- B89% (25)
- C7% (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
Community Discussion
No community discussion yet for this question.