Skip to content

Commit 72964a1

Browse files
committed
Add borders to images
1 parent 6382f8e commit 72964a1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/cse/administration/save-inventory-data-lookup-table.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ To create the Lookup Table schema:
3939

4040
1. Go to the Sumo Logic Library.
4141
1. Navigate to the folder where you want to create the Lookup Table.
42-
1. Click **Add New** and then select **New Lookup**. <br/><img src={useBaseUrl('img/cse/new-lookup.png')} alt="New lookup link" width="600"/>
43-
1. The **Create Lookup Table** page appears. <br/><img src={useBaseUrl('img/cse/create-in-cip.png')} alt="Create lookup table" width="600"/>
42+
1. Click **Add New** and then select **New Lookup**. <br/><img src={useBaseUrl('img/cse/new-lookup.png')} alt="New lookup link" style={{border: '1px solid gray'}} width="600"/>
43+
1. The **Create Lookup Table** page appears. <br/><img src={useBaseUrl('img/cse/create-in-cip.png')} alt="Create lookup table" style={{border: '1px solid gray'}} width="600"/>
4444
1. **Name**. Enter a name for the Lookup Table.
4545
1. **Description**. (Optional)
4646
1. **Set a TTL (Time to Live) for table entries**? Click **No**.
4747
1. **Choose a size limit handling option**. This option controls how additions to the Lookup table will be handled when it reaches its size limit (100 MB). Click **Delete Old Data.**
4848
1. **Create Lookup Table** Click **Create Schema only**.
49-
1. The page displays a **Schema** section. (The screenshot below shows the schema settings for our example filled in.) <br/><img src={useBaseUrl('img/cse/schema.png')} alt="Schema settings" width="600"/>
49+
1. The page displays a **Schema** section. (The screenshot below shows the schema settings for our example filled in.) <br/><img src={useBaseUrl('img/cse/schema.png')} alt="Schema settings" style={{border: '1px solid gray'}} width="600"/>
5050
1. For the first column, enter:
5151
* **Fields**. Enter *mail*.
5252
* **Value Type**. Leave the default, *string*, selected.
@@ -75,7 +75,7 @@ Where:
7575
* `_collector` identifies the collector where the Active Directory source runs. 
7676
* `PATH` is the path of the lookup table, in this format: `path://"/Library/Admin Recommended/userIdToUsername"` You can copy the path to the 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.
7777

78-
<img src={useBaseUrl('img/cse/tree-dot.png')} alt="Kebab menu button" width="600"/>
78+
<img src={useBaseUrl('img/cse/tree-dot.png')} alt="Kebab menu button" style={{border: '1px solid gray'}} width="600"/>
7979

8080
## Step 3: Save and schedule the search
8181

@@ -85,21 +85,21 @@ Be sure to choose “Email” as the **Alert type**. (*Don’t* select **Save to
8585

8686
To save and schedule the search:
8787

88-
1. In the log search tab where you’ve run your query, choose **Save as** from the three-dot kebab menu in the query area. <br/><img src={useBaseUrl('img/cse/save-as.png')} alt="Save as on dropdown list" width="600"/>
88+
1. In the log search tab where you’ve run your query, choose **Save as** from the three-dot kebab menu in the query area. <br/><img src={useBaseUrl('img/cse/save-as.png')} alt="Save as on dropdown list" style={{border: '1px solid gray'}} width="600"/>
8989
1. On the **Save Item** popup:
9090
* **Name**. Enter a name for the query.
9191
* **Time range**. Select a time range for the query.
9292
* **Search By**. Select *Receipt Time*.  
9393
* **Location to save to**. Choose a folder location.
94-
* Click **Schedule this search**. <br/><img src={useBaseUrl('img/cse/save-item.png')} alt="Save item dialog" width="400"/>
94+
* Click **Schedule this search**. <br/><img src={useBaseUrl('img/cse/save-item.png')} alt="Save item dialog" style={{border: '1px solid gray'}} width="400"/>
9595
1. On the **Save Item** popup:
9696
* **Run frequency**. Select *Daily*, unless you have another preference.
9797
* **Send Notification**. Choose *If the following condition is met*.
9898
* **Alert condition**. Select *Less than \<*.
9999
* **Alert type**. Select *Email*.
100100
* **Number of results**. Enter *5*, or another value if you prefer.
101101
* **Recipients.** Enter the email addresses of one or more users to receive email alerts.
102-
* **Include in email**. Select *Search Query* and *Histogram*, unless you have another preference. <br/><img src={useBaseUrl('img/cse/save-item-2.png')} alt="Save item dialog" width="400"/>
102+
* **Include in email**. Select *Search Query* and *Histogram*, unless you have another preference. <br/><img src={useBaseUrl('img/cse/save-item-2.png')} alt="Save item dialog" style={{border: '1px solid gray'}} width="400"/>
103103
1. Click **Save.**
104104

105105
## Step 4: Configure the Lookup Table in Cloud SIEM

0 commit comments

Comments
 (0)