<?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 do I find a list of Correlation Searches in ES or Splunk Ent. that are not working like missing macros etc. Than in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-do-I-find-a-list-of-correlation-searches-in-ES-or-Splunk-Ent/m-p/565792#M10257</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/228649"&gt;@SamHTexas&lt;/a&gt;&amp;nbsp; &amp;nbsp;you can look at&amp;nbsp; index=_internal (sourcetype=splunkd OR sourcetype=scheduler) log_level="ERROR" to see all failures in the correlation search due to issues in macros or lookups. You can then tune the SPL as needed for your environment.&amp;nbsp; Hope this helps.&lt;/P&gt;</description>
    <pubDate>Fri, 03 Sep 2021 13:11:18 GMT</pubDate>
    <dc:creator>lakshman239</dc:creator>
    <dc:date>2021-09-03T13:11:18Z</dc:date>
    <item>
      <title>How do I find a list of correlation searches in ES or Splunk Ent. that are not working like missing macros etc...?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-do-I-find-a-list-of-correlation-searches-in-ES-or-Splunk-Ent/m-p/565527#M10240</link>
      <description>&lt;P&gt;Please help me with an SPL to locate Corr. searches that are in trouble , not working right. For example missing a macro or so. Thank u very much in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 15:09:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-do-I-find-a-list-of-correlation-searches-in-ES-or-Splunk-Ent/m-p/565527#M10240</guid>
      <dc:creator>SamHTexas</dc:creator>
      <dc:date>2023-01-24T15:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I find a list of Correlation Searches in ES or Splunk Ent. that are not working like missing macros etc. Than</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-do-I-find-a-list-of-correlation-searches-in-ES-or-Splunk-Ent/m-p/565792#M10257</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/228649"&gt;@SamHTexas&lt;/a&gt;&amp;nbsp; &amp;nbsp;you can look at&amp;nbsp; index=_internal (sourcetype=splunkd OR sourcetype=scheduler) log_level="ERROR" to see all failures in the correlation search due to issues in macros or lookups. You can then tune the SPL as needed for your environment.&amp;nbsp; Hope this helps.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2021 13:11:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-do-I-find-a-list-of-correlation-searches-in-ES-or-Splunk-Ent/m-p/565792#M10257</guid>
      <dc:creator>lakshman239</dc:creator>
      <dc:date>2021-09-03T13:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do I find a list of Correlation Searches in ES or Splunk Ent. that are not working like missing macros etc. Than</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-do-I-find-a-list-of-correlation-searches-in-ES-or-Splunk-Ent/m-p/565836#M10258</link>
      <description>&lt;P&gt;Thank u bro. for your message, do you have any good SPLs to share for this purpose? For Enterprise or ES? Thank u in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2021 16:05:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-do-I-find-a-list-of-correlation-searches-in-ES-or-Splunk-Ent/m-p/565836#M10258</guid>
      <dc:creator>SamHTexas</dc:creator>
      <dc:date>2021-09-03T16:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do I find a list of Correlation Searches in ES or Splunk Ent. that are not working like missing macros etc. Than</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-do-I-find-a-list-of-correlation-searches-in-ES-or-Splunk-Ent/m-p/566298#M10264</link>
      <description>&lt;P&gt;Something like this will do in Splunk Core or ES.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_internal (sourcetype=splunkd OR sourcetype=scheduler) log_level="ERROR" |rex field=_raw "savedsearch=(?&amp;lt;mysaved_search&amp;gt;.+) err=" | rex field=_raw "savedsearch_id=\"(?&amp;lt;mysavedsearch&amp;gt;.+)\", message=\"Error" | stats count by host, mysaved_search&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;You can then adjust as per your setup and perhaps setup an alert/correlation search to show you&amp;nbsp; errors from macros/lookups within the correlation search in ES.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 12:25:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-do-I-find-a-list-of-correlation-searches-in-ES-or-Splunk-Ent/m-p/566298#M10264</guid>
      <dc:creator>lakshman239</dc:creator>
      <dc:date>2021-09-08T12:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do I find a list of Correlation Searches in ES or Splunk Ent. that are not working like missing macros etc. Than</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-do-I-find-a-list-of-correlation-searches-in-ES-or-Splunk-Ent/m-p/628084#M11273</link>
      <description>&lt;P&gt;how can check only skipped correlation search in splunk spl query&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;index=notable sourcetype=scheduler status!=success&lt;BR /&gt;| stats count as skipped_count by search_type user app savedsearch_name status&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with this query i am getting all the skipped searches&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;could you help me on this&lt;BR /&gt;&lt;BR /&gt;TIA&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 10:41:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-do-I-find-a-list-of-correlation-searches-in-ES-or-Splunk-Ent/m-p/628084#M11273</guid>
      <dc:creator>manojannabathin</dc:creator>
      <dc:date>2023-01-24T10:41:10Z</dc:date>
    </item>
  </channel>
</rss>

