<?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: XQL query to find agents seen in the last 30 days in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xql-query-to-find-agents-seen-in-the-last-30-days/m-p/472935#M1675</link>
    <description>&lt;P&gt;Working like a charm ... !&amp;nbsp; Thanks&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/201814"&gt;@tyler_bailey&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Mar 2022 17:20:23 GMT</pubDate>
    <dc:creator>MartinCimone</dc:creator>
    <dc:date>2022-03-14T17:20:23Z</dc:date>
    <item>
      <title>XQL query to find agents seen in the last 30 days</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xql-query-to-find-agents-seen-in-the-last-30-days/m-p/472910#M1673</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking to create a report that will list all endpoints seen in the last 30 days.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created an XQL query that will return all endpoints but I am not able to filter this query to limit the scope to agents that have been seen in the last 30 days ONLY.&lt;/P&gt;&lt;P&gt;-------------------------------&lt;/P&gt;&lt;P&gt;config case_sensitive = false&lt;BR /&gt;| dataset = endpoints&lt;BR /&gt;| fields endpoint_name , endpoint_type , endpoint_status , last_seen&lt;/P&gt;&lt;P&gt;--------------------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know how I can achieve this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;#Cortex XDR&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 16:20:12 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xql-query-to-find-agents-seen-in-the-last-30-days/m-p/472910#M1673</guid>
      <dc:creator>MartinCimone</dc:creator>
      <dc:date>2022-03-14T16:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: XQL query to find agents seen in the last 30 days</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xql-query-to-find-agents-seen-in-the-last-30-days/m-p/472932#M1674</link>
      <description>&lt;P&gt;See if this query gets what you are after.&lt;BR /&gt;&lt;BR /&gt;config case_sensitive = false&lt;/P&gt;&lt;P&gt;| dataset = endpoints&lt;BR /&gt;| fields endpoint_name , endpoint_type , endpoint_status , last_seen&lt;BR /&gt;| alter last_seen_days = timestamp_diff(current_time(), last_seen, "DAY")&lt;BR /&gt;| filter last_seen_days &amp;lt;= 30&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 17:11:22 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xql-query-to-find-agents-seen-in-the-last-30-days/m-p/472932#M1674</guid>
      <dc:creator>tyler_bailey</dc:creator>
      <dc:date>2022-03-14T17:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: XQL query to find agents seen in the last 30 days</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xql-query-to-find-agents-seen-in-the-last-30-days/m-p/472935#M1675</link>
      <description>&lt;P&gt;Working like a charm ... !&amp;nbsp; Thanks&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/201814"&gt;@tyler_bailey&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 17:20:23 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xql-query-to-find-agents-seen-in-the-last-30-days/m-p/472935#M1675</guid>
      <dc:creator>MartinCimone</dc:creator>
      <dc:date>2022-03-14T17:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: XQL query to find agents seen in the last 30 days</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xql-query-to-find-agents-seen-in-the-last-30-days/m-p/531935#M3678</link>
      <description>&lt;P&gt;Hi Can you suggest on below cmd&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;| alter last_seen_days = timestamp_diff(current_time(), last_seen, "DAY")&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;how to use these with an example&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 04:05:07 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xql-query-to-find-agents-seen-in-the-last-30-days/m-p/531935#M3678</guid>
      <dc:creator>NitinYadav</dc:creator>
      <dc:date>2023-02-22T04:05:07Z</dc:date>
    </item>
  </channel>
</rss>

