Skip to content

Commit 97f5514

Browse files
authored
Merge pull request #274851 from AbdullahBell/ddos-telemetry-update
DDoS Protection: Update: Tutorial: View and configure Azure DDoS protection telemetry
2 parents 3b5cbd0 + 2820ad0 commit 97f5514

File tree

3 files changed

+30
-6
lines changed

3 files changed

+30
-6
lines changed
74.1 KB
Loading
-123 KB
Loading

articles/ddos-protection/telemetry.md

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
---
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.
45
services: ddos-protection
56
author: AbdullahBell
67
ms.service: ddos-protection
78
ms.topic: tutorial
8-
ms.date: 11/06/2023
9+
ms.date: 05/09/2024
910
ms.author: abell
1011
---
12+
1113
# Tutorial: View and configure Azure DDoS protection telemetry
1214

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.
1416

1517
In this tutorial, you'll learn how to:
1618

@@ -21,6 +23,8 @@ In this tutorial, you'll learn how to:
2123
2224
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2325

26+
27+
2428
## Prerequisites
2529

2630
* 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
3236

3337
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.
3438

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+
3541
For more information on metrics, see [Monitoring Azure DDoS Protection](monitor-ddos-protection-reference.md) for details on DDoS Protection monitoring logs.
42+
3643
### View metrics from DDoS protection plan
3744

3845
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-
7279

7380
>[!NOTE]
7481
>When changing DDoS IP protection from **enabled** to **disabled**, telemetry for the public IP resource will not be available.
75-
## View DDoS mitigation policies
7682
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*.
7889

7990
:::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+
80103
## Validate and test
81104

82105
To simulate a DDoS attack to validate DDoS protection telemetry, see [Validate DDoS detection](test-through-simulations.md).
83106

107+
84108
## Next steps
85109

86110
In this tutorial, you learned how to:

0 commit comments

Comments
 (0)