Skip to content

Commit d7eea5e

Browse files
authored
Merge pull request #97278 from dantecit0/patch-4
Update web-application-firewall-logs.md
2 parents 6789f9d + 4b1f816 commit d7eea5e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/web-application-firewall/ag/web-application-firewall-logs.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ Activity logging is automatically enabled for every Resource Manager resource. Y
7575
7676
5. Type a name for the settings, confirm the settings, and select **Save**.
7777
78-
### Activity log
78+
## Activity log
7979
8080
Azure generates the activity log by default. The logs are preserved for 90 days in the Azure event logs store. Learn more about these logs by reading the [View events and activity log](../../azure-monitor/essentials/activity-log.md) article.
8181
82-
### Access log
82+
## Access log
8383
8484
The access log is generated only if you've enabled it on each Application Gateway instance, as detailed in the preceding steps. The data is stored in the storage account that you specified when you enabled the logging. Each access of Application Gateway is logged in JSON format, as shown in the following example for v1:
8585
@@ -176,7 +176,7 @@ For Application Gateway and WAF v2, the logs show a little more information:
176176
}
177177
```
178178

179-
### Performance log
179+
## Performance log
180180

181181
The performance log is generated only if you have enabled it on each Application Gateway instance, as detailed in the preceding steps. The data is stored in the storage account that you specified when you enabled the logging. The performance log data is generated in 1-minute intervals. It is available only for the v1 SKU. For the v2 SKU, use [Metrics](../../application-gateway/application-gateway-metrics.md) for performance data. The following data is logged:
182182

@@ -213,7 +213,7 @@ The performance log is generated only if you have enabled it on each Application
213213
> [!NOTE]
214214
> Latency is calculated from the time when the first byte of the HTTP request is received to the time when the last byte of the HTTP response is sent. It's the sum of the Application Gateway processing time plus the network cost to the back end, plus the time that the back end takes to process the request.
215215
216-
### Firewall log
216+
## Firewall log
217217

218218
The firewall log is generated only if you have enabled it for each application gateway, as detailed in the preceding steps. This log also requires that the web application firewall is configured on an application gateway. The data is stored in the storage account that you specified when you enabled the logging. The following data is logged:
219219

@@ -276,14 +276,14 @@ The firewall log is generated only if you have enabled it for each application g
276276

277277
```
278278

279-
### View and analyze the activity log
279+
## View and analyze the activity log
280280

281281
You can view and analyze activity log data by using any of the following methods:
282282

283283
* **Azure tools**: Retrieve information from the activity log through Azure PowerShell, the Azure CLI, the Azure REST API, or the Azure portal. Step-by-step instructions for each method are detailed in the [Activity operations with Resource Manager](../../azure-monitor/essentials/activity-log.md) article.
284284
* **Power BI**: If you don't already have a [Power BI](https://powerbi.microsoft.com/pricing) account, you can try it for free. By using the [Power BI template apps](/power-bi/service-template-apps-overview), you can analyze your data.
285285

286-
### View and analyze the access, performance, and firewall logs
286+
## View and analyze the access, performance, and firewall logs
287287

288288
[Azure Monitor logs](../../azure-monitor/insights/azure-networking-analytics.md) can collect the counter and event log files from your Blob storage account. It includes visualizations and powerful search capabilities to analyze your logs.
289289

0 commit comments

Comments
 (0)