<?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: xdr_data dataset only returns nulls in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xdr-data-dataset-only-returns-nulls/m-p/529208#M3500</link>
    <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/270699"&gt;@IanRedden&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;Your filter is very broad, you only limit the last 100 entries, but&lt;/P&gt;
&lt;P&gt;- You haven't specified any event type, nor sorted by anything&lt;/P&gt;
&lt;P&gt;- So the 100 events that you have received show all empty values, because the fields that are shown by default are not relevant for this event.&lt;/P&gt;
&lt;P&gt;- If you tell the query to show all available fields and then tell the GUI to show all those fields in the return table you should see at least something &lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;dataset = xdr_data
| fields *
| limit 100&lt;/LI-CODE&gt;
&lt;P&gt;Above should return all fields of xdr_data dataset, but you still need to tell the GUI to show them in the return table&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Astardzhiev_0-1675115815457.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/47536i31AED5A652B39CFE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Astardzhiev_0-1675115815457.png" alt="Astardzhiev_0-1675115815457.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Click on the three dots and there you select all fields.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You query is still very broad so it is better to know what you are looking for and apply some better filters before showing the last 100 events.&lt;/P&gt;</description>
    <pubDate>Mon, 30 Jan 2023 21:58:35 GMT</pubDate>
    <dc:creator>aleksandar.astardzhiev</dc:creator>
    <dc:date>2023-01-30T21:58:35Z</dc:date>
    <item>
      <title>xdr_data dataset only returns nulls</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xdr-data-dataset-only-returns-nulls/m-p/529178#M3499</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IanRedden_0-1675103876532.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/47520iD62212D5A13FB7E1/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="IanRedden_0-1675103876532.png" alt="IanRedden_0-1675103876532.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any idea why this might be happening?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am expecting to see data from my Cisco ASA firewalls, XDR Agents and hopefully some causality/actor information.&amp;nbsp; I only get Nulls.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 18:38:56 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xdr-data-dataset-only-returns-nulls/m-p/529178#M3499</guid>
      <dc:creator>IanRedden</dc:creator>
      <dc:date>2023-01-30T18:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: xdr_data dataset only returns nulls</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xdr-data-dataset-only-returns-nulls/m-p/529208#M3500</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/270699"&gt;@IanRedden&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;Your filter is very broad, you only limit the last 100 entries, but&lt;/P&gt;
&lt;P&gt;- You haven't specified any event type, nor sorted by anything&lt;/P&gt;
&lt;P&gt;- So the 100 events that you have received show all empty values, because the fields that are shown by default are not relevant for this event.&lt;/P&gt;
&lt;P&gt;- If you tell the query to show all available fields and then tell the GUI to show all those fields in the return table you should see at least something &lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;dataset = xdr_data
| fields *
| limit 100&lt;/LI-CODE&gt;
&lt;P&gt;Above should return all fields of xdr_data dataset, but you still need to tell the GUI to show them in the return table&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Astardzhiev_0-1675115815457.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/47536i31AED5A652B39CFE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Astardzhiev_0-1675115815457.png" alt="Astardzhiev_0-1675115815457.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Click on the three dots and there you select all fields.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You query is still very broad so it is better to know what you are looking for and apply some better filters before showing the last 100 events.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 21:58:35 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xdr-data-dataset-only-returns-nulls/m-p/529208#M3500</guid>
      <dc:creator>aleksandar.astardzhiev</dc:creator>
      <dc:date>2023-01-30T21:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: xdr_data dataset only returns nulls</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xdr-data-dataset-only-returns-nulls/m-p/529474#M3524</link>
      <description>&lt;P&gt;What does XDR_Data include? Everything? Including syslogs forwarded from the Broker VM?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 14:29:11 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xdr-data-dataset-only-returns-nulls/m-p/529474#M3524</guid>
      <dc:creator>IanRedden</dc:creator>
      <dc:date>2023-02-01T14:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: xdr_data dataset only returns nulls</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xdr-data-dataset-only-returns-nulls/m-p/529481#M3525</link>
      <description>&lt;P&gt;Here is an example...&lt;/P&gt;
&lt;P&gt;In my test environment, we ran AttackIQ to generate alerts.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IanRedden_0-1675262511184.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/47576i82CAF19F400C82E7/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="IanRedden_0-1675262511184.png" alt="IanRedden_0-1675262511184.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I am looking for the above data from an XQL query searching on an indicator.&amp;nbsp; For example, show me XDR events from "DESKTOP-E0AMMSK".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This query:&lt;/P&gt;
&lt;P&gt;config case_sensitive = false&lt;BR /&gt;| preset = network_story &lt;BR /&gt;| fields *&lt;BR /&gt;| filter agent_hostname = "DESKTOP-E0AMMSK"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Returns no results for a 1M period.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 14:43:32 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xdr-data-dataset-only-returns-nulls/m-p/529481#M3525</guid>
      <dc:creator>IanRedden</dc:creator>
      <dc:date>2023-02-01T14:43:32Z</dc:date>
    </item>
  </channel>
</rss>

