Skip to content

Commit 77328c9

Browse files
Merge pull request #276692 from AnuragSingh-MSFT/patch-25
(AzureCXP) removes duplicate description for `requestUri`
2 parents bfe0899 + 184808d commit 77328c9

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

articles/application-gateway/application-gateway-diagnostics.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ You have the following options to store the logs in your preferred location.
3434

3535
**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:
3636

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.
3838

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)
4444

4545
For Application Gateway, resource specific mode creates three tables:
4646
* [AGWAccessLogs](/azure/azure-monitor/reference/tables/agwaccesslogs)
@@ -163,7 +163,6 @@ The access log is generated only if you've enabled it on each Application Gatewa
163163
|serverResponseLatency| Latency of the response (in **seconds**) from the backend server.|
164164
|host| Address listed in the host header of the request. If rewritten using header rewrite, this field contains the updated host name|
165165
|originalRequestUriWithArgs| This field contains the original request URL |
166-
|requestUri| This field contains the URL after the rewrite operation on Application Gateway |
167166
|upstreamSourcePort| The source port used by Application Gateway when initiating a connection to the backend target|
168167
|originalHost| This field contains the original request host name|
169168
|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

Comments
 (0)