Skip to content

Commit 10df560

Browse files
authored
Fix formatting in Update ddos-view-diagnostic-logs.md
1 parent 4515a7a commit 10df560

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

articles/ddos-protection/ddos-view-diagnostic-logs.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ In this tutorial, you learn how to:
4747
Notifications will notify you anytime a public IP resource is under attack, and when attack mitigation is over.
4848

4949
```kusto
50-
AzureDiagnostics
51-
| where Category == "DDoSProtectionNotifications"
50+
AzureDiagnostics
51+
| where Category == "DDoSProtectionNotifications"
5252
```
5353

5454

@@ -73,8 +73,8 @@ The following table lists the field names and descriptions:
7373
Attack mitigation flow logs allow you to review the dropped traffic, forwarded traffic and other interesting data-points during an active DDoS attack in near-real time. You can ingest the constant stream of this data into Microsoft Sentinel or to your third-party SIEM systems via event hub for near-real time monitoring, take potential actions and address the need of your defense operations.
7474

7575
```kusto
76-
AzureDiagnostics
77-
| where Category == "DDoSMitigationFlowLogs"
76+
AzureDiagnostics
77+
| where Category == "DDoSMitigationFlowLogs"
7878
```
7979

8080
The following table lists the field names and descriptions:
@@ -101,8 +101,8 @@ The following table lists the field names and descriptions:
101101
Attack mitigation reports use the Netflow protocol data, which is aggregated to provide detailed information about the attack on your resource. Anytime a public IP resource is under attack, the report generation will start as soon as the mitigation starts. There will be an incremental report generated every 5 mins and a post-mitigation report for the whole mitigation period. This is to ensure that in an event the DDoS attack continues for a longer duration of time, you'll be able to view the most current snapshot of mitigation report every 5 minutes and a complete summary once the attack mitigation is over.
102102

103103
```kusto
104-
AzureDiagnostics
105-
| where Category == "DDoSMitigationReports"
104+
AzureDiagnostics
105+
| where Category == "DDoSMitigationReports"
106106
```
107107

108108
The following table lists the field names and descriptions:
@@ -134,8 +134,10 @@ The following table lists the field names and descriptions:
134134

135135
## Next steps
136136

137-
In this tutorial you learned how to view DDoS Protection diagnostic logs in a Log Analytics workspace. To learn more about the recommended steps to take when you receive a DDoS attack, see these next steps.
137+
In this tutorial, you learned how to view DDoS Protection diagnostic logs in a Log Analytics workspace. To learn more about the recommended steps to take when you receive a DDoS attack, see these next steps.
138138

139139
> [!div class="nextstepaction"]
140140
> [Engage with Azure DDoS Rapid Response](ddos-rapid-response.md)
141+
142+
> [!div class="nextstepaction"]
141143
> [components of a DDoS Rapid Response Strategy](ddos-response-strategy.md)

0 commit comments

Comments
 (0)