Learn more about the structure of the fields in the MODEL and RULE sections when creating Data Model Rules.
When creating Data Model Rules, each field used in the MODEL
and RULE
sections is constructed using dot notation using the following format:
xdm.<context>.[<compound>].<field>
xdm.<context>.[<compound>].<field>
Example 103.xdm.source.host.device_id
xdm.<context>.<field>
Example 104.xdm.source.ipv4
Part | Description |
---|---|
| This is a composition of fields ( |
| This is a set of simple fields that are grouped together to form a meaningful group. For example, |
| This is a field that represents a primitive data type, such as a string or number or an array, or an IP address. |
Note
For more information on these data model fields, see Cortex XSIAM Data Model Schema.