You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(AzureCXP) removes duplicate description for requestUri
-->removes duplicate description for `requestUri`
-->updates formatting to refect that AzureDiagnostics and Resoruce-specific are types of collection under Log Analytics workspace.
Copy file name to clipboardExpand all lines: articles/application-gateway/application-gateway-diagnostics.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,13 +34,13 @@ You have the following options to store the logs in your preferred location.
34
34
35
35
**Log Analytic workspace**: This option allows you to readily use the predefined queries, visualizations, and set alerts based on specific log conditions. The tables used by resource logs in log analytics workspace depend on what type of collection the resource is using:
36
36
37
-
**Azure diagnostics**: Data is written to the [Azure Diagnostics table](/azure/azure-monitor/reference/tables/azurediagnostics). Azure Diagnostics table is shared between multiple resource type, with each of them adding their own custom fields. When number of custom fields ingested to Azure Diagnostics table exceeds 500, new fields aren't added as top level but added to "AdditionalFields" field as dynamic key value pairs.
37
+
***Azure diagnostics**: Data is written to the [Azure Diagnostics table](/azure/azure-monitor/reference/tables/azurediagnostics). Azure Diagnostics table is shared between multiple resource type, with each of them adding their own custom fields. When number of custom fields ingested to Azure Diagnostics table exceeds 500, new fields aren't added as top level but added to "AdditionalFields" field as dynamic key value pairs.
38
38
39
-
**Resource-specific(recommended)**: Data is written to dedicated tables for each category of the resource. In resource specific mode, each log category selected in the diagnostic setting is assigned its own table within the chosen workspace. This has several benefits, including:
40
-
- Easier data manipulation in log queries
41
-
- Improved discoverability of schemas and their structures
42
-
- Enhanced performance in terms of ingestion latency and query times
43
-
- The ability to assign [Azure role-based access control rights to specific tables](../azure-monitor/logs/manage-access.md?tabs=portal#set-table-level-read-access)
39
+
***Resource-specific(recommended)**: Data is written to dedicated tables for each category of the resource. In resource specific mode, each log category selected in the diagnostic setting is assigned its own table within the chosen workspace. This has several benefits, including:
40
+
- Easier data manipulation in log queries
41
+
- Improved discoverability of schemas and their structures
42
+
- Enhanced performance in terms of ingestion latency and query times
43
+
- The ability to assign [Azure role-based access control rights to specific tables](../azure-monitor/logs/manage-access.md?tabs=portal#set-table-level-read-access)
44
44
45
45
For Application Gateway, resource specific mode creates three tables:
@@ -163,7 +163,6 @@ The access log is generated only if you've enabled it on each Application Gatewa
163
163
|serverResponseLatency| Latency of the response (in **seconds**) from the backend server.|
164
164
|host| Address listed in the host header of the request. If rewritten using header rewrite, this field contains the updated host name|
165
165
|originalRequestUriWithArgs| This field contains the original request URL |
166
-
|requestUri| This field contains the URL after the rewrite operation on Application Gateway |
167
166
|upstreamSourcePort| The source port used by Application Gateway when initiating a connection to the backend target|
168
167
|originalHost| This field contains the original request host name|
169
168
|error_info|The reason for the 4xx and 5xx error. Displays an error code for a failed request. More details in [Error code information.](./application-gateway-diagnostics.md#error-code-information) |
0 commit comments