<?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 Cortex XDR Timeline to XQL in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-timeline-to-xql/m-p/597276#M7162</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For our SOC report, we want to have this table with the average statistics of last week's monitoring, including average time to assign, time to respond etc. Is there a way to extract these timestamps from the incident's timeline on XQL and therefore make a custom widget? If not, what kind of bypass are there? Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Mon, 09 Sep 2024 07:20:56 GMT</pubDate>
    <dc:creator>paIoaItonetworks</dc:creator>
    <dc:date>2024-09-09T07:20:56Z</dc:date>
    <item>
      <title>Cortex XDR Timeline to XQL</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-timeline-to-xql/m-p/597276#M7162</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For our SOC report, we want to have this table with the average statistics of last week's monitoring, including average time to assign, time to respond etc. Is there a way to extract these timestamps from the incident's timeline on XQL and therefore make a custom widget? If not, what kind of bypass are there? Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 07:20:56 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-timeline-to-xql/m-p/597276#M7162</guid>
      <dc:creator>paIoaItonetworks</dc:creator>
      <dc:date>2024-09-09T07:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Cortex XDR Timeline to XQL</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-timeline-to-xql/m-p/597324#M7169</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/955812681"&gt;@paIoaItonetworks&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reaching out on LiveCommunity!&lt;/P&gt;
&lt;P&gt;Below is a reference query which you can use and build up your use case. It gives you Time to assignment of incidents and Time to resolution of incidents.&lt;/P&gt;
&lt;P&gt;dataset = incidents &lt;BR /&gt;| alter TimeToAssign = timestamp_diff(first_assignment_ts ,creation_time,"MINUTE")&lt;BR /&gt;| alter HourToResolve = timestamp_diff(resolved_ts,creation_time,"HOUR")&lt;BR /&gt;| alter MinToResolve = timestamp_diff(resolved_ts,creation_time,"MINUTE")&lt;BR /&gt;| fields creation_time , resolved_ts , first_assignment_ts ,TimeToAssign , HourToResolve , MinToResolve&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please c&lt;SPAN&gt;lick&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Accept as Solution&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;to acknowledge that the answer to your question has been provided.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 15:48:58 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-timeline-to-xql/m-p/597324#M7169</guid>
      <dc:creator>nsinghvirk</dc:creator>
      <dc:date>2024-09-09T15:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cortex XDR Timeline to XQL</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-timeline-to-xql/m-p/597382#M7171</link>
      <description>&lt;P&gt;There is no "first_assignment_ts" function in XQL&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paIoaItonetworks_0-1725947018893.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/62162i1100D5632467FAEF/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="paIoaItonetworks_0-1725947018893.png" alt="paIoaItonetworks_0-1725947018893.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2024 05:43:51 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-timeline-to-xql/m-p/597382#M7171</guid>
      <dc:creator>paIoaItonetworks</dc:creator>
      <dc:date>2024-09-10T05:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Cortex XDR Timeline to XQL</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-timeline-to-xql/m-p/597383#M7172</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;unfortunately I also don't see the "first_assignment_ts" value in the schema and this item from this query doesn't work for me,&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2024 05:51:33 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-timeline-to-xql/m-p/597383#M7172</guid>
      <dc:creator>arekf</dc:creator>
      <dc:date>2024-09-10T05:51:33Z</dc:date>
    </item>
  </channel>
</rss>

