Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 1.29 KB

File metadata and controls

25 lines (16 loc) · 1.29 KB

Creating a Dashboard Visualizing Blocked Traffic

Background

There are multiple locations where traffic is blocked for security reasons. Create a dashboard to easily monitor the frequency of blocked traffic, in order to gain visibility into intentional and unintentional spikes.

Resources

Log Analytics Workspace

Core Resource Group

  • The logs have AzureDiagnostics entries
  • To filter on entries that contain insights on what the WAF (Web Application Firewall) is evaluating, matching, and blocking, use the ApplicationGatewayAccessLog category,

Hub Resource Group

  • The logs have AzureDiagnostics entries
  • To filter on resource logs for firewall application rules, use the AzureFirewallApplicationRule category
  • To filter on resource logs for firewall network rules, use the AzureFirewallNetworkRule category
  • To filter on logs where the NSG (Network Security Group) rules were applied, use the NetworkSecurityGroupRuleEvent category