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/ddos-protection/telemetry.md
+30-6Lines changed: 30 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,18 @@
1
1
---
2
-
title: 'Tutorial: View and configure DDoS protection telemetry for Azure DDoS Protection'
3
-
description: Learn how to view and configure DDoS protection telemetry for Azure DDoS Protection.
2
+
title: 'Tutorial: View and configure DDoS protection telemetry'
3
+
description: Learn how to view and configure the DDoS protection telemetry and metrics for Azure DDoS Protection.
4
+
#customer intent: I want to learn how to view and configure DDoS protection telemetry for Azure DDoS Protection.
4
5
services: ddos-protection
5
6
author: AbdullahBell
6
7
ms.service: ddos-protection
7
8
ms.topic: tutorial
8
-
ms.date: 11/06/2023
9
+
ms.date: 05/09/2024
9
10
ms.author: abell
10
11
---
12
+
11
13
# Tutorial: View and configure Azure DDoS protection telemetry
12
14
13
-
Azure DDoS Protection provides detailed attack insights and visualization with DDoS Attack Analytics. Customers protecting their virtual networks against DDoS attacks have detailed visibility into attack traffic and actions taken to mitigate the attack via attack mitigation reports & mitigation flow logs. Rich telemetry is exposed via Azure Monitor including detailed metrics during the duration of a DDoS attack. Alerting can be configured for any of the Azure Monitor metrics exposed by DDoS Protection. Logging can be further integrated with [Microsoft Sentinel](../sentinel/data-connectors/azure-ddos-protection.md), Splunk (Azure Event Hubs), OMS Log Analytics, and Azure Storage for advanced analysis via the Azure Monitor Diagnostics interface.
15
+
Azure DDoS Protection offers in-depth insights and visualizations of attack patterns through DDoS Attack Analytics. It provides customers with comprehensive visibility into attack traffic and mitigation actions via reports and flow logs. During a DDoS attack, detailed metrics are available through Azure Monitor, which also allows alert configurations based on these metrics.
14
16
15
17
In this tutorial, you'll learn how to:
16
18
@@ -21,6 +23,8 @@ In this tutorial, you'll learn how to:
21
23
22
24
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
23
25
26
+
27
+
24
28
## Prerequisites
25
29
26
30
* If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
@@ -32,7 +36,10 @@ Telemetry for an attack is provided through Azure Monitor in real time. While [m
32
36
33
37
You can view DDoS telemetry for a protected public IP address through three different resource types: DDoS protection plan, virtual network, and public IP address.
34
38
39
+
Logging can be further integrated with [Microsoft Sentinel](../sentinel/data-connectors/azure-ddos-protection.md), Splunk (Azure Event Hubs), OMS Log Analytics, and Azure Storage for advanced analysis via the Azure Monitor Diagnostics interface.
40
+
35
41
For more information on metrics, see [Monitoring Azure DDoS Protection](monitor-ddos-protection-reference.md) for details on DDoS Protection monitoring logs.
42
+
36
43
### View metrics from DDoS protection plan
37
44
38
45
1. Sign in to the [Azure portal](https://portal.azure.com/) and select your DDoS protection plan.
@@ -72,15 +79,32 @@ For more information on metrics, see [Monitoring Azure DDoS Protection](monitor-
72
79
73
80
>[!NOTE]
74
81
>When changing DDoS IP protection from **enabled** to **disabled**, telemetry for the public IP resource will not be available.
75
-
## View DDoS mitigation policies
76
82
77
-
Azure DDoS Protection applies three auto-tuned mitigation policies (TCP SYN, TCP & UDP) for each public IP address of the protected resource, in the virtual network that has DDoS protection enabled. You can view the policy thresholds by selecting the **Inbound TCP packets to trigger DDoS mitigation** and **Inbound UDP packets to trigger DDoS mitigation** metrics with **aggregation** type as 'Max', as shown in the following picture:
83
+
### View DDoS mitigation policies
84
+
85
+
Azure DDoS Protection uses three automatically adjusted mitigation policies (TCP SYN, TCP, and UDP) for each public IP address of the resource being protected. This applies to any virtual network with DDoS protection enabled.
86
+
87
+
88
+
You can see the policy limits within your public IP address metrics by choosing the *Inbound SYN packets to trigger DDoS mitigation*, *Inbound TCP packets to trigger DDoS mitigation*, and *Inbound UDP packets to trigger DDoS mitigation* metrics. Make sure to set the aggregation type to *Max*.
78
89
79
90
:::image type="content" source="./media/manage-ddos-protection/view-mitigation-policies.png" alt-text="Screenshot of viewing mitigation policies." lightbox="./media/manage-ddos-protection/view-mitigation-policies.png":::
91
+
92
+
### View peace time traffic telemetry
93
+
94
+
It's important to keep an eye on the metrics for TCP SYN, UDP, and TCP detection triggers. These metrics help you know when DDoS protection starts. Make sure these triggers reflect the normal traffic levels when there's no attack.
95
+
96
+
You can make a chart for the public IP address resource. In this chart, include the Packet Count and SYN Count metrics. The Packet count includes both TCP and UDP Packets. This shows you the sum of traffic.
97
+
98
+
:::image type="content" source="./media/manage-ddos-protection/ddos-baseline-metrics.png" alt-text="Screenshot of viewing peace time telemetry." lightbox="./media/manage-ddos-protection/ddos-baseline-metrics.png":::
99
+
100
+
>[!NOTE]
101
+
> To make a fair comparison, you need to convert the data to packets-per-second. You can do this by dividing the number you see by 60, as the data represents the number of packets, bytes, or SYN packets collected over 60 seconds. For example, if you have 91,000 packets collected over 60 seconds, divide 91,000 by 60 to get approximately 1,500 packets-per-second (pps).
102
+
80
103
## Validate and test
81
104
82
105
To simulate a DDoS attack to validate DDoS protection telemetry, see [Validate DDoS detection](test-through-simulations.md).
0 commit comments