> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-xdr-3.x/cortex-xdr-3.x-documentation/data-management/broker-vm/monitor-broker-vm-activity.md).

# Monitor Broker VM activity

Cortex XDR logs entries for events related to the Broker VM monitored activities. Cortex XDR stores the logs for 365 days. To view the Broker VM audit logs, select **Settings** → **Management Audit Logs**.

To ensure you and your colleagues stay informed about Broker VM activity, you can [Configure notification forwarding](/cortex-xdr-3.x/cortex-xdr-3.x-documentation/onboard-and-configure-cortex-xdr/post-deployment-steps/set-up-your-environment/log-forwarding/forward-logs-from-cortex-xdr-to-external-services/configure-notification-forwarding.md) to forward your Broker VM audit logs to an email distribution list or Syslog server.

You can customize your view of the logs by adding or removing filters to the **Management Audit Logs** table. You can also filter the page result to narrow down your search. The following table describes the default and optional fields that you can view in the Cortex XDR **Management Audit Logs** table:

{% hint style="info" %}

### Note

Certain fields are exposed and hidden by default. An asterisk (\*) is beside every field that is exposed by default.
{% endhint %}

| Field                 | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| --------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Description\*         | Log message that describes the action.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| Email                 | Email of the user who performed the action.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| Host Name\*           | Name of any relevant affected hosts.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| ID                    | Unique ID of the action.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| Reason                | This field is not applicable for Broker VM logs.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| Result\*              | The result of the action ( `Success`, `Fail`, or `N/A`)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| Severity\*            | <p>Severity associated with the log:</p><ul><li><code>Critical</code></li><li><code>High</code></li><li><code>Medium</code></li><li><code>Low</code></li><li><code>Informational</code></li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| Timestamp\*           | Date and time when the action occurred.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| Type\* and Sub-Type\* | <p>Additional classifications of Broker VM logs (Type and Sub-Type):</p><ul><li><p><strong>Broker VMs</strong>:</p><ul><li>Action on device</li><li>Add Cluster</li><li>Applet Activated</li><li>Applet Configuration</li><li>Applet connection\_test Action</li><li>Applet Deactivated</li><li>Applet License Expired</li><li>Applet Mount Share Action</li><li>Applet Mount Share Test Action</li><li>Applet preview Action</li><li>Applet Scan Now Action</li><li>Applet Set Configuration</li><li>Applet Unmount All Shares Action</li><li>Applet Upgrade: Records manual or automatic updates of individual applets.</li><li>Authentication succeeded</li><li>Broker Log</li><li>Cluster Configuration</li><li>Cluster Failover</li><li>Cluster health declined</li><li>Cluster health recovered</li><li>Cluster Switchover</li><li>Device configuration</li><li>Disconnect</li><li>Register</li><li>Remove Cluster</li><li>Remove Device</li><li>Rolling Upgrades</li><li>Subscription Created</li><li>Subscription Deleted</li><li>Subscription Edited</li></ul></li><li><p><strong>Broker API</strong>:</p><ul><li>Authentication failed</li></ul></li></ul> |
| User Name\*           | Name of the user who performed the action.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cortex-docs.paloaltonetworks.com/cortex-xdr-3.x/cortex-xdr-3.x-documentation/data-management/broker-vm/monitor-broker-vm-activity.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
