Skip to content

Commit b61826f

Browse files
authored
Merge pull request #286091 from batamig/domain-solutions-deps
Sentinel solutions w dependencies
2 parents f431457 + 594b4f7 commit b61826f

File tree

4 files changed

+28
-5
lines changed

4 files changed

+28
-5
lines changed
167 KB
Loading
281 KB
Loading

articles/sentinel/sentinel-solutions-deploy.md

Lines changed: 16 additions & 4 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.
@@ -80,12 +80,22 @@ Here's an example showing the install of an individual solution.
8080

8181
The tabs correspond with the content offered by the solution. Different solutions might have different types of content, so you might not see the same tabs in every solution.
8282

83-
You might also be prompted to enter credentials to a third party service so that Microsoft Sentinel can authenticate to your systems. For example, with playbooks, you might want to take response actions as prescribed in your system.
83+
You might also be prompted to enter credentials to a non-Microsoft service so that Microsoft Sentinel can authenticate to your systems. For example, with playbooks, you might want to take response actions as prescribed in your system.
8484

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+
### Install with dependencies
89+
90+
Some solutions have dependencies to install, including many [domain solutions](sentinel-solutions-catalog.md#domain-solutions) and solutions that use the unified AMA connectors for [CEF, Syslog](cef-syslog-ama-overview.md), or [custom logs](connect-custom-logs-ama.md).
91+
92+
In such cases, 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 original solution. The original solution you chose to install is always selected by default.
93+
94+
If one or more of the dependency solutions is already installed, but has updates, use the **Install/Update** button to both install and update all selected solutions in bulk. For example:
95+
96+
:::image type="content" source="media/sentinel-solutions-deploy/install-update-dependencies.png" alt-text="Screenshot of installing multiple solution dependencies in bulk." lightbox="media/sentinel-solutions-deploy/install-update-dependencies.png":::
97+
98+
After you install 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).
8999

90100
## Bulk install and update content
91101

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

102112
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).
103113

114+
115+
104116
## Enable content items in a solution
105117

106118
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
@@ -248,12 +248,23 @@ To learn more about the Syslog and CEF connectors, see [Ingest Syslog and CEF lo
248248

249249
## February 2024
250250

251+
- [Install domain solutions with dependencies](#install-domain-solutions-with-dependencies)
251252
- [Microsoft Sentinel solution for Microsoft Power Platform preview available](#microsoft-sentinel-solution-for-microsoft-power-platform-preview-available)
252253
- [New Google Pub/Sub-based connector for ingesting Security Command Center findings (Preview)](#new-google-pubsub-based-connector-for-ingesting-security-command-center-findings-preview)
253254
- [Incident tasks now generally available (GA)](#incident-tasks-now-generally-available-ga)
254255
- [AWS and GCP data connectors now support Azure Government clouds](#aws-and-gcp-data-connectors-now-support-azure-government-clouds)
255256
- [Windows DNS Events via AMA connector now generally available (GA)](#windows-dns-events-via-ama-connector-now-generally-available-ga)
256257

258+
### Install domain solutions with dependencies
259+
260+
Some Microsoft Sentinel content hub solutions, including many [domain solutions](sentinel-solutions-catalog.md#domain-solutions) and solutions that use the unified AMA connectors for [CEF, Syslog](cef-syslog-ama-overview.md), or [custom logs](connect-custom-logs-ama.md), don't necessarily include a data connector of their own. Instead, they rely on data connectors from other solutions to provide visibility in a specific area across data connectors. The data connectors they use are prerequisites for the domain solution to work properly.
261+
262+
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:
263+
264+
:::image type="content" source="media/whats-new/dependencies.png" alt-text="Screenshot of the new Install with dependencies button.":::
265+
266+
For more information, see [Install with dependencies](sentinel-solutions-deploy.md#install-with-dependencies) and [Domain solutions](sentinel-solutions-catalog.md#domain-solutions).
267+
257268
### Microsoft Sentinel solution for Microsoft Power Platform preview available
258269

259270
The Microsoft Sentinel solution for Power Platform (preview) allows you to monitor and detect suspicious or malicious activities in your Power Platform environment. The solution collects activity logs from different Power Platform components and inventory data. It analyzes those activity logs to detect threats and suspicious activities like the following activities:

0 commit comments

Comments
 (0)