<?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 Splunk CIM-Compliance related questions in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-CIM-Compliance-related-questions/m-p/747705#M22368</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Why is my Correlation Search not showing up in Incident Review?”&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;“How do I determine why a Correlation Search isn’t creating a notable event?”&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 09 Jun 2025 18:08:29 GMT</pubDate>
    <dc:creator>ND1</dc:creator>
    <dc:date>2025-06-09T18:08:29Z</dc:date>
    <item>
      <title>Splunk CIM-Compliance related questions</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-CIM-Compliance-related-questions/m-p/747705#M22368</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Why is my Correlation Search not showing up in Incident Review?”&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;“How do I determine why a Correlation Search isn’t creating a notable event?”&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jun 2025 18:08:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-CIM-Compliance-related-questions/m-p/747705#M22368</guid>
      <dc:creator>ND1</dc:creator>
      <dc:date>2025-06-09T18:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk CIM-Compliance related questions</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-CIM-Compliance-related-questions/m-p/747710#M22369</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/275181"&gt;@ND1&lt;/a&gt;&amp;nbsp;Most probably when an incident is not showing up, it's either suppression blocking the events or the notable action not being properly configured.&lt;BR /&gt;&lt;BR /&gt;1. Check if notable events are being created:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=notable earliest=-7d
| search source="*your_correlation_search_name*"&lt;/LI-CODE&gt;&lt;P&gt;2. Check suppression settings:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rest /services/saved/searches 
| search title="*your_correlation_search_name*" 
| table title, alert.suppress, alert.suppress.period&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;Try below:&lt;/P&gt;&lt;P&gt;If alert.suppress=1, try disabling suppression temporarily in ES &amp;gt; Content Management&lt;/P&gt;&lt;P&gt;Edit your correlation search and ensure "Notable" action is checked and saved&lt;/P&gt;&lt;P&gt;Test your correlation search manually first to confirm it returns results&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If this Helps, Please Upvote.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jun 2025 19:03:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-CIM-Compliance-related-questions/m-p/747710#M22369</guid>
      <dc:creator>sainag_splunk</dc:creator>
      <dc:date>2025-06-09T19:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk CIM-Compliance related questions</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-CIM-Compliance-related-questions/m-p/748352#M22437</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/275181"&gt;@ND1&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Whatever&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/187813"&gt;@sainag_splunk&lt;/a&gt;&amp;nbsp;mentioned&amp;nbsp; is all correct. Additionally, you'll also need to validate if the events that should cause the notable event to be created are present in the actual index events/datamodel summaries or not. Also, validate the trigger condition to see if the events are present, do they qualify for the correlation search to trigger the notable creation or not.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Tejas.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 14:16:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-CIM-Compliance-related-questions/m-p/748352#M22437</guid>
      <dc:creator>tej57</dc:creator>
      <dc:date>2025-06-19T14:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk CIM-Compliance related questions</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-CIM-Compliance-related-questions/m-p/748367#M22440</link>
      <description>&lt;P&gt;The answers already given are spot on.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;When I am trying to troubleshoot my correlation searches, the first thing I do is grab the query that is being used for the correlation search and validate that it actually returns results.&amp;nbsp; Do a copy and paste from the search query in the correlation search to an SPL window to validate that you don't actually mistype things.&lt;BR /&gt;&lt;BR /&gt;If you get results from the query, than you want to validate that adaptive response is set (in ES versions before Splunk &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; to make a notable.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;In ES 8 you will want to make sure that event finding option is selected&amp;nbsp; The other type of finding goes into a risk score and will not actually create a finding for you in analyst queue.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If none of that works, I tend to copy the correlation search query off to another safe location and replace the query with something that for sure will fire&lt;BR /&gt;&lt;BR /&gt;index=_internal | head 1&lt;BR /&gt;| table index, sourcetype&lt;BR /&gt;&lt;BR /&gt;Then see if that search will fire off an alert, if it doesn't you know that you have a configuration setting messed up in the correlation search.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 17:18:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-CIM-Compliance-related-questions/m-p/748367#M22440</guid>
      <dc:creator>moorte</dc:creator>
      <dc:date>2025-06-19T17:18:02Z</dc:date>
    </item>
  </channel>
</rss>

