Skip to content

Commit 811a5f1

Browse files
Merge pull request #260479 from batamig/patch-381
D4IoT new alert record updates
2 parents ee3ded7 + 01a2838 commit 811a5f1

2 files changed

Lines changed: 17 additions & 6 deletions

File tree

articles/defender-for-iot/organizations/iot-solution.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ For more information, see [View alerts on the Defender for IoT portal](how-to-ma
140140
141141
Defender for IoT alert data is streamed to the Microsoft Sentinel and stored in your Log Analytics workspace, in the [SecurityAlert]() table.
142142
143-
Records in the **SecurityAlert** table are created updated each time an alert is generated or updated in Defender for IoT. Sometimes a single alert will have multiple records, such as when the alert was first created and then again when it was updated.
143+
Records in the **SecurityAlert** table are created each time an alert is generated or updated in Defender for IoT. Sometimes a single alert will have multiple records, such as when the alert was first created and then again when it was updated.
144144
145145
In Microsoft Sentinel, use the following query to check the records added to the **SecurityAlert** table for a single alert:
146146
@@ -151,15 +151,14 @@ SecurityAlert
151151
| sort by TimeGenerated desc
152152
```
153153

154-
The following types of updates generate new records in the **SecurityAlert** table:
154+
Updates for alert status or severity generate new records in the **SecurityAlert** table immediately.
155+
156+
Other types of updates are aggregated across up to 12 hours, and new records in the **SecurityAlert** table reflect only the latest change. Examples of aggregated updates include:
155157

156-
- Updates for alert status or severity
157158
- Updates in the last detection time, such as when the same alert is detected multiple times
158159
- A new device is added to an existing alert
159160
- The device properties for an alert are updated
160161

161-
162-
163162
## Next steps
164163

165164
The [Microsoft Defender for IoT](https://azuremarketplace.microsoft.com/marketplace/apps/azuresentinel.azure-sentinel-solution-unifiedmicrosoftsocforot?tab=Overview) solution is a set of bundled, out-of-the-box content that's configured specifically for Defender for IoT data, and includes analytics rules, workbooks, and playbooks.

articles/defender-for-iot/organizations/whats-new.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: What's new in Microsoft Defender for IoT
33
description: This article describes new features available in Microsoft Defender for IoT, including both OT and Enterprise IoT networks, and both on-premises and in the Azure portal.
44
ms.topic: whats-new
5-
ms.date: 11/01/2023
5+
ms.date: 12/06/2023
66
ms.custom: enterprise-iot
77
---
88

@@ -16,6 +16,18 @@ Features released earlier than nine months ago are described in the [What's new
1616
> Noted features listed below are in PREVIEW. The [Azure Preview Supplemental Terms](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) include other legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
1717
>
1818
19+
## December 2023
20+
21+
|Service area |Updates |
22+
|---------|---------|
23+
| **OT networks** | [Updated security stack integration guidance](#updated-security-stack-integration-guidance)|
24+
25+
### Streamlined alert records in the SecurityAlert table
26+
27+
When integrating with Microsoft Sentinel, the Microsoft Sentinel **SecurityAlert** table is now updated immediately only for changes in alert status and severity. Other changes in alerts, such as last detection of an existing alert, are aggregated over several hours and display only the latest change made.
28+
29+
For more information, see [Understand multiple records per alert](iot-solution.md#understand-multiple-records-per-alert).
30+
1931
## November 2023
2032

2133
|Service area |Updates |

0 commit comments

Comments
 (0)