Module 12: Creating Data Models Flashcards
What is a Pivot use for?
Creating reports and dashboards
As a knowledge manager, what are your responsibilities?
For building the data model that provides the datasets for Pivot
What are Data Models?
Hierarchically structured datasets that generate searches and drive Pivot
What are Pivot reports based on?
They are created based on datasets
How is each event, search or transaction saved when using Data Models?
They are saved as a separate dataset
A data model can consist of 3 types of datasets, what are they?
- events
- searches
- transactions
What does an event dataset contain?
Constraints and fields
What is a constraint when using a data model?
Constraints are essentially the search broken down into a hierarchy. Basically search terms
What are fields in a data model?
Fields are properties associated with the events
True or False: Does each constraint inherit the parent search string?
True
Like constraints, fields are inherited from what object?
The parent object
How do you create a data model?
- Settings
- Data Models
The ID is automatically populated from Title but can be overridden
What do you add if you want to constraints in order to narrow down your search?
You should add child events
What do you click in order to view the events that the constraint returns?
Click the Preview button
How do you add a Root Event?
- Add field
- Auto-Extracted
- The inherited attributes are default fields
When adding fields auto-extracted can?
Can be default fields or manually extracted fields
When adding fields the eval expression is?
A new field based on an expression that you define
When adding fields lookup can?
Leverage an existing lookup table
When adding fields regular expression can?
Extract a new field based on regex
When adding fields Geo IP can?
Add geographical fields such as latitude/longitude, country, etc
What are auto-extracted fields?
Fields that already exist for the constraint can be added as attributes to the data model
What are the field types in data models?
- String: field values are recognized as alpha-numeric
- Number: field values are recognized as numeric
- Boolean: field values are recognized as true/false or 1/0
- IPV4: field values are recognized as IP addresses. This is an important field type, as at least one IPV4 attribute type must be present in the data model in order to add a Geo UP attribute
What are the different options when using the field flags?
- Optional: this field doesn’t have to appear in every event
- Required: only events that contain this field are returned in Pivot
- Hidden: this field is not displayed to Pivot users when they select the dataset in Pivot. Use the hidden option for fields that are only being used to define another field, such as an eval expression
- Hidden&Required: only events that contain this field are returned, and the fields are hidden from use in Pivot
Can you use an eval expression to define a new field?
Yes you can use an eval expression