Skip to content

Commit f767e7f

Browse files
committed
alert schema updated
1 parent 1445b4a commit f767e7f

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

articles/defender-for-cloud/alerts-schemas.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,30 @@
11
---
2-
title: Schemas for the Microsoft Defender for Cloud alerts
2+
title: Alerts schema
33
description: This article describes the different schemas used by Microsoft Defender for Cloud for security alerts.
4-
ms.topic: conceptual
4+
ms.topic: concept-article
55
ms.author: dacurwin
66
author: dcurwin
7-
ms.date: 11/09/2021
7+
ms.date: 03/25/2024
8+
#customer intent: As a reader, I want to understand the different schemas used by Microsoft Defender for Cloud for security alerts so that I can effectively work with the alerts.
89
---
910

10-
# Security alerts schemas
11+
# Alerts schemas
1112

12-
If your subscription has Defender for Cloud [Defender plans](defender-for-cloud-introduction.md#protect-cloud-workloads) enabled, you receive security alerts when Defender for Cloud detects threats to their resources.
1313

14-
You can view these security alerts in Microsoft Defender for Cloud's pages - [overview dashboard](overview-page.md), [alerts](managing-and-responding-alerts.md), [resource health pages](investigate-resource-health.md), or [workload protections dashboard](workload-protections-dashboard.md) - and through external tools such as:
14+
Defender for Cloud provides alerts that help you identify, understand, and respond to security threats. Alerts are generated when Defender for Cloud detects suspicious activity or a security-related issue in your environment. You can view these alerts in the Defender for Cloud portal, or you can export them to external tools for further analysis and response.
15+
16+
You can review security alerts from the [overview dashboard](overview-page.md), [alerts](managing-and-responding-alerts.md) page, [resource health pages](investigate-resource-health.md), or [workload protections dashboard](workload-protections-dashboard.md).
17+
18+
The following external tools can be used to consume alerts from Defender for Cloud:
1519

1620
- [Microsoft Sentinel](../sentinel/index.yml) - Microsoft's cloud-native SIEM. The Sentinel Connector gets alerts from Microsoft Defender for Cloud and sends them to the [Log Analytics workspace](../azure-monitor/logs/quick-create-workspace.md) for Microsoft Sentinel.
1721
- Third-party SIEMs - Send data to [Azure Event Hubs](../event-hubs/index.yml). Then integrate your Event Hubs data with a third-party SIEM. Learn more in [Stream alerts to a SIEM, SOAR, or IT Service Management solution](export-to-siem.md).
1822
- [The REST API](/rest/api/defenderforcloud/operation-groups?view=rest-defenderforcloud-2020-01-01&preserve-view=true) - If you're using the REST API to access alerts, see the [online Alerts API documentation](/rest/api/defenderforcloud/alerts).
1923

20-
If you're using any programmatic methods to consume the alerts, you need the correct schema to find the fields that are relevant to you. Also, if you're exporting to an Event Hubs or trying to trigger Workflow Automation with generic HTTP connectors, use the schemas to properly parse the JSON objects.
24+
If you're using any programmatic methods to consume the alerts, you need the correct schema to find the fields that are relevant to you. Also, if you're exporting to an Event Hubs or trying to trigger Workflow Automation with generic HTTP connectors, schemas should be utilized to properly parse the JSON objects.
2125

2226
>[!IMPORTANT]
23-
> The schema is slightly different for each of these scenarios, so make sure you select the relevant tab.
27+
> Since the schema is different for each of these scenarios, ensure you select the relevant tab.
2428
2529
## The schemas
2630

@@ -148,13 +152,13 @@ The schema and a JSON representation for security alerts sent to MS Graph, are a
148152

149153
---
150154

151-
## Next steps
152-
153-
This article described the schemas that Microsoft Defenders for Cloud's threat protection tools use when sending security alert information.
154-
155-
For more information on the ways to access security alerts from outside Defender for Cloud, see:
155+
## Related articles
156156

157+
- [Log Analytics workspaces](../azure-monitor/logs/quick-create-workspace.md) - Azure Monitor stores log data in a Log Analytics workspace, a container that includes data and configuration information
157158
- [Microsoft Sentinel](../sentinel/index.yml) - Microsoft's cloud-native SIEM
158159
- [Azure Event Hubs](../event-hubs/index.yml) - Microsoft's fully managed, real-time data ingestion service
159-
- [Continuously export Defender for Cloud data](continuous-export.md)
160-
- [Log Analytics workspaces](../azure-monitor/logs/quick-create-workspace.md) - Azure Monitor stores log data in a Log Analytics workspace, a container that includes data and configuration information
160+
161+
## Next step
162+
163+
> [!div class="nextstepaction"]
164+
> [Continuously export Defender for Cloud data](continuous-export.md)

0 commit comments

Comments
 (0)