Skip to content

Commit c7bc6c4

Browse files
committed
Sentinel solutions w dependencies
1 parent e94f396 commit c7bc6c4

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed
167 KB
Loading
281 KB
Loading

articles/sentinel/sentinel-solutions-deploy.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Discover and deploy Microsoft Sentinel out-of-the-box content from Content hub
33
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
55
ms.topic: how-to
66
ms.date: 03/01/2024
7-
ms.author: austinmc
7+
ms.author: cwatson
88
appliesto:
99
- Microsoft Sentinel in the Azure portal
1010
- Microsoft Sentinel in the Microsoft Defender portal.
@@ -85,7 +85,11 @@ Here's an example showing the install of an individual solution.
8585
1. In the **Review + create** tab, wait for the `Validation Passed` message.
8686
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.
8787

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).
8993

9094
## Bulk install and update content
9195

@@ -101,6 +105,8 @@ Content hub supports a list view in addition to the default card view. Select th
101105

102106
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).
103107

108+
109+
104110
## Enable content items in a solution
105111

106112
Centrally manage content items for installed solutions from the content hub.

articles/sentinel/whats-new.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about the latest new features and announcement in Microsoft S
44
author: yelevin
55
ms.author: yelevin
66
ms.topic: concept-article
7-
ms.date: 08/18/2024
7+
ms.date: 09/04/2024
88
---
99

1010
# What's new in Microsoft Sentinel
@@ -20,6 +20,7 @@ The listed features were released in the last three months. For information abou
2020

2121
## August 2024
2222

23+
- [Install domain solutions with dependencies](#install-domain-solutions-with-dependencies)
2324
- [Export and import automation rules (Preview)](#export-and-import-automation-rules-preview)
2425
- [Microsoft Sentinel support in Microsoft Defender multitenant management (Preview)](#microsoft-sentinel-support-in-microsoft-defender-multitenant-management-preview)
2526
- [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
2829
- [New Auxiliary logs retention plan (Preview)](#new-auxiliary-logs-retention-plan-preview)
2930
- [Create summary rules for large sets of data (Preview)](#create-summary-rules-in-microsoft-sentinel-for-large-sets-of-data-preview)
3031

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+
3142
### Export and import automation rules (Preview)
3243

3344
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

Comments
 (0)