Skip to content

Commit e9649e3

Browse files
Log scrubbing
1 parent 2c6407f commit e9649e3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: greglin
66
ms.service: application-gateway
77
ms.subservice: appgw-for-containers
88
ms.topic: article
9-
ms.date: 02/27/2024
9+
ms.date: 07/17/2024
1010
ms.author: greglin
1111
---
1212

@@ -94,7 +94,7 @@ Each access log entry in Application Gateway for Containers contains the followi
9494
| referrer | Referrer header of the request received from the client by Application Gateway for Containers  |
9595
| requestBodyBytes | Size in bytes of the body payload of the request received from the client by Application Gateway for Containers  |
9696
| requestHeaderBytes | Size in bytes of the headers of the request received from the client by Application Gateway for Containers  |
97-
| requestUri | URI of the request received from the client by Application Gateway for Containers (everything after \<protocol\>://\<host\> of the URL)  |
97+
| requestUri | URI of the request received from the client by Application Gateway for Containers (everything after \<protocol\>://\<host\> of the URL).  |
9898
| responseBodyBytes | Size in bytes of the body payload of the response returned to the client by Application Gateway for Containers |
9999
| responseHeaderBytes | Size in bytes of the headers of the response returned to the client by Application Gateway for Containers |
100100
| timeTaken | Time in milliseconds of the client request received by Application Gateway for Containers and the last byte returned to the client from Application Gateway for Containers |
@@ -103,6 +103,9 @@ Each access log entry in Application Gateway for Containers contains the followi
103103
| trackingId | Generated guid by Application Gateway for Containers to help with tracking and debugging. This value correlates to the x-request-id header returned to the client from Application Gateway for Containers. |
104104
| userAgent | User-Agent header of the request received from the client by Application Gateway for Containers |
105105

106+
>[!Note]
107+
>Query string parameters contained in the requestUri field, such as "secret", "password", "pwd", "passwd", "key", "token", "pat", "accesskey", "accesstoken", "credential", "sas", "personalAccessToken", and "personal.access.token", will be replaced with a value of **_<redacted>_** to prevent sensitive information from being logged. This is non-configurable.
108+
106109
Here an example of the access log emitted in JSON format to a storage account.
107110

108111
```JSON

0 commit comments

Comments
 (0)