<?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: CIM Mapping issue in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/CIM-Mapping-issue/m-p/467432#M4130</link>
    <description>&lt;P&gt;Have one more issue with extraction of https status code. Stuck with this issue.&lt;/P&gt;

&lt;P&gt;In most cases it picks up 200, but in other events it tends to pick 70 when position changes. Sample events with data masked.&lt;/P&gt;

&lt;P&gt;10.&lt;EM&gt;.&lt;/EM&gt;.* - - [20/Feb/2020:17:00:57 +1000] "GET abcd********* / HTTP/1.1" 200  75666&lt;BR /&gt;
10.&lt;EM&gt;.&lt;/EM&gt;.* - - [20/Feb/2020:17:00:57 +1000] "GET abcd*********" 200  70&lt;/P&gt;</description>
    <pubDate>Thu, 20 Feb 2020 07:19:30 GMT</pubDate>
    <dc:creator>aknsun</dc:creator>
    <dc:date>2020-02-20T07:19:30Z</dc:date>
    <item>
      <title>CIM Mapping issue</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/CIM-Mapping-issue/m-p/467429#M4127</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I'm doing CIM Mapping and the data I have is from Dynatrace. It's JSON format.&lt;/P&gt;
&lt;P&gt;I had to do Field Extraction to get a field that would map to the action field in the Authentication Data Model. The problem with this specific field is that it comes as follows in the data:&lt;/P&gt;
&lt;P&gt;"Success: True"&lt;BR /&gt;"Success: False"&lt;/P&gt;
&lt;P&gt;Now I want to make this as&lt;/P&gt;
&lt;P&gt;"Success: True" -&amp;gt; Success&lt;BR /&gt;"Success: False" -&amp;gt; Failure&lt;/P&gt;
&lt;P&gt;I managed to do that with Tags.&lt;/P&gt;
&lt;P&gt;However, I cannot get this to show up as Success &amp;amp; Failure when doing the Pivot as the action field show up with "Success: True" &amp;amp; "Success: False" values.&lt;/P&gt;
&lt;P&gt;Any suggestion on how to work around this issue?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;AKN&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jun 2020 17:19:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/CIM-Mapping-issue/m-p/467429#M4127</guid>
      <dc:creator>aknsun</dc:creator>
      <dc:date>2020-06-06T17:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Mapping issue</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/CIM-Mapping-issue/m-p/467430#M4128</link>
      <description>&lt;P&gt;The data model looks at the value of the field "action"&lt;BR /&gt;
The first thing you should to is extract the value of Success. If your data is well formed json may already the case.&lt;BR /&gt;
If you need to manually extract it the following should work &lt;CODE&gt;"Success: (?P&amp;lt;success&amp;gt;\w+)"&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Finally, eval the value of 'success' to 'action'&lt;BR /&gt;
&lt;CODE&gt;|eval action=case(like(success, "True"), "success", like(success, "False"), "failure", 1=1, "unknown")&lt;/CODE&gt;&lt;BR /&gt;
Or better yet, create it as a calculated field.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 10:01:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/CIM-Mapping-issue/m-p/467430#M4128</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2020-02-17T10:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Mapping issue</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/CIM-Mapping-issue/m-p/467431#M4129</link>
      <description>&lt;P&gt;@nickhillscpl. Thanks for the suggestion. It worked. &lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
AKN&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 06:09:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/CIM-Mapping-issue/m-p/467431#M4129</guid>
      <dc:creator>aknsun</dc:creator>
      <dc:date>2020-02-18T06:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Mapping issue</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/CIM-Mapping-issue/m-p/467432#M4130</link>
      <description>&lt;P&gt;Have one more issue with extraction of https status code. Stuck with this issue.&lt;/P&gt;

&lt;P&gt;In most cases it picks up 200, but in other events it tends to pick 70 when position changes. Sample events with data masked.&lt;/P&gt;

&lt;P&gt;10.&lt;EM&gt;.&lt;/EM&gt;.* - - [20/Feb/2020:17:00:57 +1000] "GET abcd********* / HTTP/1.1" 200  75666&lt;BR /&gt;
10.&lt;EM&gt;.&lt;/EM&gt;.* - - [20/Feb/2020:17:00:57 +1000] "GET abcd*********" 200  70&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 07:19:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/CIM-Mapping-issue/m-p/467432#M4130</guid>
      <dc:creator>aknsun</dc:creator>
      <dc:date>2020-02-20T07:19:30Z</dc:date>
    </item>
  </channel>
</rss>

