Skip to content

Commit a7e3c72

Browse files
update screenshots
1 parent bf7aa28 commit a7e3c72

7 files changed

+41
-12
lines changed
37.6 KB
Loading
12.1 KB
Loading
-124 KB
Loading
34.9 KB
Loading
165 KB
Loading
-111 KB
Loading

articles/sentinel/sentinel-solutions-deploy.md

Lines changed: 41 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,18 @@ If you're a partner who wants to create your own solution, see the [Microsoft Se
2727
2828
## Prerequisites
2929

30-
In order to install, update or manage all solutions, you need the **Template Spec Contributor** role at the resource group level.
30+
In order to install, update or delete solutions in content hub, you need the **Template Spec Contributor** role at the resource group level. See [Azure RBAC built in roles](/../role-based-access-control.md/built-in-roles#template-spec-contributor) for details on this role.
31+
32+
This is in addition to Sentinel specific roles. For more information about other roles and permissions supported for Microsoft Sentinel, see [Permissions in Microsoft Sentinel](roles.md).
33+
3134

3235
## Discover solutions
3336

3437
The content hub offers the best way to find new solutions or manage the ones you already have installed.
3538

3639
1. From the Microsoft Sentinel navigation menu, under **Content management**, select **Content hub (Preview)**.
3740

38-
1. The **Content hub** page displays a searchable and filterable grid or list of solutions.
41+
1. The **Content hub** page displays a searchable grid or list of solutions.
3942

4043
Filter the list displayed, either by selecting specific values from the filters, or entering any part of a product name or description in the **Search** field.
4144

@@ -56,7 +59,7 @@ For example, in the following image, the **Cisco Umbrella** solution shows a cat
5659

5760
Solutions can be installed and updated individually or in bulk. Here's the process for an individual solution.
5861

59-
1. In the content hub, select a solution to view more information on the right. Then select **Install**, or **Update**, if you need updates. For example:
62+
1. In the content hub, select a solution to view more information on the right. Then select **Install**, or **Update**. For example:
6063

6164
1. On the solution details page, select **Create** or **Update** to start the solution wizard. On the **Basics** tab, enter the subscription, resource group, and workspace to deploy the solution. For example:
6265

@@ -104,34 +107,60 @@ Centrally manage content items for installed solutions from the content hub.
104107

105108
1. Select a content item to get started.
106109

107-
1. The following steps describe how you can interact with the different solution content types in the content hub.
110+
### Management options for each content type
111+
Below are some tips on how to interact with various content types when managing the solution.
108112

109-
1. **Data connector** - Select **Open connector page**.
113+
#### Data connector
114+
1. Select **Open connector page**.
115+
1. Complete the data connector configuration steps.
110116

111117
:::image type="content" source="media/sentinel-solutions-deploy/manage-solution-data-connector-open-connector.png" alt-text="Screenshot of data connector content item for Azure Activity solution where status is disconnected.":::
112118

113-
Complete the data connector configuration steps. After you configure the data connector, the content item status shows as **Connected**.
114-
1. **Analytics rule** - View the template in the analytics template gallery. Select **Create rule** and follow the steps to enable the analytics rule . The number of active rules created from the rule template is shown in the **Created content** column for the content item.
119+
1. After you configure the data connector and logs are detected, the status will change to **Connected**.
120+
121+
#### Analytics rule
122+
1. View the template in the analytics template gallery.
123+
1. If the template hasn't been used yet, select **Open** > **Create rule** and follow the steps to enable the analytics rule.
124+
1. Once created, the number of active rules created from the template is shown in the **Created content** column.
125+
1. Click the active rules link, in this example **2 items**, to edit the existing rule.
115126

116127
:::image type="content" source="media/sentinel-solutions-deploy/manage-solution-analytics-rule.png" alt-text="Screenshot of analytics rule content item in solution for Azure Activity.":::
117128

118-
1. **Hunting query** - Select **Run query** from the details page. To customize the query, go to the hunting gallery and create a clone of the read-only hunting query template. The number of cloned queries associated with a hunting query is shown in the **Created content** column for the content item.
129+
#### Hunting query
130+
1. To start searching right away, select **Run query** from the details page for quick results.
119131

120132
:::image type="content" source="media/sentinel-solutions-deploy/manage-solution-hunting-query.png" alt-text="Screenshot of cloned hunting query content item in solution for Azure Activity." lightbox="media/sentinel-solutions-deploy/manage-solution-hunting-query.png":::
121133

122-
1. **Workbook** - Select **View template** to open the workbook and see the visualizations. To create an instance of the workbook template to customize, select **Manage in gallery** > **Save**. View your saved customizable workbook by selecting **1 item** in the **Created content** column.
134+
1. To customize your hunting query, select the link, in this case **Common deployed resources**, in the **Content name** column.
135+
1. This brings you to the hunting gallery where you can create a clone of the read-only hunting query template by accessing the ellipses menu. Hunting queries created in this way will display as items in the content hub **Created content** column.
136+
137+
#### Workbook
138+
1. Select **View template** to open the workbook and see the visualizations.
139+
1. To create an instance of the workbook template select **Save**.
140+
1. View your saved customizable workbook by selecting **View saved workbook**.
141+
1. From the content hub, select the **1 item** link in the **Created content** column to manage the workbook.
123142

124143
:::image type="content" source="media/sentinel-solutions-deploy/manage-solution-workbook.png" alt-text="Screenshot of saved workbook item in solution for Azure Activity." lightbox="media/sentinel-solutions-deploy/manage-solution-workbook.png" :::
125144

126-
1. **Parser** - Select **Load the function code** to open Azure Log Analytics and run the provided function code. Select **Use in editor** to open Azure Log Analytics with the parser.
145+
#### Parser
146+
When a solution is installed, any parsers included are added as workspace functions in Log Analytics.
147+
1. Select **Load the function code** to open Log Analytics and view or run the function code.
148+
1. Select **Use in editor** to open Log Analytics with the parser name ready to add to your custom query.
127149

128150
:::image type="content" source="media/sentinel-solutions-deploy/manage-solution-parser.png" alt-text="Screenshot of parser content type in a solution.":::
129151

130-
1. **Playbook** - Not yet supported in this view. In Microsoft Sentinel, go to **Playbook** to find and use the solution's playbook.
152+
#### Playbook
153+
1. Select the **Content name** link of the playbook, in this example **BatchImportToSentinel**.
154+
1. This playbook template will populate the search field. From the results choose the template and select **Create playbook**.
155+
1. Once created, the active playbook is shown in the **Created content** column.
156+
1. Click the active playbook **1 item** link to manage the playbook.
157+
158+
:::image type="content" source="media/sentinel-solutions-deploy/manage-solution-playbook.png" alt-text="Screenshot of playbook type content type in a solution.":::
159+
131160

132161
## Find the support model for your solution
133162

134-
Each solution lists details about its support model on the solution's details pane, in the **Support** box, where either **Microsoft** or a partner's name is listed. For example:
163+
Each solution explains its support model on the solution's details pane, in the **Support** box, where either **Microsoft** or a partner's name is listed. For example:
135164

136165
:::image type="content" source="media/sentinel-solutions-deploy/find-support-details.png" alt-text="Screenshot of where you can find your support model for your solution." lightbox="media/sentinel-solutions-deploy/find-support-details.png":::
137166

0 commit comments

Comments
 (0)