Skip to content

Commit 9ab89c4

Browse files
authored
Merge pull request #288651 from cwatson-cat/10-17-24-mnt-hlth-df
Sentinel - Upd high traffic monitor topics for Defender portal (for main)
2 parents 5b3b155 + a858ddc commit 9ab89c4

File tree

4 files changed

+33
-14
lines changed

4 files changed

+33
-14
lines changed

articles/sentinel/enable-monitoring.md

Lines changed: 27 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Monitor supported data connectors by using the SentinelHealth data
44
author: batamig
55
ms.author: bagol
66
ms.topic: how-to
7-
ms.date: 08/01/2024
8-
7+
ms.date: 10/17/2024
8+
appliesto: Microsoft Sentinel in the Azure portal and the Microsoft Defender portal
99

1010
#Customer intent: As a security engineer, I want to configure auditing and health monitoring for my Microsoft Sentinel resources so that I can ensure the integrity and health of our security infrastructure.
1111

@@ -30,18 +30,24 @@ To implement the health and audit feature using API (Bicep/AZURE RESOURCE MANAGE
3030

3131
## Turn on auditing and health monitoring for your workspace
3232

33-
1. In Microsoft Sentinel, under the **Configuration** menu on the left, select **Settings**.
33+
To get started, enable auditing and health monitoring from the Microsoft Sentinel settings.
3434

35-
1. Select **Settings** from the banner.
35+
1. For Microsoft Sentinel in the [Azure portal](https://portal.azure.com), under **Configuration**, select **Settings** > **Settings**.<br> For Microsoft Sentinel in the [Defender portal](https://security.microsoft.com/), under **System**, select **Settings** > **Microsoft Sentinel**.
3636

37-
1. Scroll down to the **Auditing and health monitoring** section and select it to expand.
37+
1. Select **Auditing and health monitoring**.
3838

3939
1. Select **Enable** to enable auditing and health monitoring across all resource types and to send the auditing and monitoring data to your Microsoft Sentinel workspace (and nowhere else).
4040

4141
Or, select the **Configure diagnostic settings** link to enable health monitoring only for the data collector and/or automation resources, or to configure advanced options, like more places to send the data.
4242

43+
#### [Azure portal](#tab/azure-portal)
4344
:::image type="content" source="media/enable-monitoring/enable-health-monitoring.png" alt-text="Screenshot shows how to get to the health monitoring settings.":::
4445

46+
#### [Defender portal](#tab/defender-portal)
47+
:::image type="content" source="media/enable-monitoring/enable-health-monitoring-defender.png" alt-text="Screenshot shows how to get to the health monitoring settings in the Defender portal.":::
48+
49+
---
50+
4551
If you selected **Enable**, then the button will gray out and change to read **Enabling...** and then **Enabled**. At that point, auditing and health monitoring is enabled, and you're done! The appropriate diagnostic settings were added behind the scenes, and you can view and edit them by selecting the **Configure diagnostic settings** link.
4652

4753
1. If you selected **Configure diagnostic settings**, then in the **Diagnostic settings** screen, select **+ Add diagnostic setting**.
@@ -64,12 +70,23 @@ The *SentinelHealth* and *SentinelAudit* data tables are created at the first ev
6470

6571
## Verify that the tables are receiving data
6672

67-
In the Microsoft Sentinel **Logs** page, run a query on the *SentinelHealth* table. For example:
73+
Run Kusto Query Language (KQL) queries in the Azure portal or the Defender portal to make sure you're getting health and auditing data.
74+
75+
1. For Microsoft Sentinel in the [Azure portal](https://portal.azure.com), under **General**, select **Logs**.<br> For Microsoft Sentinel in the [Defender portal](https://security.microsoft.com/), under **Investigation & response**, select **Hunting** > **Advanced hunting**.
76+
77+
1. Run a query on the *SentinelHealth* table. For example:
78+
79+
```kusto
80+
_SentinelHealth()
81+
| take 20
82+
```
83+
84+
1. Run a query on the *SentinelAudit* table. For example:
6885

69-
```kusto
70-
_SentinelHealth()
71-
| take 20
72-
```
86+
```kusto
87+
_SentinelAudit()
88+
| take 20
89+
```
7390

7491
## Supported data tables and resource types
7592

63.9 KB
Loading
8.48 KB
Loading

articles/sentinel/monitor-data-connector-health.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: Use the SentinelHealth data table and the Health Monitoring workboo
44
author: yelevin
55
ms.author: yelevin
66
ms.topic: how-to
7-
ms.date: 02/11/2024
7+
ms.date: 10/17/2024
88
ms.service: microsoft-sentinel
9-
9+
appliesto: Microsoft Sentinel in the Azure portal and the Microsoft Defender portal
1010

1111
#Customer intent: As a security analyst, I want to monitor the health and performance of my data connectors so that I can ensure uninterrupted data ingestion and quickly address any issues.
1212

@@ -30,13 +30,15 @@ The following features allow you to perform this monitoring from within Microsof
3030

3131
## Use the health monitoring workbook
3232

33-
1. From the Microsoft Sentinel portal, select **Content hub** from the **Content management** section of the navigation menu.
33+
To get started, install the **Data collection health monitoring** workbook from the **Content hub** and view or create a copy of the template from the **Workbooks** section of Microsoft Sentinel.
34+
35+
1. For Microsoft Sentinel in the [Azure portal](https://portal.azure.com), under **Content management**, select **Content hub**.<br> For Microsoft Sentinel in the [Defender portal](https://security.microsoft.com/), select **Microsoft Sentinel** > **Content management** > **Content hub**.
3436

3537
1. In the **Content hub**, enter *health* in the search bar, and select **Data collection health monitoring** from among the results.
3638

3739
1. Select **Install** from the details pane. When you see a notification message that the workbook is installed, or if instead of *Install*, you see *Configuration*, proceed to the next step.
3840

39-
1. Select **Workbooks** from the **Threat management** section of the navigation menu.
41+
1. In Microsoft Sentinel, under **Threat management**, select **Workbooks**.
4042

4143
1. In the **Workbooks** page, select the **Templates** tab, enter *health* in the search bar, and select **Data collection health monitoring** from among the results.
4244

0 commit comments

Comments
 (0)