<?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 Need help to add a field to my SPL to list reason for Failed skipped / Saved searches in ES. please see below. Thank u in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Need-help-to-add-a-field-to-my-SPL-to-list-reason-for-Failed/m-p/562807#M10195</link>
    <description>&lt;P class="yiv9403532516MsoNormal"&gt;I run the following to get a list of Saved / skipped searches thru the Monitoring console for my ES (Splunk ES). I need a field added to show the reason for failure / why skipped the searches. Thanks a million in advance for your help.&lt;/P&gt;&lt;P class="yiv9403532516MsoNormal"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="yiv9403532516MsoNormal"&gt;`dmc_set_index_internal` search_group=dmc_group_search_head search_group=* sourcetype=scheduler (status="completed" OR status="skipped" OR status="deferred")&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | stats count(eval(status=="completed" OR status=="skipped")) AS total_exec, count(eval(status=="skipped")) AS skipped_exec by _time, host, app, savedsearch_name, user, savedsearch_id | where skipped_exec &amp;gt; 0&lt;/P&gt;&lt;P class="yiv9403532516MsoNormal"&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Aug 2021 20:13:51 GMT</pubDate>
    <dc:creator>SamHTexas</dc:creator>
    <dc:date>2021-08-10T20:13:51Z</dc:date>
    <item>
      <title>Need help to add a field to my SPL to list reason for Failed skipped / Saved searches in ES. please see below. Thank u</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Need-help-to-add-a-field-to-my-SPL-to-list-reason-for-Failed/m-p/562807#M10195</link>
      <description>&lt;P class="yiv9403532516MsoNormal"&gt;I run the following to get a list of Saved / skipped searches thru the Monitoring console for my ES (Splunk ES). I need a field added to show the reason for failure / why skipped the searches. Thanks a million in advance for your help.&lt;/P&gt;&lt;P class="yiv9403532516MsoNormal"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="yiv9403532516MsoNormal"&gt;`dmc_set_index_internal` search_group=dmc_group_search_head search_group=* sourcetype=scheduler (status="completed" OR status="skipped" OR status="deferred")&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | stats count(eval(status=="completed" OR status=="skipped")) AS total_exec, count(eval(status=="skipped")) AS skipped_exec by _time, host, app, savedsearch_name, user, savedsearch_id | where skipped_exec &amp;gt; 0&lt;/P&gt;&lt;P class="yiv9403532516MsoNormal"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2021 20:13:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Need-help-to-add-a-field-to-my-SPL-to-list-reason-for-Failed/m-p/562807#M10195</guid>
      <dc:creator>SamHTexas</dc:creator>
      <dc:date>2021-08-10T20:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to add a field to my SPL to list reason for Failed skipped / Saved searches in ES. please see below. Thank</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Need-help-to-add-a-field-to-my-SPL-to-list-reason-for-Failed/m-p/562829#M10196</link>
      <description>&lt;P&gt;The &lt;FONT face="courier new,courier"&gt;stats&lt;/FONT&gt; command strips out all of the fields not referenced in the command.&amp;nbsp; If you re-run the query using only the part before the first pipe then you'll see the field you seek.&amp;nbsp; Add it to the &lt;FONT face="courier new,courier"&gt;by&lt;/FONT&gt; clause of the &lt;FONT face="courier new,courier"&gt;stats&lt;/FONT&gt; command.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 00:05:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Need-help-to-add-a-field-to-my-SPL-to-list-reason-for-Failed/m-p/562829#M10196</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-08-11T00:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to add a field to my SPL to list reason for Failed skipped / Saved searches in ES. please see below. Thank</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Need-help-to-add-a-field-to-my-SPL-to-list-reason-for-Failed/m-p/563882#M10213</link>
      <description>&lt;P&gt;I thank u for your message. I tried to follow what you stated but did not see the result I wanted. Please show me what part of my SPL listed I should be running to receive what you stated. Thank u&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 02:32:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Need-help-to-add-a-field-to-my-SPL-to-list-reason-for-Failed/m-p/563882#M10213</guid>
      <dc:creator>SamHTexas</dc:creator>
      <dc:date>2021-08-19T02:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to add a field to my SPL to list reason for Failed skipped / Saved searches in ES. please see below. Thank</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Need-help-to-add-a-field-to-my-SPL-to-list-reason-for-Failed/m-p/563947#M10214</link>
      <description>&lt;LI-CODE lang="markup"&gt;`dmc_set_index_internal` search_group=dmc_group_search_head search_group=* sourcetype=scheduler (status="completed" OR status="skipped" OR status="deferred")             
| stats count(eval(status=="completed" OR status=="skipped")) AS total_exec, count(eval(status=="skipped")) AS skipped_exec by _time, host, app, savedsearch_name, user, savedsearch_id, reason
| where skipped_exec &amp;gt; 0&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 19 Aug 2021 12:31:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Need-help-to-add-a-field-to-my-SPL-to-list-reason-for-Failed/m-p/563947#M10214</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-08-19T12:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to add a field to my SPL to list reason for Failed skipped / Saved searches in ES. please see below. Thank</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Need-help-to-add-a-field-to-my-SPL-to-list-reason-for-Failed/m-p/563963#M10215</link>
      <description>&lt;P&gt;Happy Thursday &amp;amp; Thank u sir for your help. Stay safe &amp;amp; blessed.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 14:46:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Need-help-to-add-a-field-to-my-SPL-to-list-reason-for-Failed/m-p/563963#M10215</guid>
      <dc:creator>SamHTexas</dc:creator>
      <dc:date>2021-08-19T14:46:03Z</dc:date>
    </item>
  </channel>
</rss>

