> 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-xpanse/incidents-and-alerts/incidents/incidents-fields.md).

# Incidents Fields

The Incidents table displays incidents in a table format. Use ![incident-split-pane-mode.png](/files/mFz1lB65VrsrSjYU6vKD) to toggle between the default split-pane view and table view. Any changes you make to the incident fields, such as description, resolution status, filters, and sort selections persist when you toggle between the modes.

Right-click an incident to view the incident details, and investigate the related assets, artifacts, and alerts.

The following table describes both the default and additional optional fields that you can view in the Incidents table and lists the fields in alphabetical order.

<table data-header-hidden><thead><tr><th width="215"></th><th></th></tr></thead><tbody><tr><td>Field</td><td>Description</td></tr><tr><td><img src="/files/vz0SaKf5zZxtMuEpgbSg" alt="check-box.png"></td><td>Check box to select one or more incidents on which to perform the following actions.</td></tr><tr><td>Alert Categories</td><td>Type of alert categories triggered by the incident alerts.</td></tr><tr><td>Alert Source</td><td>Source of the alert, such as XDR Analytics BIOC, XDR BIOC, and Correlation.</td></tr><tr><td>Alerts Grouping Status</td><td><p>Displays whether Alert Grouping is currently enabled.</p><ul><li><strong>Enabled</strong>—The incident is open to accepting new related alerts.</li><li><strong>Disabled</strong>—Grouping threshold is reached and the incident is closed to further alerts or if the incident reached the 1,000 alert limit. To view the exact reason for a Disabled status, hover over the status field.</li></ul></td></tr><tr><td>Alerts Breakdown</td><td>The total number of alerts and number of alerts by severity.</td></tr><tr><td>ASM Rules</td><td>The attack surface rules that triggered the alerts for this incident.</td></tr><tr><td>Assignee Email</td><td>Email address associated with the assigned incident owner.</td></tr><tr><td>Assigned To</td><td>The user to which the incident is assigned. The assignee tracks which analyst is responsible for investigating the threat. Incidents that have not been assigned have a status of <strong>Unassigned</strong>.</td></tr><tr><td>Creation Time</td><td>Date and time when the incident was created.</td></tr><tr><td>Crititical Severity Alerts</td><td>Number of critical severity alerts that are part of the incident.</td></tr><tr><td>High Severity Alerts</td><td>Number of high severity alerts that are part of the incident.</td></tr><tr><td>Hosts</td><td>Displays the host names affected by the incident.</td></tr><tr><td>Incident Description</td><td>The description is generated from the alert name from the first alert added to the incident, the host and user affected, or number of users and hosts affected.</td></tr><tr><td>Incident ID</td><td>A unique number to identify the incident.</td></tr><tr><td>Incident Name</td><td>A user-defined incident name.</td></tr><tr><td>Incident Sources</td><td>List of sources that raised high and medium severity alerts in the incident.</td></tr><tr><td>Incident's Playbook statuses</td><td>A list of the current alert playbook statuses for all alerts in the incident.</td></tr><tr><td>Last Updated</td><td>The last time a user took an action or an alert was added to the incident.</td></tr><tr><td>Low Severity Alerts</td><td>Number of low severity alerts that are part of the incident.</td></tr><tr><td>Medium Severity Alerts</td><td>Number of medium severity alerts that are part of the incident.</td></tr><tr><td>Port Number</td><td>Number of the port the service is running on.</td></tr><tr><td>Resolve Comment</td><td>The user-added comment when the user changes the incident status to a Resolved status.</td></tr><tr><td>Resolved Timestamp</td><td>Displays the date and time when the incident was set with a resolved status.</td></tr><tr><td>Starred</td><td>The incident includes alerts that match your incident prioritization policy. Incidents that have alert matches include a star by the incident name in the Incident details view and a value of Yes in this field.</td></tr><tr><td>Status</td><td><p><strong>New</strong> indicates the incident was just created or reopened.</p><p><strong>Under Investigation</strong> is set by the user when beginning investigate the incident.</p><p><strong>Resolved</strong> indicates that all alerts in the incident have been resolved.</p></td></tr><tr><td>Tags</td><td>Displays the tags associated with the related alerts.</td></tr><tr><td>Total Alerts</td><td>The total number of alerts in the incident.</td></tr><tr><td>Users</td><td>Users affected by the alerts in the incident. If more than one user is affected, click on <strong>+ &#x3C;n> more</strong> to see the list of all users in the incident.</td></tr><tr><td>Xpanse First Observed</td><td>Date and time when the first alert for this incident was triggered.</td></tr></tbody></table>


---

# 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-xpanse/incidents-and-alerts/incidents/incidents-fields.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.
