<?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: Need help sorting my applications and endpoint names using an XQL query in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/need-help-sorting-my-applications-and-endpoint-names-using-an/m-p/571293#M5824</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hello&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/308232" target="_blank"&gt;@aspatil&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply, I&amp;nbsp;need the OS_version also like,&amp;nbsp;Windows 10,&amp;nbsp; 10.0.10240&lt;BR /&gt;i can't get the os version with query,&amp;nbsp;but it exists on host inventory &amp;gt; application &amp;gt; operating system &amp;gt; os&amp;nbsp;&lt;/SPAN&gt;version.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards.&amp;nbsp;&lt;BR /&gt;prashanta&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 30 Dec 2023 03:17:33 GMT</pubDate>
    <dc:creator>Prashanta</dc:creator>
    <dc:date>2023-12-30T03:17:33Z</dc:date>
    <item>
      <title>Need help sorting my applications and endpoint names using an XQL query</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/need-help-sorting-my-applications-and-endpoint-names-using-an/m-p/569387#M5700</link>
      <description>&lt;P&gt;I want to sort my endpoint based on all application, like which application are using which specific endpoint? using an XQL query.&lt;BR /&gt;&lt;LI-PRODUCT title="Cortex XDR" id="Cortex_XDR"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;#xql_query&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 05:25:13 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/need-help-sorting-my-applications-and-endpoint-names-using-an/m-p/569387#M5700</guid>
      <dc:creator>Prashanta</dc:creator>
      <dc:date>2023-12-12T05:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need help sorting my applications and endpoint names using an XQL query</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/need-help-sorting-my-applications-and-endpoint-names-using-an/m-p/569400#M5702</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/593283889"&gt;@Prashanta&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for writing to live community.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can use below query as a sample and modify it as per your requirement:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;preset = host_inventory_applications&lt;/P&gt;
&lt;P&gt;|fields Vendor, application_name, version, manager_name, endpoint_name&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you need the application on the number of endpoints, use below:&lt;/P&gt;
&lt;P&gt;preset = host_inventory_applications&lt;/P&gt;
&lt;P&gt;|fields Vendor, application_name, version, manager_name, endpoint_name&lt;BR /&gt;|comp count(endpoint_name) as counter by vendor, application_name, version, manager_name&lt;BR /&gt;|sort desc counter&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Please mark the response as "Accept as Solution" if it answers your query.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 06:52:44 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/need-help-sorting-my-applications-and-endpoint-names-using-an/m-p/569400#M5702</guid>
      <dc:creator>aspatil</dc:creator>
      <dc:date>2023-12-12T06:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need help sorting my applications and endpoint names using an XQL query</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/need-help-sorting-my-applications-and-endpoint-names-using-an/m-p/571064#M5809</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/308232"&gt;@aspatil&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thanks for the reply, If I add with this parameter OS type, OS version&amp;nbsp;...? how can i do that? like need windows information.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;preset = host_inventory_applications&lt;/P&gt;
&lt;P&gt;|fields Vendor, application_name, version, manager_name, endpoint_name,&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 05:17:54 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/need-help-sorting-my-applications-and-endpoint-names-using-an/m-p/571064#M5809</guid>
      <dc:creator>Prashanta</dc:creator>
      <dc:date>2023-12-28T05:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Need help sorting my applications and endpoint names using an XQL query</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/need-help-sorting-my-applications-and-endpoint-names-using-an/m-p/571136#M5815</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/593283889"&gt;@Prashanta&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use below and play around it:&lt;/P&gt;
&lt;P&gt;preset = host_inventory_applications&lt;BR /&gt;|fields Vendor, application_name, version, manager_name, endpoint_name&lt;BR /&gt;|join (preset = host_inventory_endpoints | fields endpoint_name , operating_system, os_type, endpoint_type )&lt;BR /&gt;as ep ep.endpoint_name = endpoint_name&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Please mark the response as "Accept as Solution" if it answers your query.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 16:04:04 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/need-help-sorting-my-applications-and-endpoint-names-using-an/m-p/571136#M5815</guid>
      <dc:creator>aspatil</dc:creator>
      <dc:date>2023-12-28T16:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need help sorting my applications and endpoint names using an XQL query</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/need-help-sorting-my-applications-and-endpoint-names-using-an/m-p/571293#M5824</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/308232" target="_blank"&gt;@aspatil&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply, I&amp;nbsp;need the OS_version also like,&amp;nbsp;Windows 10,&amp;nbsp; 10.0.10240&lt;BR /&gt;i can't get the os version with query,&amp;nbsp;but it exists on host inventory &amp;gt; application &amp;gt; operating system &amp;gt; os&amp;nbsp;&lt;/SPAN&gt;version.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards.&amp;nbsp;&lt;BR /&gt;prashanta&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Dec 2023 03:17:33 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/need-help-sorting-my-applications-and-endpoint-names-using-an/m-p/571293#M5824</guid>
      <dc:creator>Prashanta</dc:creator>
      <dc:date>2023-12-30T03:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Need help sorting my applications and endpoint names using an XQL query</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/need-help-sorting-my-applications-and-endpoint-names-using-an/m-p/573481#M5905</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/593283889"&gt;@Prashanta&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;preset = host_inventory_applications&lt;BR /&gt;|fields Vendor, application_name, version, manager_name, endpoint_name&lt;BR /&gt;|join(dataset = endpoints | fields endpoint_name ,operating_system, os_version, platform, endpoint_type)&lt;BR /&gt;as ep ep.endpoint_name = endpoint_name&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Please mark the response as "Accept as Solution" if it answers your query.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2024 15:17:18 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/need-help-sorting-my-applications-and-endpoint-names-using-an/m-p/573481#M5905</guid>
      <dc:creator>aspatil</dc:creator>
      <dc:date>2024-01-18T15:17:18Z</dc:date>
    </item>
  </channel>
</rss>

