<?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 modify data model in CIM without doing so directly in CIM? in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-modify-data-model-in-CIM-without-doing-so-directly-in-CIM/m-p/497364#M8658</link>
    <description>&lt;P&gt;Try it.  It should work, except I believe you'll need to define the entire data model in your custom JSON file since I doubt Splunk will merge them.  Be sure to name your app so it comes before Splunk_SA_CIM.  Also, be aware that your changes will trump any future updates to that DM by the CIM app.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 05:25:06 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2020-09-30T05:25:06Z</dc:date>
    <item>
      <title>How to modify data model in CIM without doing so directly in CIM?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-modify-data-model-in-CIM-without-doing-so-directly-in-CIM/m-p/497363#M8657</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have a question about modification of data model in CIM:&lt;/P&gt;
&lt;P&gt;I would like to add one child dataset to DM "Change". Can I do it by separate application?&lt;/P&gt;
&lt;P&gt;What I mean exactly: If I create a modified Change.json file with a new dataset, place it to separate app (eg. &lt;CODE&gt;my_change_dm&lt;/CODE&gt;) and place this app to &lt;CODE&gt;$splunk_home/etc/apps directory&lt;/CODE&gt; - will my modified JSON file merge with Change.json in &lt;CODE&gt;Splunk_SA_CIM&lt;/CODE&gt; app?&lt;BR /&gt;Or is there another way to modify DM in CIM without modifying it directly in the &lt;CODE&gt;Splunk_SA_CIM&lt;/CODE&gt; app?&lt;/P&gt;
&lt;P&gt;I know that I can modify DM directly in &lt;CODE&gt;Splunk_SA_CIM&lt;/CODE&gt;, but for some reason I need to make some research. &lt;BR /&gt;Thank you very much for any info.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Lukas Mecir&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2020 16:10:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-modify-data-model-in-CIM-without-doing-so-directly-in-CIM/m-p/497363#M8657</guid>
      <dc:creator>lukasmecir</dc:creator>
      <dc:date>2020-06-07T16:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify data model in CIM without doing so directly in CIM?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-modify-data-model-in-CIM-without-doing-so-directly-in-CIM/m-p/497364#M8658</link>
      <description>&lt;P&gt;Try it.  It should work, except I believe you'll need to define the entire data model in your custom JSON file since I doubt Splunk will merge them.  Be sure to name your app so it comes before Splunk_SA_CIM.  Also, be aware that your changes will trump any future updates to that DM by the CIM app.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 05:25:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-modify-data-model-in-CIM-without-doing-so-directly-in-CIM/m-p/497364#M8658</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-09-30T05:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify data model in CIM without doing so directly in CIM?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-modify-data-model-in-CIM-without-doing-so-directly-in-CIM/m-p/497365#M8659</link>
      <description>&lt;P&gt;You don't need your own app, but definitely do not edit the existing datamodel.  Just clone it and call it something like &lt;CODE&gt;Change_Clone&lt;/CODE&gt; and then do whatever you would like.  Keep them totally separate and only use the clone.&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 19:56:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-modify-data-model-in-CIM-without-doing-so-directly-in-CIM/m-p/497365#M8659</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2020-05-14T19:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify data model in CIM without doing so directly in CIM?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-modify-data-model-in-CIM-without-doing-so-directly-in-CIM/m-p/497366#M8660</link>
      <description>&lt;P&gt;Thank you for your answer. I tried and you are right - entire DM must be defined in custom app and Splunk do not merge content of JSON files.&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 07:16:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-modify-data-model-in-CIM-without-doing-so-directly-in-CIM/m-p/497366#M8660</guid>
      <dc:creator>lukasmecir</dc:creator>
      <dc:date>2020-05-15T07:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify data model in CIM without doing so directly in CIM?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-modify-data-model-in-CIM-without-doing-so-directly-in-CIM/m-p/497367#M8661</link>
      <description>&lt;P&gt;Hi Gregg, thank you for your answer. Just for clarification - the cloned data model "Change_Clone" will not be used by out-of-the-box reports and dashboards etc. in Splunk ES, because they are not aware of it (they are aware of out-of-the-box DM "Change" only), am I right? This is not problem for me now, I just would like clarify this.&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 07:20:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-modify-data-model-in-CIM-without-doing-so-directly-in-CIM/m-p/497367#M8661</guid>
      <dc:creator>lukasmecir</dc:creator>
      <dc:date>2020-05-15T07:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify data model in CIM without doing so directly in CIM?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-modify-data-model-in-CIM-without-doing-so-directly-in-CIM/m-p/497368#M8662</link>
      <description>&lt;P&gt;And another question - when you say "do not edit the existing datamodel", what do you exactly mean? Do you mean that I should not change Change.json file in Splunk_SA_CIM/default dir, or I should not change it at all (even if I change it by putting modified Change.json to Splunk_SA_CIM/local dir)?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 05:25:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-modify-data-model-in-CIM-without-doing-so-directly-in-CIM/m-p/497368#M8662</guid>
      <dc:creator>lukasmecir</dc:creator>
      <dc:date>2020-09-30T05:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify data model in CIM without doing so directly in CIM?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-modify-data-model-in-CIM-without-doing-so-directly-in-CIM/m-p/497369#M8663</link>
      <description>&lt;P&gt;Yes, you are correct but the majority of use-cases in Splunk require adjusting and tuning to work right for each client so you are most-likely going to modify just about everything that you use in ES anyway so changing from one datamodel to another is not a big deal.&lt;/P&gt;</description>
      <pubDate>Sat, 16 May 2020 00:21:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-modify-data-model-in-CIM-without-doing-so-directly-in-CIM/m-p/497369#M8663</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2020-05-16T00:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify data model in CIM without doing so directly in CIM?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-modify-data-model-in-CIM-without-doing-so-directly-in-CIM/m-p/497370#M8664</link>
      <description>&lt;P&gt;Correct.  Do not change the JSON files.  Changing datamodels.conf is fine.&lt;/P&gt;</description>
      <pubDate>Sat, 16 May 2020 00:22:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-modify-data-model-in-CIM-without-doing-so-directly-in-CIM/m-p/497370#M8664</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2020-05-16T00:22:08Z</dc:date>
    </item>
  </channel>
</rss>

