Skip to content

Commit 463c6fb

Browse files
committed
Add network fields
1 parent aee66d8 commit 463c6fb

File tree

1 file changed

+36
-30
lines changed
  • src/content/docs/cloudflare-one/insights/logs/gateway-logs

1 file changed

+36
-30
lines changed

src/content/docs/cloudflare-one/insights/logs/gateway-logs/index.mdx

Lines changed: 36 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -161,21 +161,25 @@ Gateway will only log failed connections in [network session logs](/logs/referen
161161

162162
#### Network query details
163163

164-
| Field | Description |
165-
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
166-
| **Source IP** | IP address of the user sending the packet. |
167-
| **Source port** | Source port number for the packet. |
168-
| **Source country** | Country code for the packet source. |
169-
| **Destination IP** | IP address of the packet's target. |
170-
| **Destination port** | Destination port number for the packet. |
171-
| **Destination country** | Destination port number for the packet. |
172-
| **Transport protocol** | Protocol over which the packet was sent. |
173-
| **Detected Protocol** | The detected [network protocol](/cloudflare-one/policies/gateway/network-policies/protocol-detection/). |
174-
| **SNI** | Host whose Server Name Indication (SNI) header Gateway will filter traffic against. |
175-
| **Virtual Network** | [Virtual network](/cloudflare-one/connections/connect-networks/private-net/cloudflared/tunnel-virtual-networks/) that the client is connected to. |
176-
| **Category details** | Category or categories associated with the packet. |
177-
| **Proxy endpoint** | [PAC file proxy endpoint](/cloudflare-one/connections/connect-devices/agentless/pac-files/) Gateway forwarded traffic to, if applicable. |
178-
| **Application name** | Name of the application that matched the domain. |
164+
| Field | Description |
165+
| ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
166+
| **Source IP** | IP address of the user sending the packet. |
167+
| **Source port** | Source port number for the packet. |
168+
| **Source country** | Country code for the packet source. |
169+
| **Source IP continent** | Continent code of the source IP address. |
170+
| **Source IP country** | Country code of the source IP address. |
171+
| **Destination IP** | IP address of the packet's target. |
172+
| **Destination port** | Destination port number for the packet. |
173+
| **Destination IP continent** | Continent code of the IP address for the packet's destination. |
174+
| **Destination IP country** | Country code of the IP address for the packet's destination. |
175+
| **Transport protocol** | Protocol over which the packet was sent. |
176+
| **Detected Protocol** | The detected [network protocol](/cloudflare-one/policies/gateway/network-policies/protocol-detection/). |
177+
| **SNI** | Host whose Server Name Indication (SNI) header Gateway will filter traffic against. |
178+
| **Virtual Network** | [Virtual network](/cloudflare-one/connections/connect-networks/private-net/cloudflared/tunnel-virtual-networks/) that the client is connected to. |
179+
| **Category details** | Category or categories associated with the packet. |
180+
| **Proxy endpoint** | [PAC file proxy endpoint](/cloudflare-one/connections/connect-devices/agentless/pac-files/) Gateway forwarded traffic to, if applicable. |
181+
| **Application ID** | ID of the application that matched the domain. |
182+
| **Application name** | Name of the application that matched the domain. |
179183

180184
## HTTP logs
181185

@@ -223,21 +227,23 @@ When an HTTP request results in an error, Gateway logs the first 512 bytes of th
223227

224228
#### HTTP query details
225229

226-
| Field | Description |
227-
| -------------------------- | ----------------------------------------------------------------------------------------------------------- |
228-
| **HTTP version** | HTTP version of the origin that Gateway connected to on behalf of the user. |
229-
| **HTTP method** | HTTP method used for the request (such as `GET` or `POST`). |
230-
| **HTTP status code** | [HTTP status code](/support/troubleshooting/http-status-codes/http-status-codes/) returned in the response. |
231-
| **URL** | Full URL of the HTTP request. |
232-
| **Referer** | Referer request header containing the address of the page making the request. |
233-
| **Source IP** | Public source IP address of the HTTP request. |
234-
| **Source port** | Port that was used to make the HTTP request. |
235-
| **Source IP country** | Country code of the HTTP request. |
236-
| **Destination IP** | Public IP address of the destination requested. |
237-
| **Destination port** | Port of the destination requested. |
238-
| **Destination IP country** | Country code of the destination requested. |
239-
| **Blocked file reason** | Reason why the file was blocked if a file transfer occurred or was attempted. |
240-
| **Category details** | Category the blocked file belongs to. |
230+
| Field | Description |
231+
| ---------------------------- | ----------------------------------------------------------------------------------------------------------- |
232+
| **HTTP version** | HTTP version of the origin that Gateway connected to on behalf of the user. |
233+
| **HTTP method** | HTTP method used for the request (such as `GET` or `POST`). |
234+
| **HTTP status code** | [HTTP status code](/support/troubleshooting/http-status-codes/http-status-codes/) returned in the response. |
235+
| **URL** | Full URL of the HTTP request. |
236+
| **Referer** | Referer request header containing the address of the page making the request. |
237+
| **Source IP** | Public source IP address of the HTTP request. |
238+
| **Source port** | Port that was used to make the HTTP request. |
239+
| **Source IP continent** | Continent code of the HTTP request. |
240+
| **Source IP country** | Country code of the HTTP request. |
241+
| **Destination IP** | Public IP address of the destination requested. |
242+
| **Destination port** | Port of the destination requested. |
243+
| **Destination IP continent** | Continent code of the destination requested. |
244+
| **Destination IP country** | Country code of the destination requested. |
245+
| **Blocked file reason** | Reason why the file was blocked if a file transfer occurred or was attempted. |
246+
| **Category details** | Category the blocked file belongs to. |
241247

242248
#### File detection details
243249

0 commit comments

Comments
 (0)