<?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: Cortex XSIAM XQL Query Issue in Cortex XSIAM Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xsiam-discussions/cortex-xsiam-xql-query-issue/m-p/580524#M36</link>
    <description>&lt;P&gt;Hi Mohitparashar,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The '=' operator is an exact match operator, it does not accept wildcards as you are trying to use them.&amp;nbsp; Also, since contains is already a substring search, you needn't include the wildcards in your search.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Mar 2024 14:40:09 GMT</pubDate>
    <dc:creator>afurze</dc:creator>
    <dc:date>2024-03-15T14:40:09Z</dc:date>
    <item>
      <title>Cortex XSIAM XQL Query Issue</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsiam-discussions/cortex-xsiam-xql-query-issue/m-p/580233#M35</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;I was searching some logs and I found the query I was running initially was just different from the later (2nd) query, however, I was not getting any results for first time but got the results by 2nd query. I moto here just to understand what was the difference using contains or in or "=" for the message or event log fiels while filter out the data. Please find the queries below. &lt;BR /&gt;&lt;BR /&gt;1st Query: (failed to give any results)&lt;BR /&gt;&lt;BR /&gt;config case_sensitive = false timeframe = 2d&lt;BR /&gt;| dataset = microsoft_windows_raw &lt;BR /&gt;| filter event_id in (4729, 4733, 4735) and message &lt;STRONG&gt;=&lt;/STRONG&gt; "*hide for privacy*"&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;*****************************************************************************************&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2nd Query: (Provided the exact event results)&lt;BR /&gt;&lt;BR /&gt;config case_sensitive = false timeframe = 2d&lt;BR /&gt;| dataset = microsoft_windows_raw &lt;BR /&gt;| filter event_id in (4729, 4733, 4735) and message contains "*hide for privacy*"&lt;BR /&gt;&lt;BR /&gt;Any help or right explaination for this will be appreciated&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;LI-PRODUCT title="Cortex XSIAM" id="Cortex_XSIAM"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/203673"&gt;@jtalton&lt;/a&gt;&amp;nbsp; &lt;LI-PRODUCT title="Cortex XDR" id="Cortex_XDR"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 15:27:43 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsiam-discussions/cortex-xsiam-xql-query-issue/m-p/580233#M35</guid>
      <dc:creator>Mohitparashar</dc:creator>
      <dc:date>2024-03-13T15:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Cortex XSIAM XQL Query Issue</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsiam-discussions/cortex-xsiam-xql-query-issue/m-p/580524#M36</link>
      <description>&lt;P&gt;Hi Mohitparashar,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The '=' operator is an exact match operator, it does not accept wildcards as you are trying to use them.&amp;nbsp; Also, since contains is already a substring search, you needn't include the wildcards in your search.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 14:40:09 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsiam-discussions/cortex-xsiam-xql-query-issue/m-p/580524#M36</guid>
      <dc:creator>afurze</dc:creator>
      <dc:date>2024-03-15T14:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Cortex XSIAM XQL Query Issue</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsiam-discussions/cortex-xsiam-xql-query-issue/m-p/580664#M37</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/219403"&gt;@afurze&lt;/a&gt;,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Appreciate you reply, could you please confirm the difference between Message "&lt;STRONG&gt;contains&lt;/STRONG&gt;" and Message "&lt;STRONG&gt;In&lt;/STRONG&gt;". Sometimes using "&lt;STRONG&gt;In&lt;/STRONG&gt;" operator give me the exact results I'm looking for but there was situations the operator return 0 value without giving me any error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Mar 2024 09:54:34 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsiam-discussions/cortex-xsiam-xql-query-issue/m-p/580664#M37</guid>
      <dc:creator>Mohitparashar</dc:creator>
      <dc:date>2024-03-17T09:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cortex XSIAM XQL Query Issue</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsiam-discussions/cortex-xsiam-xql-query-issue/m-p/580812#M38</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/322451"&gt;@Mohitparashar&lt;/a&gt;&amp;nbsp;the&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;in&lt;/STRONG&gt;&lt;/EM&gt; operator supports wildcards and can function identically to&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;contains&lt;/STRONG&gt;&lt;/EM&gt;&lt;EM&gt;.&lt;/EM&gt;&amp;nbsp;For example, these two queries are essentially the same:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jorandall_1-1710779721314.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/58455i980D8B7308CCE0D2/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="jorandall_1-1710779721314.png" alt="jorandall_1-1710779721314.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jorandall_0-1710779652789.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/58454i4F66041E861DBDCD/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="jorandall_0-1710779652789.png" alt="jorandall_0-1710779652789.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Link to the docs:&amp;nbsp;&lt;A href="https://docs-cortex.paloaltonetworks.com/r/Cortex-XSIAM/Cortex-XSIAM-XQL-Language-Reference/Supported-Operators" target="_blank"&gt;https://docs-cortex.paloaltonetworks.com/r/Cortex-XSIAM/Cortex-XSIAM-XQL-Language-Reference/Supported-Operators&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 16:35:47 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsiam-discussions/cortex-xsiam-xql-query-issue/m-p/580812#M38</guid>
      <dc:creator>jorandall</dc:creator>
      <dc:date>2024-03-18T16:35:47Z</dc:date>
    </item>
  </channel>
</rss>

