Skip to content

Commit 88cc140

Browse files
Update data-sources-firewall-logs.md
1 parent c030d75 commit 88cc140

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-monitor/agents/data-sources-firewall-logs.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To complete this procedure, you need:
2424
- A Virtual Machine, Virtual Machine Scale Set, or Arc-enabled on-premises machine that is running firewall.
2525

2626
## Add Firewall table to Log Analytics Workspace
27-
Unlike other tables that are created by default in LAW, the Windows Firewall table must be manually created. Search for the Security and Audit solution and create it. See screen shot below. If the table isn't present you'll get a DCR deployment error stating that the table isn't present in LAW. The schema for the firewall table that gets created is located here: [Windows Firewall Schema](../../reference/tables/windowsfirewall.md)
27+
Unlike other tables that are created by default in LAW, the Windows Firewall table must be manually created. Search for the Security and Audit solution and create it. See screen shot below. If the table isn't present you'll get a DCR deployment error stating that the table isn't present in LAW. The schema for the firewall table that gets created is located here: [Windows Firewall Schema](../reference/tables/windowsfirewall.md)
2828

2929
[ ![Screenshot that shows how to add the security and audit solution.](media/data-collection-firewall-log/security-and-audit-solution.png) ](./media/data-collection-firewall-log/security-and-audit-solution.png#lightbox)
3030

@@ -79,10 +79,10 @@ To create the data collection rule in the Azure portal:
7979

8080
Count the firewall log entries by URL for the host www.contoso.com.
8181

82-
```kusto
83-
WindowsFirewall
84-
| take 10
85-
```
82+
```kusto
83+
WindowsFirewall
84+
| take 10
85+
```
8686

8787
[ ![Screenshot that shows the results of a Firewall log query.](media/data-collection-firewall-log/law-query-results.png) ](media/data-collection-firewall-log/law-query-results.png#lightbox)
8888

0 commit comments

Comments
 (0)