- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
04-30-2026 11:50 PM
When querying events with dataset=alerts and dataset=issues, the number of results comes out the same.
What is the difference between the two? In which cases is it better to use alerts or issues? Does anyone know?
05-01-2026 06:29 AM
Hello @.522643 ,
Greetings for the day.
In Cortex XDR/XSIAM, while both dataset=alerts and dataset=issues represent security detections, they differ primarily in their underlying data schema and their role in the platform's evolution.
Schema and Architecture:dataset=alerts is the legacy dataset that provides raw, granular alert records. It includes specific technical fields such as action (e.g., blocked vs. detected) and incident_id that are critical for detailed monitoring.
dataset=issues is the modern, XDM-based (Cortex Data Model) dataset introduced in newer versions (XDR 4.x/5.0+). It provides aggregated and deduplicated views used primarily by the management console's dashboard.
Informational Severity:
Official documentation states that "Informational" (INFO) severity alerts are not included in the alerts dataset.
Historically, the issues dataset included "INFO" alerts in XQL queries, even though they were filtered out of the "Issues" UI page. However, engineering has moved toward removing "INFO" alerts from the issues dataset in newer versions to reduce noise.
Field Availability:
Some granular fields like DeviceAction, IncidentID, and ActorProcessID may be missing from the issues dataset schema by design, as the XDM schema is still evolving.
dataset = alertsaction: dataset = alertsdataset = issuesdataset = issuesIf your query results are identical, it typically means:
alerts excludes INFO by default and newer versions of issues have also begun excluding them, the counts will match.You can check for differences in your environment with:
dataset = issues
| filter severity = "INFO"
If you feel this has answered your query, please let us know by clicking like and on "mark this as a Solution".
Thanks & Regards,
S. Subashkar Sekar
05-01-2026 06:29 AM
Hello @.522643 ,
Greetings for the day.
In Cortex XDR/XSIAM, while both dataset=alerts and dataset=issues represent security detections, they differ primarily in their underlying data schema and their role in the platform's evolution.
Schema and Architecture:dataset=alerts is the legacy dataset that provides raw, granular alert records. It includes specific technical fields such as action (e.g., blocked vs. detected) and incident_id that are critical for detailed monitoring.
dataset=issues is the modern, XDM-based (Cortex Data Model) dataset introduced in newer versions (XDR 4.x/5.0+). It provides aggregated and deduplicated views used primarily by the management console's dashboard.
Informational Severity:
Official documentation states that "Informational" (INFO) severity alerts are not included in the alerts dataset.
Historically, the issues dataset included "INFO" alerts in XQL queries, even though they were filtered out of the "Issues" UI page. However, engineering has moved toward removing "INFO" alerts from the issues dataset in newer versions to reduce noise.
Field Availability:
Some granular fields like DeviceAction, IncidentID, and ActorProcessID may be missing from the issues dataset schema by design, as the XDM schema is still evolving.
dataset = alertsaction: dataset = alertsdataset = issuesdataset = issuesIf your query results are identical, it typically means:
alerts excludes INFO by default and newer versions of issues have also begun excluding them, the counts will match.You can check for differences in your environment with:
dataset = issues
| filter severity = "INFO"
If you feel this has answered your query, please let us know by clicking like and on "mark this as a Solution".
Thanks & Regards,
S. Subashkar Sekar
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!

