Create a Security Operations enrichment data map
Transform data from JSON, XML, or Properties file format to ServiceNow records using enrichment data maps.
Before you begin
Role required: sn_sec_cmn.write
About this task
Existing enrichment data maps are used by workflows provided within Security Operations. You can view the list under Enrichment Data Mapping. To use a map, you need a trigger, either a business rule or workflow.
Procedure
Navigate to All > Security Operations > Utilities > Enrichment Data Mapping.
Select New.
Fill in the fields, as appropriate.
| Field | Description |
|---|---|
| Name | Name of this enrichment data map. |
| Input format | Choose a format from the list:- JSON \(default\) - XML - Properties File format |
| Prefix key | Use to limit the input data set to a specified key. The root of the input data set is set to this key. In this example, if you entered file\_info, then the input values would be limited to those values within file\_info. |
| Application | Scope of the application. |
| Duplication rule | Rule defining when a record is considered a duplicate and what actions to take with duplicate records. |
| Destination table | Choose a table from the list. |
| Active | Select this check box to activate the map. |
| Description | Enter a description of the enrichment data map. |
Select Submit.
The Enrichment Data Mapping Fields tab appears.
Select New.
Fill in the fields on the form, as appropriate.
| Field | Description |
|---|---|
| Field | Name of the enrichment data map. |
| Value type | Choose from the list: - Lookup data using property key - Static value - Static value plus data from the property key - Field is an array or object \(raw data nesting\) Each choice has different entries. Field values and arrays or objects require a Property key. |
| Property key | Determines the key for the input data search and the value written to the target field. |
| Value transform | The field value transform that maps one value to another. |
| Application | Scope of the application. |
| Order | In what order to consider the mapping. The first match is used. Default is 100. |
| Mapping | Name of the enrichment data map. |
| Destination table | The table to which the fields to map are going. |
- Select Submit.
Parent Topic:Security Operations enrichment data mapping