<?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 How to use XQL to search for cloud inventory assets? in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/how-to-use-xql-to-search-for-cloud-inventory-assets/m-p/579092#M6234</link>
    <description>&lt;P&gt;Does anyone knows which is the dataset for cloud inventory?&lt;BR /&gt;I cant seem to find the dataset meant for cloud inventory specifically for AWS.&lt;/P&gt;
&lt;P&gt;Does anyone know if this is even available for xql searches?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, I cant seem to have asset widget for managed/unmanaged assets available for use.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Mon, 04 Mar 2024 02:30:22 GMT</pubDate>
    <dc:creator>DLee35</dc:creator>
    <dc:date>2024-03-04T02:30:22Z</dc:date>
    <item>
      <title>How to use XQL to search for cloud inventory assets?</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/how-to-use-xql-to-search-for-cloud-inventory-assets/m-p/579092#M6234</link>
      <description>&lt;P&gt;Does anyone knows which is the dataset for cloud inventory?&lt;BR /&gt;I cant seem to find the dataset meant for cloud inventory specifically for AWS.&lt;/P&gt;
&lt;P&gt;Does anyone know if this is even available for xql searches?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, I cant seem to have asset widget for managed/unmanaged assets available for use.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 02:30:22 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/how-to-use-xql-to-search-for-cloud-inventory-assets/m-p/579092#M6234</guid>
      <dc:creator>DLee35</dc:creator>
      <dc:date>2024-03-04T02:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to use XQL to search for cloud inventory assets?</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/how-to-use-xql-to-search-for-cloud-inventory-assets/m-p/579260#M6248</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/242253"&gt;@DLee35&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks for reaching out on LiveCommunity!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;There is no dataset for cloud inventory.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can create your own query to see the managed/unmanaged assets. Before that, please note below information&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE class="informaltable frame-void rules-rows"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="td"&gt;
&lt;P class=""&gt;&lt;SPAN&gt;It indicates whether an iOS device has a corporate profile installed on it and is to some extent controlled and&amp;nbsp;&lt;SPAN class="proto-highlight"&gt;managed&lt;/SPAN&gt;&amp;nbsp;by the corporation.&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV class="itemizedlist"&gt;
&lt;UL class="itemizedlist"&gt;
&lt;LI class="listitem"&gt;
&lt;P class=""&gt;&lt;SPAN class="guilabel"&gt;Managed&lt;/SPAN&gt;&lt;SPAN&gt;—the iOS device is controlled and&amp;nbsp;&lt;SPAN class="proto-highlight"&gt;managed&lt;/SPAN&gt;&amp;nbsp;by the corporation.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="listitem"&gt;
&lt;P class=""&gt;&lt;SPAN class="guilabel"&gt;Unmanaged&lt;/SPAN&gt;&lt;SPAN&gt;—the iOS device is not controlled and&amp;nbsp;&lt;SPAN class="proto-highlight"&gt;managed&lt;/SPAN&gt;&amp;nbsp;by the corporation.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sample Query to see the managed/unmanaged assets:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;dataset = endpoints &lt;BR /&gt;| fields endpoint_name , endpoint_id , endpoint_type , managed_device , os_version &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can modify the query as per the requirement and create a widget out of it.&lt;/SPAN&gt;&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 on "mark this as a Solution". Thank you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 07:28:50 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/how-to-use-xql-to-search-for-cloud-inventory-assets/m-p/579260#M6248</guid>
      <dc:creator>aspatil</dc:creator>
      <dc:date>2024-03-05T07:28:50Z</dc:date>
    </item>
  </channel>
</rss>

