<?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: Splunk Enterprise Security: Why does the Risk Analysis data model fail to build? in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Why-does-the-Risk-Analysis-data-model/m-p/359733#M3509</link>
    <description>&lt;P&gt;You can't blacklist that file from your bundle on the search head.&lt;/P&gt;

&lt;P&gt;To validate the issue:&lt;/P&gt;

&lt;P&gt;run &lt;BR /&gt;
|rest /services/datamodel/acceleration |search title=Risk |fields title search&lt;/P&gt;

&lt;P&gt;In the search field copy and paste that entire search to your search bar and run it.  You should see your Error.&lt;/P&gt;

&lt;P&gt;Then modify the: &lt;BR /&gt;
" lookup correlationsearches_lookup"&lt;BR /&gt;
to&lt;BR /&gt;
"lookup local=true correlationsearches_lookup"&lt;/P&gt;

&lt;P&gt;This should now find data.&lt;/P&gt;

&lt;P&gt;If this test works as I described it you need to review your distsearch.conf and find where you are blacklisting this this file and fix it.&lt;/P&gt;

&lt;P&gt;Okie&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 13:18:21 GMT</pubDate>
    <dc:creator>jwelch_splunk</dc:creator>
    <dc:date>2020-09-29T13:18:21Z</dc:date>
    <item>
      <title>Splunk Enterprise Security: Why does the Risk Analysis data model fail to build?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Why-does-the-Risk-Analysis-data-model/m-p/359732#M3508</link>
      <description>&lt;P&gt;This particular data model (Risk Analysis) that comes with Splunk Enterprise Security is failing to build due to a calculated field that generates from the correlationsearches_lookup. &lt;/P&gt;

&lt;P&gt;I believe that the problem lies in the replication bundle not being able to copy/sync from the Search Heads to the Indexers.&lt;/P&gt;

&lt;P&gt;So, when I try to use that lookup from the SH, it gives me the following error from each Indexer:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Streamed search execute failed because: Error in 'lookup' command&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;any ideas about how I could fix the problem with the bundle being transferred from Search Head to Indexers? &lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2017 14:44:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Why-does-the-Risk-Analysis-data-model/m-p/359732#M3508</guid>
      <dc:creator>asimagu</dc:creator>
      <dc:date>2017-03-17T14:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Enterprise Security: Why does the Risk Analysis data model fail to build?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Why-does-the-Risk-Analysis-data-model/m-p/359733#M3509</link>
      <description>&lt;P&gt;You can't blacklist that file from your bundle on the search head.&lt;/P&gt;

&lt;P&gt;To validate the issue:&lt;/P&gt;

&lt;P&gt;run &lt;BR /&gt;
|rest /services/datamodel/acceleration |search title=Risk |fields title search&lt;/P&gt;

&lt;P&gt;In the search field copy and paste that entire search to your search bar and run it.  You should see your Error.&lt;/P&gt;

&lt;P&gt;Then modify the: &lt;BR /&gt;
" lookup correlationsearches_lookup"&lt;BR /&gt;
to&lt;BR /&gt;
"lookup local=true correlationsearches_lookup"&lt;/P&gt;

&lt;P&gt;This should now find data.&lt;/P&gt;

&lt;P&gt;If this test works as I described it you need to review your distsearch.conf and find where you are blacklisting this this file and fix it.&lt;/P&gt;

&lt;P&gt;Okie&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:18:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Why-does-the-Risk-Analysis-data-model/m-p/359733#M3509</guid>
      <dc:creator>jwelch_splunk</dc:creator>
      <dc:date>2020-09-29T13:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Enterprise Security: Why does the Risk Analysis data model fail to build?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Why-does-the-Risk-Analysis-data-model/m-p/359734#M3510</link>
      <description>&lt;P&gt;are these lines the ones that I should delete/comment from my config file?? &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;## Prevent correlation search list from being replicated via distsearch
## per SOLNESS-6255 these are no longer in use but will continue to be excluded
nocorrelationsearches     = apps[/\\]SA-ThreatIntelligence[/\\]lookups[/\\]correlationsearches.csv
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 20 Mar 2017 09:08:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Why-does-the-Risk-Analysis-data-model/m-p/359734#M3510</guid>
      <dc:creator>asimagu</dc:creator>
      <dc:date>2017-03-20T09:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Enterprise Security: Why does the Risk Analysis data model fail to build?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Why-does-the-Risk-Analysis-data-model/m-p/359735#M3511</link>
      <description>&lt;P&gt;What version of ES are you running?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 12:35:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Why-does-the-Risk-Analysis-data-model/m-p/359735#M3511</guid>
      <dc:creator>jwelch_splunk</dc:creator>
      <dc:date>2017-03-20T12:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Enterprise Security: Why does the Risk Analysis data model fail to build?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Why-does-the-Risk-Analysis-data-model/m-p/359736#M3512</link>
      <description>&lt;P&gt;4.5.1 &lt;BR /&gt;
is it possible that when someone upgraded the app, forgot to do any manual steps??&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 14:09:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Why-does-the-Risk-Analysis-data-model/m-p/359736#M3512</guid>
      <dc:creator>asimagu</dc:creator>
      <dc:date>2017-03-20T14:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Enterprise Security: Why does the Risk Analysis data model fail to build?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Why-does-the-Risk-Analysis-data-model/m-p/359737#M3513</link>
      <description>&lt;P&gt;Odd thing is this appears to have been moved to kvstore.  Open a support case if you can and provide me the number.  I want to make sure we take care of this the right way, I feel like we might be missing something.&lt;/P&gt;

&lt;H6&gt;Correlation Searches&lt;/H6&gt;

&lt;P&gt;[correlationsearches_lookup]&lt;BR /&gt;
external_type = kvstore&lt;BR /&gt;
collection    = correlationsearches&lt;BR /&gt;
fields_list   = _key,security_domain,severity,rule_name,description,rule_title,rule_description,drilldown_name,drilldown_search,drilldown_earliest_offset,drilldown_latest_offset,default_status,default_owner,next_steps,recommended_actions&lt;BR /&gt;
max_matches   = 1&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:18:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Why-does-the-Risk-Analysis-data-model/m-p/359737#M3513</guid>
      <dc:creator>jwelch_splunk</dc:creator>
      <dc:date>2020-09-29T13:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Enterprise Security: Why does the Risk Analysis data model fail to build?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Why-does-the-Risk-Analysis-data-model/m-p/359738#M3514</link>
      <description>&lt;P&gt;I will try that once they give me access to open support cases. (I'm new here)&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 15:03:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Why-does-the-Risk-Analysis-data-model/m-p/359738#M3514</guid>
      <dc:creator>asimagu</dc:creator>
      <dc:date>2017-03-20T15:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Enterprise Security: Why does the Risk Analysis data model fail to build?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Why-does-the-Risk-Analysis-data-model/m-p/359739#M3515</link>
      <description>&lt;P&gt;I finally opened the Support Case:  CASE [465439]&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 08:02:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Why-does-the-Risk-Analysis-data-model/m-p/359739#M3515</guid>
      <dc:creator>asimagu</dc:creator>
      <dc:date>2017-03-28T08:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Enterprise Security: Why does the Risk Analysis data model fail to build?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Why-does-the-Risk-Analysis-data-model/m-p/359740#M3516</link>
      <description>&lt;P&gt;We are tracking several known causes for lookups not being replicated from SH-&amp;gt;Indexer.&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt; If app is disabled.  See app.conf&lt;/LI&gt;
&lt;LI&gt; If lookup is a kvstore collection and replicate is set to false. See collections.conf&lt;/LI&gt;
&lt;LI&gt; If lookup has been blacklisted from replication (applies to both csv and kvstore collections).  See distsearch.conf.&lt;/LI&gt;
&lt;LI&gt; If distributed search is disabled (often seen in environments that upgraded to index clustering).  See distsearch.conf.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 20:13:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-Why-does-the-Risk-Analysis-data-model/m-p/359740#M3516</guid>
      <dc:creator>hazekamp</dc:creator>
      <dc:date>2017-08-07T20:13:23Z</dc:date>
    </item>
  </channel>
</rss>

