File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
articles/application-gateway Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ services: application-gateway
6
6
author : greg-lindsay
7
7
ms.service : application-gateway
8
8
ms.topic : article
9
- ms.date : 02/25 /2022
9
+ ms.date : 03/21 /2022
10
10
ms.author : greglin
11
11
---
12
12
@@ -181,6 +181,7 @@ The access log is generated only if you've enabled it on each Application Gatewa
181
181
|host| Address listed in the host header of the request. If rewritten using header rewrite, this field contains the updated host name|
182
182
|originalRequestUriWithArgs| This field contains the original request URL |
183
183
|requestUri| This field contains the URL after the rewrite operation on Application Gateway |
184
+ |upstreamSourcePort| The source port used by Application Gateway when initiating a connection to the backend target|
184
185
|originalHost| This field contains the original request host name
185
186
```json
186
187
{
@@ -219,6 +220,7 @@ The access log is generated only if you've enabled it on each Application Gatewa
219
220
"serverRouted": "52.239.221.65:443",
220
221
"serverStatus": "200",
221
222
"serverResponseLatency": "0.028",
223
+ "upstreamSourcePort": "21564",
222
224
"originalHost": "20.110.30.194",
223
225
"host": "20.110.30.194"
224
226
}
You can’t perform that action at this time.
0 commit comments