<?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: QRadar API 19.0 and Incoming Mapper problem in Cortex XSOAR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/qradar-api-19-0-and-incoming-mapper-problem/m-p/556840#M2608</link>
    <description>&lt;P&gt;That makes sense. If the field did not map to one of the incident types, is it possible that that key does not exist for that particular alert, or stored in a different location that the mapper does not read? Happy to jump on a call and take a look, but I would start by doing the following,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;* Add the server configuration - &lt;STRONG&gt;ingestion.samples.save-mapped&amp;nbsp;&lt;/STRONG&gt;and value would be &lt;STRONG&gt;true&lt;/STRONG&gt;. This ensures that the raw data from the alert is captured in the incident for us to review.&lt;/P&gt;
&lt;P&gt;* Ingest a few QRadar alerts. After adding the above config, you should see the ${incident.rawJSON} field populate for every incident you ingest(not limited to one type)&lt;/P&gt;
&lt;P&gt;* &lt;STRONG&gt;REMOVE&lt;/STRONG&gt;&amp;nbsp;the server config after a few QRadar samples have been collected. If not removed, it can have serious implications for storage and performance&lt;/P&gt;
&lt;P&gt;* Review alert samples to see if data exists in just a subset of the types&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Sep 2023 20:05:04 GMT</pubDate>
    <dc:creator>RahulVijaydev</dc:creator>
    <dc:date>2023-09-06T20:05:04Z</dc:date>
    <item>
      <title>QRadar API 19.0 and Incoming Mapper problem</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/qradar-api-19-0-and-incoming-mapper-problem/m-p/554881#M2553</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to deploy MT XSOAR on a customer and they are using QRadar 7.3.5 with API 19.0. I have noticed that some incidents do not get the same mapping, yet they use Qradar Generic Incoming Mapper and all incidents are set as QRadar generic. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For instance, Type A incident gets incidents.label.start_time mapped as incidents.starttime but type B incident does not have this mapping. Both incident types are coming from the same QRadar Instance. Is there any suggestion that you can provide?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also one more thing. I want to check the Incoming Mapper options but whenever I try to pull incidents from QRadar on Incoming Mapper config page, I only get to see 1-2 incidents. Is there a way to fix this? I already applied the server config to increase limit to 100 by adding &lt;STRONG class="userinput"&gt;&lt;CODE class="hljs language-lua"&gt;mapping.&lt;SPAN class="hljs-built_in"&gt;max&lt;/SPAN&gt;.pulled.samples&lt;/CODE&gt;&lt;/STRONG&gt; 100 config.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kindly advise.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 16:17:48 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/qradar-api-19-0-and-incoming-mapper-problem/m-p/554881#M2553</guid>
      <dc:creator>renaissancefreak</dc:creator>
      <dc:date>2023-08-23T16:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: QRadar API 19.0 and Incoming Mapper problem</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/qradar-api-19-0-and-incoming-mapper-problem/m-p/554919#M2555</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are able to visualize the raw JSON data for both types that you are referring to, do you find the field absent from one of the types, or is it placed under a separate field in both types?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The number of samples you can retrieve will depend on how many alerts were available in the lookback period configured in the integration. The numbers can vary with time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 19:07:51 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/qradar-api-19-0-and-incoming-mapper-problem/m-p/554919#M2555</guid>
      <dc:creator>RahulVijaydev</dc:creator>
      <dc:date>2023-08-23T19:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: QRadar API 19.0 and Incoming Mapper problem</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/qradar-api-19-0-and-incoming-mapper-problem/m-p/554950#M2556</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Both Incident A and B has the same incident.labels.starttime label and context.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Incident A has the same label mapped as incident.starttime. Incident B does not have the same context key. They are both mapped as QRadar Generic type and they both use the same Incoming Mapper option and same QRadar instance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope I was able to explain the situation better.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 21:57:06 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/qradar-api-19-0-and-incoming-mapper-problem/m-p/554950#M2556</guid>
      <dc:creator>renaissancefreak</dc:creator>
      <dc:date>2023-08-23T21:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: QRadar API 19.0 and Incoming Mapper problem</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/qradar-api-19-0-and-incoming-mapper-problem/m-p/556840#M2608</link>
      <description>&lt;P&gt;That makes sense. If the field did not map to one of the incident types, is it possible that that key does not exist for that particular alert, or stored in a different location that the mapper does not read? Happy to jump on a call and take a look, but I would start by doing the following,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;* Add the server configuration - &lt;STRONG&gt;ingestion.samples.save-mapped&amp;nbsp;&lt;/STRONG&gt;and value would be &lt;STRONG&gt;true&lt;/STRONG&gt;. This ensures that the raw data from the alert is captured in the incident for us to review.&lt;/P&gt;
&lt;P&gt;* Ingest a few QRadar alerts. After adding the above config, you should see the ${incident.rawJSON} field populate for every incident you ingest(not limited to one type)&lt;/P&gt;
&lt;P&gt;* &lt;STRONG&gt;REMOVE&lt;/STRONG&gt;&amp;nbsp;the server config after a few QRadar samples have been collected. If not removed, it can have serious implications for storage and performance&lt;/P&gt;
&lt;P&gt;* Review alert samples to see if data exists in just a subset of the types&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2023 20:05:04 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/qradar-api-19-0-and-incoming-mapper-problem/m-p/556840#M2608</guid>
      <dc:creator>RahulVijaydev</dc:creator>
      <dc:date>2023-09-06T20:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: QRadar API 19.0 and Incoming Mapper problem</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/qradar-api-19-0-and-incoming-mapper-problem/m-p/557032#M2612</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I already solved my both problems. I guess first one was something momentary because it did not occur again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I found the ingestion server config parameter from KBs and applied. Thanks for your help again.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2023 17:00:58 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/qradar-api-19-0-and-incoming-mapper-problem/m-p/557032#M2612</guid>
      <dc:creator>renaissancefreak</dc:creator>
      <dc:date>2023-09-07T17:00:58Z</dc:date>
    </item>
  </channel>
</rss>

