Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ To retrieve the one-time code for a user:

1. Enable **Admin override**.
2. Go to **My Team** > **Devices**.
3. Select **View** for a connected device.
4. Scroll down to **User details** and copy the 7-digit **Override code**.
5. Share this code with the user for them to enter on their device.
3. Select **View details** for a connected device.
4. Scroll down to **User details** and select the user's name.
5. Copy the 7-digit **Override code** shown in the side panel.
6. Share this code with the user for them to enter on their device.

The user will have an unlimited amount of time to activate their code.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ These settings will only apply to logs displayed in Zero Trust. Logpush data is
| ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Email** | Email address of the user who registered the WARP client where traffic originated from. |
| **User ID** | UUID of the user. Each unique email address in your organization will have a UUID associated with it. |
| **Registration ID** | UUID of the user's WARP client registration. A unique registration ID is generated each time a device is registered for a particular email. The same physical device may have multiple registration IDs. |
| **Device name** | Display name of the device returned by the operating system to the WARP client. Typically this is the hostname of a device. Not all devices will have a device name. Device names are not guaranteed to be unique. |
| **Device ID** | UUID of the device connected with the WARP client. Each unique device in your organization will have a UUID associated with it each time the device is registered for a particular email. The same physical device may have multiple UUIDs associated with it. |
| **Device ID** | UUID of the device connected with the WARP client. Each physical device in your organization will have a UUID. |
| **Last authenticated** | Date and time the user last authenticated their Zero Trust session. |

#### DNS query details
Expand Down Expand Up @@ -155,8 +156,9 @@ Gateway will only log failed connections in [network session logs](/logs/referen
| ---------------------- | ----------------------------------------------------------------------------------- |
| **Email** | Email address of the user sending the packet. This is generated by the WARP client. |
| **User ID** | ID of the user sending the packet. This is generated by the WARP client. |
| **Registration ID** | ID of the user's device registration. This is generated by the WARP client. |
| **Device name** | Name of the device that sent the packet. |
| **Device ID** | ID of the device that sent the packet. This is generated by the WARP client. |
| **Device ID** | ID of the physical device that sent the packet. This is generated by the WARP client. |
| **Last authenticated** | Date and time the user last authenticated with Zero Trust. |

#### Network query details
Expand Down Expand Up @@ -224,8 +226,9 @@ When an HTTP request results in an error, Gateway logs the first 512 bytes of th
| ---------------------- | -------------------------------------------------------------------------------------------------------------------- |
| **Email** | Email address of the user who made the HTTP request. This is generated by the WARP client. |
| **User ID** | ID of the user who made the request. This is generated by the WARP client. |
| **Registration ID** | ID of the user's device registration. This is generated by the WARP client. |
| **Device name** | Name of the device that made the request. |
| **Device ID** | ID of the device that made the request. This is generated by the WARP client on the device that created the request. |
| **Device ID** | ID of the physical device that made the request. This is generated by the WARP client on the device that created the request. |
| **Last authenticated** | Date and time the user last authenticated with Zero Trust. |

#### HTTP query details
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Enterprise users can generate more detailed logs with [Logpush](/cloudflare-one/
| Field | Description |
| ----------------- | ---------------------------- |
| **Name** | Name of the device. |
| **ID** | Device ID generated by the WARP client. |
| **Serial number** | Serial number of the device. |
| **Manufacturer** | Manufacturer of the device. |
| **Model** | Model of the device. |
Expand All @@ -29,6 +30,7 @@ Enterprise users can generate more detailed logs with [Logpush](/cloudflare-one/
| ----------- | -------------------------------------------------- |
| **Email** | Email used to register the device with Zero Trust. |
| **User ID** | UUID of the user who registered the device. |
| **Registration ID** | UUID of the user's WARP client registration. |

### Posture details

Expand Down