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/enable-monitoring.md
+27-10Lines changed: 27 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ description: Monitor supported data connectors by using the SentinelHealth data
4
4
author: batamig
5
5
ms.author: bagol
6
6
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
9
9
10
10
#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.
11
11
@@ -30,18 +30,24 @@ To implement the health and audit feature using API (Bicep/AZURE RESOURCE MANAGE
30
30
31
31
## Turn on auditing and health monitoring for your workspace
32
32
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.
34
34
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**.
36
36
37
-
1.Scroll down to the **Auditing and health monitoring** section and select it to expand.
37
+
1.Select **Auditing and health monitoring**.
38
38
39
39
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).
40
40
41
41
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.
42
42
43
+
#### [Azure portal](#tab/azure-portal)
43
44
:::image type="content" source="media/enable-monitoring/enable-health-monitoring.png" alt-text="Screenshot shows how to get to the health monitoring settings.":::
44
45
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
+
45
51
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.
46
52
47
53
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
64
70
65
71
## Verify that the tables are receiving data
66
72
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:
Copy file name to clipboardExpand all lines: articles/sentinel/monitor-data-connector-health.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ description: Use the SentinelHealth data table and the Health Monitoring workboo
4
4
author: yelevin
5
5
ms.author: yelevin
6
6
ms.topic: how-to
7
-
ms.date: 02/11/2024
7
+
ms.date: 10/17/2024
8
8
ms.service: microsoft-sentinel
9
-
9
+
appliesto: Microsoft Sentinel in the Azure portal and the Microsoft Defender portal
10
10
11
11
#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.
12
12
@@ -30,13 +30,15 @@ The following features allow you to perform this monitoring from within Microsof
30
30
31
31
## Use the health monitoring workbook
32
32
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**.
34
36
35
37
1. In the **Content hub**, enter *health* in the search bar, and select **Data collection health monitoring** from among the results.
36
38
37
39
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.
38
40
39
-
1.Select **Workbooks** from the**Threat management** section of the navigation menu.
41
+
1.In Microsoft Sentinel, under**Threat management**, select **Workbooks**.
40
42
41
43
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.
0 commit comments