<?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 can we clean messages about unconfigured/disabled/deleted indexes? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-can-we-clean-messages-about-unconfigured-disabled-deleted/m-p/341760#M166040</link>
    <description>&lt;P&gt;@ddrillic - I'm honored.&lt;/P&gt;</description>
    <pubDate>Tue, 19 Sep 2017 00:23:04 GMT</pubDate>
    <dc:creator>DalJeanis</dc:creator>
    <dc:date>2017-09-19T00:23:04Z</dc:date>
    <item>
      <title>How can we clean messages about unconfigured/disabled/deleted indexes?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-we-clean-messages-about-unconfigured-disabled-deleted/m-p/341753#M166033</link>
      <description>&lt;P&gt;We have some messages saying - &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Search peer &amp;lt;host&amp;gt; has the following message: Received event for unconfigured/disabled/deleted index=&amp;lt;index_name&amp;gt; with source="&amp;lt;source_name&amp;gt;" host="&amp;lt;host_name&amp;gt;" sourcetype="&amp;lt;sourcetype_name&amp;gt;". So far received events from 6 missing index(es).
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Since this index - &lt;CODE&gt;&amp;lt;index_name&amp;gt;&lt;/CODE&gt; doesn't exist, I wonder if I should delete these events at parse time based on the index name. Is it possible?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 16:27:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-we-clean-messages-about-unconfigured-disabled-deleted/m-p/341753#M166033</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2017-09-18T16:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: How can we clean messages about unconfigured/disabled/deleted indexes?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-we-clean-messages-about-unconfigured-disabled-deleted/m-p/341754#M166034</link>
      <description>&lt;P&gt;The best way to clean up those messages is fix the cause of them.  Create the missing index (or enable it if it's disabled).  By ignoring this message you risk losing data if you don't have a default index configured.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 16:52:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-we-clean-messages-about-unconfigured-disabled-deleted/m-p/341754#M166034</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2017-09-18T16:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: How can we clean messages about unconfigured/disabled/deleted indexes?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-we-clean-messages-about-unconfigured-disabled-deleted/m-p/341755#M166035</link>
      <description>&lt;P&gt;Thank you @richgalloway. In this case, the events are not needed. Is there a way to eliminate them at parsing time?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 17:52:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-we-clean-messages-about-unconfigured-disabled-deleted/m-p/341755#M166035</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2017-09-18T17:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: How can we clean messages about unconfigured/disabled/deleted indexes?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-we-clean-messages-about-unconfigured-disabled-deleted/m-p/341756#M166036</link>
      <description>&lt;P&gt;If you want to eliminate those events, then route them to the nullqueue instead of the non-existent index.  &lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/59370/filtering-events-using-nullqueue.html"&gt;https://answers.splunk.com/answers/59370/filtering-events-using-nullqueue.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You COULD put a stanza for that index, but it would be better to take the stanza that is currently routing event to that index and route them instead to the null queue.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 18:09:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-we-clean-messages-about-unconfigured-disabled-deleted/m-p/341756#M166036</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-09-18T18:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: How can we clean messages about unconfigured/disabled/deleted indexes?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-we-clean-messages-about-unconfigured-disabled-deleted/m-p/341757#M166037</link>
      <description>&lt;P&gt;Thank you @DalJeanis - gorgeous as usual. &lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 18:14:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-we-clean-messages-about-unconfigured-disabled-deleted/m-p/341757#M166037</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2017-09-18T18:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: How can we clean messages about unconfigured/disabled/deleted indexes?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-we-clean-messages-about-unconfigured-disabled-deleted/m-p/341758#M166038</link>
      <description>&lt;P&gt;If the events are coming from the same input, deleting that input.conf stanza will stop them from coming in.&lt;BR /&gt;
You can use btool to find the inputs.conf file to edit.  &lt;CODE&gt;splunk btool --debug inputs list | grep &amp;lt;index_name&amp;gt;&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 18:17:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-we-clean-messages-about-unconfigured-disabled-deleted/m-p/341758#M166038</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2017-09-18T18:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: How can we clean messages about unconfigured/disabled/deleted indexes?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-we-clean-messages-about-unconfigured-disabled-deleted/m-p/341759#M166039</link>
      <description>&lt;P&gt;Right, right, to some forwarders we don't have access at all and their &lt;CODE&gt;inputs.conf&lt;/CODE&gt; is not always being administered by the central deployment server...&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 18:22:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-we-clean-messages-about-unconfigured-disabled-deleted/m-p/341759#M166039</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2017-09-18T18:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: How can we clean messages about unconfigured/disabled/deleted indexes?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-we-clean-messages-about-unconfigured-disabled-deleted/m-p/341760#M166040</link>
      <description>&lt;P&gt;@ddrillic - I'm honored.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2017 00:23:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-we-clean-messages-about-unconfigured-disabled-deleted/m-p/341760#M166040</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-09-19T00:23:04Z</dc:date>
    </item>
  </channel>
</rss>

