<?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: How to find incidents with a particular key present in context ? in Cortex XSOAR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-find-incidents-with-a-particular-key-present-in-context/m-p/528974#M1736</link>
    <description>&lt;P&gt;The one in incident context subset will be called "incident.ExtractedFields" in case you want to keep the original name.&lt;/P&gt;</description>
    <pubDate>Fri, 27 Jan 2023 22:47:35 GMT</pubDate>
    <dc:creator>SanDev</dc:creator>
    <dc:date>2023-01-27T22:47:35Z</dc:date>
    <item>
      <title>How to find incidents with a particular key present in context ?</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-find-incidents-with-a-particular-key-present-in-context/m-p/527600#M1651</link>
      <description>&lt;P&gt;whenever there is an email thread involved in the incident,&amp;nbsp; a field in the context is created as&amp;nbsp;EmailThreads: [{email1 values}, {email 2 values}]&lt;BR /&gt;&lt;BR /&gt;I want to find all the incidents which have this email thread involved.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 19:15:34 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-find-incidents-with-a-particular-key-present-in-context/m-p/527600#M1651</guid>
      <dc:creator>bhargav_11</dc:creator>
      <dc:date>2023-01-18T19:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to find incidents with a particular key present in context ?</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-find-incidents-with-a-particular-key-present-in-context/m-p/527613#M1652</link>
      <description>&lt;P&gt;To find all incidents that have a value assigned to EmailThreads, you can use this filter:&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;-emailthreads:""&lt;/LI-CODE&gt;
&lt;P&gt;This shows all incidents where the EmailThreads fields is not empty. This relies on the machine name of the field so if it is not emailthreads you will need to adjust it. Hope this helps!&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 21:06:57 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-find-incidents-with-a-particular-key-present-in-context/m-p/527613#M1652</guid>
      <dc:creator>amontminy</dc:creator>
      <dc:date>2023-01-18T21:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to find incidents with a particular key present in context ?</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-find-incidents-with-a-particular-key-present-in-context/m-p/527652#M1653</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bhargav_11_0-1674109791544.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/47177i7E4EC993D2FCC24E/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="bhargav_11_0-1674109791544.png" alt="bhargav_11_0-1674109791544.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This is my context I have &lt;STRONG&gt;ExtractedFields&lt;/STRONG&gt; as a dictionary with several values in it.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bhargav_11_1-1674109884163.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/47178iD0999982B4E178A2/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="bhargav_11_1-1674109884163.png" alt="bhargav_11_1-1674109884163.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;When i do&amp;nbsp;&lt;STRONG&gt;-ExtractedFields: ""&amp;nbsp;&lt;/STRONG&gt;its not showing the incident.&lt;BR /&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/263879"&gt;@amontminy&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 06:32:11 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-find-incidents-with-a-particular-key-present-in-context/m-p/527652#M1653</guid>
      <dc:creator>bhargav_11</dc:creator>
      <dc:date>2023-01-19T06:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to find incidents with a particular key present in context ?</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-find-incidents-with-a-particular-key-present-in-context/m-p/527734#M1659</link>
      <description>&lt;P&gt;In that screenshot, ExtractedFields is in the context of the incident but is not being used as a field in the incident. Only incident fields are indexed and are filterable since the amount of data in context can be overwhelming. Only the subset of data under incident can be used to filter. In its current state you can't filter based on ExtractedFields, you would need to create it as an incident field first, then it would be filterable.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 16:46:34 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-find-incidents-with-a-particular-key-present-in-context/m-p/527734#M1659</guid>
      <dc:creator>amontminy</dc:creator>
      <dc:date>2023-01-19T16:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to find incidents with a particular key present in context ?</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-find-incidents-with-a-particular-key-present-in-context/m-p/527766#M1662</link>
      <description>&lt;P&gt;But its only getting created in the context and not in the incident.&lt;BR /&gt;There is already automation in place that created this in the context and if i create a custom field as well it won't create a duplicate entry in the incident right ?&lt;/P&gt;
&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/263879"&gt;@amontminy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 19:47:31 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-find-incidents-with-a-particular-key-present-in-context/m-p/527766#M1662</guid>
      <dc:creator>bhargav_11</dc:creator>
      <dc:date>2023-01-19T19:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to find incidents with a particular key present in context ?</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-find-incidents-with-a-particular-key-present-in-context/m-p/527776#M1664</link>
      <description>&lt;P&gt;It would duplicate the item in context to an incident field. Which automation are you using?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 21:01:07 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-find-incidents-with-a-particular-key-present-in-context/m-p/527776#M1664</guid>
      <dc:creator>amontminy</dc:creator>
      <dc:date>2023-01-19T21:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to find incidents with a particular key present in context ?</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-find-incidents-with-a-particular-key-present-in-context/m-p/528295#M1695</link>
      <description>&lt;P&gt;You can use the mapping options in the task configuration in the playbook editor or a separate setIncident task to write the data to a custom field on the incident.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 07:05:24 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-find-incidents-with-a-particular-key-present-in-context/m-p/528295#M1695</guid>
      <dc:creator>chrking</dc:creator>
      <dc:date>2023-01-24T07:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to find incidents with a particular key present in context ?</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-find-incidents-with-a-particular-key-present-in-context/m-p/528974#M1736</link>
      <description>&lt;P&gt;The one in incident context subset will be called "incident.ExtractedFields" in case you want to keep the original name.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 22:47:35 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-find-incidents-with-a-particular-key-present-in-context/m-p/528974#M1736</guid>
      <dc:creator>SanDev</dc:creator>
      <dc:date>2023-01-27T22:47:35Z</dc:date>
    </item>
  </channel>
</rss>

