<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Is there a difference between issues and alerts in XQL queries? in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/is-there-a-difference-between-issues-and-alerts-in-xql-queries/m-p/1253376#M9293</link>
    <description>&lt;P&gt;When querying events with &lt;CODE&gt;dataset=alerts&lt;/CODE&gt; and &lt;CODE&gt;dataset=issues&lt;/CODE&gt;, the number of results comes out the same.&lt;/P&gt;
&lt;P&gt;What is the difference between the two? In which cases is it better to use alerts or issues? Does anyone know?&lt;/P&gt;</description>
    <pubDate>Fri, 01 May 2026 06:50:06 GMT</pubDate>
    <dc:creator>.522643</dc:creator>
    <dc:date>2026-05-01T06:50:06Z</dc:date>
    <item>
      <title>Is there a difference between issues and alerts in XQL queries?</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/is-there-a-difference-between-issues-and-alerts-in-xql-queries/m-p/1253376#M9293</link>
      <description>&lt;P&gt;When querying events with &lt;CODE&gt;dataset=alerts&lt;/CODE&gt; and &lt;CODE&gt;dataset=issues&lt;/CODE&gt;, the number of results comes out the same.&lt;/P&gt;
&lt;P&gt;What is the difference between the two? In which cases is it better to use alerts or issues? Does anyone know?&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2026 06:50:06 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/is-there-a-difference-between-issues-and-alerts-in-xql-queries/m-p/1253376#M9293</guid>
      <dc:creator>.522643</dc:creator>
      <dc:date>2026-05-01T06:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a difference between issues and alerts in XQL queries?</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/is-there-a-difference-between-issues-and-alerts-in-xql-queries/m-p/1253389#M9294</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/645079201"&gt;@.522643&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Greetings for the day.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="0" data-end="198"&gt;In Cortex XDR/XSIAM, while both &lt;CODE data-start="32" data-end="48"&gt;dataset=alerts&lt;/CODE&gt; and &lt;CODE data-start="53" data-end="69"&gt;dataset=issues&lt;/CODE&gt; represent security detections, they differ primarily in their underlying data schema and their role in the platform's evolution.&lt;/P&gt;
&lt;H4 data-section-id="1lrw6ja" data-start="200" data-end="218"&gt;(Key Differences)&lt;/H4&gt;
&lt;P data-start="220" data-end="479"&gt;&lt;STRONG data-start="220" data-end="248"&gt;Schema and Architecture:&lt;/STRONG&gt;&lt;BR data-start="248" data-end="251" /&gt;&lt;CODE data-start="251" data-end="267"&gt;dataset=alerts&lt;/CODE&gt; is the legacy dataset that provides raw, granular alert records. It includes specific technical fields such as &lt;CODE data-start="379" data-end="387"&gt;action&lt;/CODE&gt; (e.g., blocked vs. detected) and &lt;CODE data-start="421" data-end="434"&gt;incident_id&lt;/CODE&gt; that are critical for detailed monitoring.&lt;/P&gt;
&lt;P data-start="481" data-end="697"&gt;&lt;CODE data-start="481" data-end="497"&gt;dataset=issues&lt;/CODE&gt; 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.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P data-start="699" data-end="846"&gt;&lt;STRONG data-start="699" data-end="726"&gt;Informational Severity:&lt;/STRONG&gt;&lt;BR data-start="726" data-end="729" /&gt;Official documentation states that "Informational" (INFO) severity alerts are not included in the &lt;CODE data-start="827" data-end="835"&gt;alerts&lt;/CODE&gt; dataset.&lt;/P&gt;
&lt;P data-start="699" data-end="846"&gt;&lt;A href="https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-3.x-Documentation/Query-incident-and-alert-data" target="_blank"&gt;https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-3.x-Documentation/Query-incident-and-alert-data&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P data-start="848" data-end="1105"&gt;Historically, the &lt;CODE data-start="866" data-end="874"&gt;issues&lt;/CODE&gt; 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 &lt;CODE data-start="1052" data-end="1060"&gt;issues&lt;/CODE&gt; dataset in newer versions to reduce noise.&lt;/P&gt;
&lt;P data-start="848" data-end="1105"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1107" data-end="1307"&gt;&lt;STRONG data-start="1107" data-end="1130"&gt;Field Availability:&lt;/STRONG&gt;&lt;BR data-start="1130" data-end="1133" /&gt;Some granular fields like &lt;CODE data-start="1159" data-end="1173"&gt;DeviceAction&lt;/CODE&gt;, &lt;CODE data-start="1175" data-end="1187"&gt;IncidentID&lt;/CODE&gt;, and &lt;CODE data-start="1193" data-end="1209"&gt;ActorProcessID&lt;/CODE&gt; may be missing from the &lt;CODE data-start="1234" data-end="1242"&gt;issues&lt;/CODE&gt; dataset schema by design, as the XDM schema is still evolving.&lt;/P&gt;
&lt;H4 data-section-id="d3he2c" data-start="1309" data-end="1336"&gt;When to Use Each Dataset:&lt;/H4&gt;
&lt;UL data-start="1338" data-end="1717"&gt;
&lt;LI data-section-id="wlk20r" data-start="1338" data-end="1426"&gt;&lt;STRONG data-start="1340" data-end="1405"&gt;Granular technical analysis of blocked vs. monitored actions:&lt;/STRONG&gt; &lt;CODE data-start="1406" data-end="1424"&gt;dataset = alerts&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI data-section-id="13rbs0b" data-start="1427" data-end="1529"&gt;&lt;STRONG data-start="1429" data-end="1508"&gt;Legacy automation or scripts relying on specific field names like &lt;CODE data-start="1497" data-end="1505"&gt;action&lt;/CODE&gt;:&lt;/STRONG&gt; &lt;CODE data-start="1509" data-end="1527"&gt;dataset = alerts&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI data-section-id="13nbv6s" data-start="1530" data-end="1622"&gt;&lt;STRONG data-start="1532" data-end="1601"&gt;General security monitoring aligned with the modern UI/dashboard:&lt;/STRONG&gt; &lt;CODE data-start="1602" data-end="1620"&gt;dataset = issues&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI data-section-id="sjlw9l" data-start="1623" data-end="1717"&gt;&lt;STRONG data-start="1625" data-end="1696"&gt;XDM-based reporting and custom widgets in newer XDR/XSIAM versions:&lt;/STRONG&gt; &lt;CODE data-start="1697" data-end="1715"&gt;dataset = issues&lt;/CODE&gt;&lt;CODE data-start="1697" data-end="1715"&gt;&lt;/CODE&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;H4 data-section-id="1s53ssp" data-start="1719" data-end="1755"&gt;Why the Results Come Out the Same:&lt;/H4&gt;
&lt;P data-start="1757" data-end="1813"&gt;If your query results are identical, it typically means:&lt;/P&gt;
&lt;OL data-start="1815" data-end="2251"&gt;
&lt;LI data-section-id="64g7t1" data-start="1815" data-end="2087"&gt;&lt;STRONG data-start="1818" data-end="1848"&gt;No "Informational" Alerts:&lt;/STRONG&gt; Both datasets are currently returning only Low, Medium, High, and Critical alerts for your selected timeframe. Since &lt;CODE data-start="1966" data-end="1974"&gt;alerts&lt;/CODE&gt; excludes INFO by default and newer versions of &lt;CODE data-start="2022" data-end="2030"&gt;issues&lt;/CODE&gt; have also begun excluding them, the counts will match.&lt;/LI&gt;
&lt;LI data-section-id="ney8p3" data-start="2089" data-end="2251"&gt;&lt;STRONG data-start="2092" data-end="2111"&gt;Version Parity:&lt;/STRONG&gt; In Unified Platform (v5.0+) environments, the underlying data for "Alerts" and "Issues" has been largely unified in the backend database.&lt;/LI&gt;
&lt;/OL&gt;
&lt;H4 data-section-id="pcgwft" data-start="2253" data-end="2269"&gt;How to Verify:&lt;/H4&gt;
&lt;P data-start="2271" data-end="2326"&gt;You can check for differences in your environment with:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="relative w-full mt-4 mb-1"&gt;
&lt;DIV class=""&gt;
&lt;DIV class="relative"&gt;
&lt;DIV class="h-full min-h-0 min-w-0"&gt;
&lt;DIV class="h-full min-h-0 min-w-0"&gt;
&lt;DIV class="border border-token-border-light border-radius-3xl corner-superellipse/1.1 rounded-3xl"&gt;
&lt;DIV class="h-full w-full border-radius-3xl bg-token-bg-elevated-secondary corner-superellipse/1.1 overflow-clip rounded-3xl lxnfua_clipPathFallback"&gt;
&lt;DIV class="relative"&gt;
&lt;DIV class="pe-11 pt-3"&gt;
&lt;DIV class="relative z-0 flex max-w-full"&gt;
&lt;DIV id="code-block-viewer" class="q9tKkq_viewer cm-editor z-10 light:cm-light dark:cm-light flex h-full w-full flex-col items-stretch ͼd ͼr" dir="ltr"&gt;
&lt;DIV class="cm-scroller"&gt;
&lt;PRE class="cm-content q9tKkq_readonly m-0"&gt;&lt;CODE&gt;&lt;SPAN&gt;dataset = issues &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;| filter severity = "INFO"&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;&lt;SPAN&gt;If this returns zero results, the datasets will appear identical in count for standard queries.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P data-start="2382" data-end="2477" data-is-last-node="" data-is-only-node=""&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you feel this has answered your query, please let us know by clicking&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;like&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and on&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;"mark this as a Solution".&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;S. Subashkar Sekar&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2026 13:29:46 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/is-there-a-difference-between-issues-and-alerts-in-xql-queries/m-p/1253389#M9294</guid>
      <dc:creator>susekar</dc:creator>
      <dc:date>2026-05-01T13:29:46Z</dc:date>
    </item>
  </channel>
</rss>

