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: articles/sentinel/sentinel-solutions-deploy.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
2
title: Discover and deploy Microsoft Sentinel out-of-the-box content from Content hub
3
3
description: Learn how to find and deploy Sentinel packaged solutions containing data connectors, analytics rules, hunting queries, workbooks, and other content.
4
-
author: austinmccollum
4
+
author: cwatson-cat
5
5
ms.topic: how-to
6
6
ms.date: 03/01/2024
7
-
ms.author: austinmc
7
+
ms.author: cwatson
8
8
appliesto:
9
9
- Microsoft Sentinel in the Azure portal
10
10
- Microsoft Sentinel in the Microsoft Defender portal.
@@ -85,7 +85,11 @@ Here's an example showing the install of an individual solution.
85
85
1. In the **Review + create** tab, wait for the `Validation Passed` message.
86
86
1. Select **Create** or **Update** to deploy the solution. You can also select the **Download a template for automation** link to deploy the solution as code.
87
87
88
-
Each content type within the solution might require more steps to configure. For more information, see [Enable content items in a solution](#enable-content-items-in-a-solution).
88
+
If the solution you want to install has dependencies, as is the case with many [domain solutions](sentinel-solutions-catalog.md#domain-solutions), select **Install with dependencies** to ensure that the required data connectors are also installed. From there, select one or more of the dependencies to install them along with the domain solution. If one or more of your solutions is already installed but has updates, use the **Install/Update** button to both install and update all selected solutions in bulk.
89
+
90
+
:::image type="content" source="media/sentinel-solutions-deploy/install-update-dependencies.png" alt-text="Screenshot of installing multiple solution dependenices in bulk.":::
91
+
92
+
After installing a solution, each content type within the solution might require more steps to configure. For more information, see [Enable content items in a solution](#enable-content-items-in-a-solution).
89
93
90
94
## Bulk install and update content
91
95
@@ -101,6 +105,8 @@ Content hub supports a list view in addition to the default card view. Select th
101
105
102
106
1. Select **Manage** for each solution you installed. Content types within the solution might require more information for you to configure. For more information, see [Enable content items in a solution](#enable-content-items-in-a-solution).
103
107
108
+
109
+
104
110
## Enable content items in a solution
105
111
106
112
Centrally manage content items for installed solutions from the content hub.
Copy file name to clipboardExpand all lines: articles/sentinel/whats-new.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn about the latest new features and announcement in Microsoft S
4
4
author: yelevin
5
5
ms.author: yelevin
6
6
ms.topic: concept-article
7
-
ms.date: 08/18/2024
7
+
ms.date: 09/04/2024
8
8
---
9
9
10
10
# What's new in Microsoft Sentinel
@@ -20,6 +20,7 @@ The listed features were released in the last three months. For information abou
20
20
21
21
## August 2024
22
22
23
+
-[Install domain solutions with dependencies](#install-domain-solutions-with-dependencies)
23
24
-[Export and import automation rules (Preview)](#export-and-import-automation-rules-preview)
24
25
-[Microsoft Sentinel support in Microsoft Defender multitenant management (Preview)](#microsoft-sentinel-support-in-microsoft-defender-multitenant-management-preview)
25
26
-[Premium Microsoft Defender Threat Intelligence data connector (Preview)](#premium-microsoft-defender-threat-intelligence-data-connector-preview)
@@ -28,6 +29,16 @@ The listed features were released in the last three months. For information abou
28
29
-[New Auxiliary logs retention plan (Preview)](#new-auxiliary-logs-retention-plan-preview)
29
30
-[Create summary rules for large sets of data (Preview)](#create-summary-rules-in-microsoft-sentinel-for-large-sets-of-data-preview)
30
31
32
+
### Install domain solutions with dependencies
33
+
34
+
Domain solutions, such as the *Web Sessions Essentials* or *Log4j Vulnerability Detection* solutions, don't neccesarily include a data connector of their own. Instead, they rely on data connectors from other solutions to provide visiblity in a specific area across data connectors. The data connectors they use are prerequisites for the domain solution to work properly.
35
+
36
+
When installing a domain solution, you can now select **Install with dependencies** to ensure that the data connectors required by the domain solution are also installed:
37
+
38
+
:::image type="content" source="media/whats-new/dependencies.png" alt-text="Screenshot of the new Install with dependencies button.":::
39
+
40
+
For more information, see [Install or update content](sentinel-solutions-deploy.md#install-or-update-content) and [Domain solutions](sentinel-solutions-catalog.md#domain-solutions).
41
+
31
42
### Export and import automation rules (Preview)
32
43
33
44
Manage your Microsoft Sentinel automation rules as code! You can now export your automation rules to Azure Resource Manager (ARM) template files, and import rules from these files, as part of your program to manage and control your Microsoft Sentinel deployments as code. The export action will create a JSON file in your browser's downloads location, that you can then rename, move, and otherwise handle like any other file.
0 commit comments