SPLK-1002 · Question #232
What are the two parts of a root event dataset?
The correct answer is C. Constraints and fields. In Splunk data models, a root event dataset is defined by two core components: constraints and fields. Constraints are search conditions (SPL filters) that define which events belong to the dataset - for example, 'sourcetype=access_combined'. Fields define the attributes that…
Question
What are the two parts of a root event dataset?
Options
- AFields and variables.
- BFields and attributes.
- CConstraints and fields.
- DConstraints and lookups.
How the community answered
(23 responses)- A4% (1)
- C91% (21)
- D4% (1)
Explanation
In Splunk data models, a root event dataset is defined by two core components: constraints and fields. Constraints are search conditions (SPL filters) that define which events belong to the dataset - for example, 'sourcetype=access_combined'. Fields define the attributes that will be available for each matching event. Together, constraints narrow the event population and fields structure the data for reporting. Options A, B, and D use incorrect terminology - 'variables', 'attributes', and 'lookups' are not the two defining components of a root event dataset.
Topics
Community Discussion
No community discussion yet for this question.