File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
articles/application-gateway Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -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