---
title: Posture logs
description: Monitor the results of device posture checks performed on your users' devices.
image: https://developers.cloudflare.com/zt-preview.png
---

[Skip to content](#%5Ftop) 

Was this helpful?

YesNo

[ Edit page ](https://github.com/cloudflare/cloudflare-docs/edit/production/src/content/docs/cloudflare-one/insights/logs/dashboard-logs/posture-logs.mdx) [ Report issue ](https://github.com/cloudflare/cloudflare-docs/issues/new/choose) 

Copy page

# Posture logs

Posture logs show the [device posture check](https://developers.cloudflare.com/cloudflare-one/reusable-components/posture-checks/) results reported by the Cloudflare One Client.

To view device posture logs, log in to [Cloudflare One ↗](https://one.dash.cloudflare.com/) and go to **Insights** \> **Logs** \> **Posture logs**. Logs will only display if you have configured [device posture checks](https://developers.cloudflare.com/cloudflare-one/reusable-components/posture-checks/) for your Zero Trust organization.

Enterprise users can generate more detailed logs with [Logpush](https://developers.cloudflare.com/cloudflare-one/insights/logs/logpush/).

## Explanation of the fields

### Device details

| Field             | Description                                       |
| ----------------- | ------------------------------------------------- |
| **Name**          | Name of the device.                               |
| **ID**            | Device ID generated by the Cloudflare One Client. |
| **Serial number** | Serial number of the device.                      |
| **Manufacturer**  | Manufacturer of the device.                       |
| **Model**         | Model of the device.                              |

### User details

| Field               | Description                                            |
| ------------------- | ------------------------------------------------------ |
| **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 Cloudflare One Client registration. |

### Posture details

| Field               | Description                                                                                                                                                                                                                                              |
| ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Name**            | Name of the [device posture check](https://developers.cloudflare.com/cloudflare-one/reusable-components/posture-checks/).                                                                                                                                |
| **Type**            | Type of [Cloudflare One Client check](https://developers.cloudflare.com/cloudflare-one/reusable-components/posture-checks/client-checks/) or [service provider check](https://developers.cloudflare.com/cloudflare-one/integrations/service-providers/). |
| **Rule ID**         | UUID of the device posture check.                                                                                                                                                                                                                        |
| **Conditions met**  | Whether the device passed or failed the posture check criteria. Evaluates to true if the **Received values** match the **Expected values**.                                                                                                              |
| **Expected values** | Values required to pass the device posture check.                                                                                                                                                                                                        |
| **Received values** | Posture check values detected by the Cloudflare One Client.                                                                                                                                                                                              |

```json
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"@id":"/directory/","name":"Directory"}},{"@type":"ListItem","position":2,"item":{"@id":"/cloudflare-one/","name":"Cloudflare One"}},{"@type":"ListItem","position":3,"item":{"@id":"/cloudflare-one/insights/","name":"Insights"}},{"@type":"ListItem","position":4,"item":{"@id":"/cloudflare-one/insights/logs/","name":"Logs"}},{"@type":"ListItem","position":5,"item":{"@id":"/cloudflare-one/insights/logs/dashboard-logs/","name":"Dashboard logs"}},{"@type":"ListItem","position":6,"item":{"@id":"/cloudflare-one/insights/logs/dashboard-logs/posture-logs/","name":"Posture logs"}}]}
```
