<?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: Query in Lucene syntax don't get the created data time in Cortex XSOAR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/query-in-lucene-syntax-don-t-get-the-created-data-time/m-p/514718#M1191</link>
    <description>&lt;P&gt;Thanks for the reply,&lt;/P&gt;
&lt;P&gt;How is called that called that time transformer in XSOAR?&lt;/P&gt;</description>
    <pubDate>Tue, 13 Sep 2022 12:56:22 GMT</pubDate>
    <dc:creator>Josep</dc:creator>
    <dc:date>2022-09-13T12:56:22Z</dc:date>
    <item>
      <title>Query in Lucene syntax don't get the created data time</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/query-in-lucene-syntax-don-t-get-the-created-data-time/m-p/514685#M1185</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to use the automation "&lt;SPAN class=""&gt;SearchIncidentsV2" to get the incidents with two conditions: the name and a range of time.&amp;nbsp;&lt;I class=""&gt;&lt;/I&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;To achieve this, first I created a simple Query to get only the incidentes with a name.&amp;nbsp; &amp;nbsp;&lt;STRONG&gt;name: "name of playbook"&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;It works and a markdown file can be downloaded with all the incidents and other info, like when was created.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So now, to check the query with the created time, a new query is proved:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;name: "name of playbook" AND created:"2021-09-09T11:29:06.591074026+02:00"&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It's not a range, but it should work. It doesn't&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Next try, only with the created:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;created."2021-09-09T11:29:06.591074026+02:00"&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;It doesn't work neither.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Am I missing something? the data columns are from an other place? not from the markdown? the date format is wrong?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When the ID is with the name it works:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;name: "name of playbook" AND id:"10744"&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;This works fine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 07:15:24 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/query-in-lucene-syntax-don-t-get-the-created-data-time/m-p/514685#M1185</guid>
      <dc:creator>Josep</dc:creator>
      <dc:date>2022-09-13T07:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Query in Lucene syntax don't get the created data time</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/query-in-lucene-syntax-don-t-get-the-created-data-time/m-p/514715#M1190</link>
      <description>&lt;P&gt;Created dates are quite formatted correctly.&amp;nbsp;created:"2021-09-09T11:29:06.591074026+02:00" should be&amp;nbsp;created:"2021-09-09T11:29:06.591074026 +0200". There is a missing space between the TZ and also need to remove the ':' from the timezone.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Adam&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 12:31:35 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/query-in-lucene-syntax-don-t-get-the-created-data-time/m-p/514715#M1190</guid>
      <dc:creator>ABurt</dc:creator>
      <dc:date>2022-09-13T12:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Query in Lucene syntax don't get the created data time</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/query-in-lucene-syntax-don-t-get-the-created-data-time/m-p/514718#M1191</link>
      <description>&lt;P&gt;Thanks for the reply,&lt;/P&gt;
&lt;P&gt;How is called that called that time transformer in XSOAR?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 12:56:22 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/query-in-lucene-syntax-don-t-get-the-created-data-time/m-p/514718#M1191</guid>
      <dc:creator>Josep</dc:creator>
      <dc:date>2022-09-13T12:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Query in Lucene syntax don't get the created data time</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/query-in-lucene-syntax-don-t-get-the-created-data-time/m-p/515084#M1208</link>
      <description>&lt;P&gt;I couldn't not find the proper Query for the timestamp. So I finally, created another task getting the last incident created from the output of the Query and compering the current time minus 14 days in my case, with the time of the last incident created.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 12:23:55 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/query-in-lucene-syntax-don-t-get-the-created-data-time/m-p/515084#M1208</guid>
      <dc:creator>Josep</dc:creator>
      <dc:date>2022-09-16T12:23:55Z</dc:date>
    </item>
  </channel>
</rss>

