You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cse/records-signals-entities-insights/configure-entity-lookup-table.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,13 +74,14 @@ After you've [created your Entity Lookup Table](/docs/search/lookup-tables/creat
74
74
1.[**Classic UI**](/docs/cse/introduction-to-cloud-siem/#classic-ui). In the top menu select **Configuration**, and then under **Entities** select **Normalization**. <br/>[**New UI**](/docs/cse/introduction-to-cloud-siem/#new-ui). In the top menu select **Configuration**, and then under **Cloud SIEM Entities** select **Normalization**. You can also click the **Go To...** menu at the top of the screen and select **Normalization**.
75
75
1. On the **Normalization** tab, click **Lookup Tables**.
1.**Type**. Choose the type of normalization you want to set up.
79
-
***Host ID to Normalized Hostname**. Maps unique host IDs to recognizable hostnames.
80
-
***User ID to Normalized Username**. Maps unique user IDs to recognizable usernames.
81
-
***Username to Normalized Username**. Maps a username in one format to a username in another format.
82
-
1.**Lookup Column Name**. Enter the name of the Lookup Table column that contains the primary key for the table.
83
-
1.**Substitution Column Name**. Enter the name of the Lookup Table column that contains the value you want to substitute for the lookup column.
84
-
1.**Source Category**. (Optional) If you enter a source category, the lookup substitution will only be applied to Records that are tagged with that source category.
85
-
1.**Table Path**. Enter the path to the existing Lookup Table in the Sumo Logic Library. For example: `/Library/Admin Recommended/NormalizedHostNames` You can copy the path to the [Lookup Table](/docs/search/lookup-tables/create-lookup-table) in the Sumo Logic Library. Hover over the row for the table in the Library, and select **Copy path to clipboard** from the three-dot kebab menu.<br/><img src={useBaseUrl('img/cse/tree-dot.png')} alt="Kebab button on a library item" style={{border: '1px solid gray'}} width="800"/>
86
-
1. Click **Create**.
77
+
1. The **Existing Lookup Table** popup appears. Following is an example.<br/><img src={useBaseUrl('img/cse/existing-lookup-table.png')} alt="Existing Lookup Table dialog" style={{border: '1px solid gray'}} width="400"/>
78
+
1. Click **Edit** to configure the lookup table. Note that most fields are read-only.
79
+
1.**Path**. The path to the existing Lookup Table in the Sumo Logic Library. For example: `/Library/Admin Recommended/NormalizedHostNames` <br/>To see the path to the [Lookup Table](/docs/search/lookup-tables/create-lookup-table) in the Sumo Logic Library, hover over the row for the table in the Library, and select **Copy path to clipboard** from the three-dot kebab menu.<br/><img src={useBaseUrl('img/cse/tree-dot.png')} alt="Kebab button on a library item" style={{border: '1px solid gray'}} width="800"/>
80
+
1.**Type**. The type of normalization:
81
+
***Host ID to Normalized Hostname**. Maps unique host IDs to recognizable hostnames.
82
+
***User ID to Normalized Username**. Maps unique user IDs to recognizable usernames.
83
+
***Username to Normalized Username**. Maps a username in one format to a username in another format.
84
+
1.**Column Name**. The name of the Lookup Table column that contains the primary key for the table.
85
+
1.**Sub Column Name**. The name of the Lookup Table column that contains the value you want to substitute for the lookup column.
86
+
1.**Source Category**. (Optional) If you enter a source category, the lookup substitution will only be applied to Records that are tagged with that source category.
0 commit comments