<?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 Re: How to Filter Incidents by Creation Time in XQL Within a Specific Timeframe? in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/how-to-filter-incidents-by-creation-time-in-xql-within-a/m-p/1226174#M8207</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image (1).png" style="width: 983px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/67042iAB4AB369A7AD9534/image-size/large?v=v2&amp;amp;px=999" role="button" title="image (1).png" alt="image (1).png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This error occurs.&lt;/P&gt;</description>
    <pubDate>Thu, 10 Apr 2025 05:09:59 GMT</pubDate>
    <dc:creator>Chamindu</dc:creator>
    <dc:date>2025-04-10T05:09:59Z</dc:date>
    <item>
      <title>How to Filter Incidents by Creation Time in XQL Within a Specific Timeframe?</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/how-to-filter-incidents-by-creation-time-in-xql-within-a/m-p/1225909#M8194</link>
      <description>&lt;P&gt;I need to write an XQL query for a &lt;STRONG data-start="107" data-end="129"&gt;fortnightly report&lt;/STRONG&gt;. The query I currently use is shown below, but it's incorrect for my purpose:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;config timeframe between "2025-03-01 00:00:00 +0000" and "2025-03-15 23:59:59 +0000" 
| dataset = incidents 
| filter status in (ENUM.RESOLVED_FALSE_POSITIVE, ENUM.RESOLVED_TRUE_POSITIVE)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="" data-start="409" data-end="634"&gt;Although I have defined the timeframe, this query does &lt;STRONG data-start="464" data-end="523"&gt;not filter incidents created only within that timeframe&lt;/STRONG&gt;. It includes incidents that may have been created outside the timeframe but were updated during the timeframe.&lt;/P&gt;
&lt;P class="" data-start="409" data-end="634"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="" data-start="636" data-end="786"&gt;What I actually need is to &lt;STRONG data-start="663" data-end="752"&gt;filter and list only the incidents that were &lt;EM data-start="710" data-end="719"&gt;created&lt;/EM&gt; during this specific timeframe&lt;/STRONG&gt; (from March 1 to March 15, 2025)&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2025 07:17:56 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/how-to-filter-incidents-by-creation-time-in-xql-within-a/m-p/1225909#M8194</guid>
      <dc:creator>Chamindu</dc:creator>
      <dc:date>2025-04-08T07:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to Filter Incidents by Creation Time in XQL Within a Specific Timeframe?</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/how-to-filter-incidents-by-creation-time-in-xql-within-a/m-p/1226085#M8200</link>
      <description>&lt;P&gt;You may try something like below:&lt;BR /&gt;dataset = incidents&lt;BR /&gt;| filter status in (ENUM.RESOLVED_FALSE_POSITIVE, ENUM.RESOLVED_TRUE_POSITIVE)&lt;BR /&gt;|filter creation_time &amp;gt;= "2025-03-01 00:00:00 +0000" and creation_time &amp;lt;="2025-03-15 23:59:59 +0000" &lt;BR /&gt;| fields incident_id, creation_time, status, severity, description&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you feel this has answered your query, please let us know by clicking like and&amp;nbsp; on "mark this as a Solution". Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2025 13:19:01 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/how-to-filter-incidents-by-creation-time-in-xql-within-a/m-p/1226085#M8200</guid>
      <dc:creator>aspatil</dc:creator>
      <dc:date>2025-04-09T13:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to Filter Incidents by Creation Time in XQL Within a Specific Timeframe?</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/how-to-filter-incidents-by-creation-time-in-xql-within-a/m-p/1226174#M8207</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image (1).png" style="width: 983px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/67042iAB4AB369A7AD9534/image-size/large?v=v2&amp;amp;px=999" role="button" title="image (1).png" alt="image (1).png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This error occurs.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2025 05:09:59 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/how-to-filter-incidents-by-creation-time-in-xql-within-a/m-p/1226174#M8207</guid>
      <dc:creator>Chamindu</dc:creator>
      <dc:date>2025-04-10T05:09:59Z</dc:date>
    </item>
  </channel>
</rss>

