<?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: Inconsistent XQL search results in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/inconsistent-xql-search-results/m-p/389204#M577</link>
    <description>&lt;P&gt;For anyone looking to know how this was resolved, a bug was registered for this problem which should be resolved in Cortex XDR version 2.8. As a workaround, you can use the two-letter country code to yield the same result. For example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For "&lt;SPAN&gt;IRAN_,ISLAMIC REPUBLIC OF"&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; dataset = xdr_data | fields action_country | dedup action_country | filter (action_country = "IR")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or "&lt;SPAN&gt;VIRGIN_ISLANDS,_BRITISH":&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; dataset = xdr_data | fields action_country | dedup action_country | filter (action_country = "VG")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A list of two-letter country codes can be found &lt;A href="https://www.nationsonline.org/oneworld/country_code_list.htm" target="_self"&gt;here&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Mar 2021 21:00:57 GMT</pubDate>
    <dc:creator>gjenkins</dc:creator>
    <dc:date>2021-03-04T21:00:57Z</dc:date>
    <item>
      <title>Inconsistent XQL search results</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/inconsistent-xql-search-results/m-p/383630#M536</link>
      <description>&lt;P&gt;When carrying out XQL search...."dataset = xdr_data | fields action_country | dedup action_country"&lt;/P&gt;&lt;P&gt;I receive a set of results with different action_country values as expected.&lt;/P&gt;&lt;P&gt;If I then take one of these values ie Switzerland and run "dataset = xdr_data | fields action_country | filter action_country = SWITZERLAND"&lt;/P&gt;&lt;P&gt;I receive expected results.&lt;/P&gt;&lt;P&gt;If i run the same search with "dataset = xdr_data | fields action_country | filter action_country = IRAN,_ISLAMIC_REPUBLIC_OF " it will not allow me to run the search, as if the search rule is not complete. Surrounding IRAN_,ISLAMIC REPUBLIC OF in quotes allows me to carry out the search however then returns no results despite results being returned in the first search&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 13:50:00 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/inconsistent-xql-search-results/m-p/383630#M536</guid>
      <dc:creator>John_Lodge</dc:creator>
      <dc:date>2021-02-03T13:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent XQL search results</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/inconsistent-xql-search-results/m-p/384805#M546</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/162535"&gt;@John_Lodge&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would appear that the value "&lt;SPAN&gt;IRAN_,ISLAMIC REPUBLIC OF,"&lt;/SPAN&gt;&amp;nbsp;which is a string, is not being parsed properly by XQL. Have you had the opportunity to report this to Support for review?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 16:34:11 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/inconsistent-xql-search-results/m-p/384805#M546</guid>
      <dc:creator>gjenkins</dc:creator>
      <dc:date>2021-02-09T16:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent XQL search results</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/inconsistent-xql-search-results/m-p/389204#M577</link>
      <description>&lt;P&gt;For anyone looking to know how this was resolved, a bug was registered for this problem which should be resolved in Cortex XDR version 2.8. As a workaround, you can use the two-letter country code to yield the same result. For example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For "&lt;SPAN&gt;IRAN_,ISLAMIC REPUBLIC OF"&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; dataset = xdr_data | fields action_country | dedup action_country | filter (action_country = "IR")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or "&lt;SPAN&gt;VIRGIN_ISLANDS,_BRITISH":&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; dataset = xdr_data | fields action_country | dedup action_country | filter (action_country = "VG")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A list of two-letter country codes can be found &lt;A href="https://www.nationsonline.org/oneworld/country_code_list.htm" target="_self"&gt;here&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 21:00:57 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/inconsistent-xql-search-results/m-p/389204#M577</guid>
      <dc:creator>gjenkins</dc:creator>
      <dc:date>2021-03-04T21:00:57Z</dc:date>
    </item>
  </channel>
</rss>

