<?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 How to find more detail on error &amp;quot;Received event for unconfigured/disabled/deleted index=&amp;quot;? in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/How-to-find-more-detail-on-error-quot-Received-event-for/m-p/306948#M5220</link>
    <description>&lt;P&gt;I am getting messages (in the messages section, not in Splunkd) that:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Search peer idxX.XXX has the following message: Received event for unconfigured/disabled/deleted index=XXX with source=XXX host=XXX sourcetype="sourcetype::syslog_nohost". So far received events from 1 missing index(es).
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I am having trouble isolating which sources are causing the trouble.  I know that Splunk is binning these messages, and I have looked in _internal but am not able to get any further info on these.  Are there any logs to see anything further about them?  If I could graph the frequency of the messages over time to be able to determine when it started, it would be a help.&lt;/P&gt;</description>
    <pubDate>Mon, 22 May 2017 14:58:12 GMT</pubDate>
    <dc:creator>lennys26</dc:creator>
    <dc:date>2017-05-22T14:58:12Z</dc:date>
    <item>
      <title>How to find more detail on error "Received event for unconfigured/disabled/deleted index="?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-to-find-more-detail-on-error-quot-Received-event-for/m-p/306948#M5220</link>
      <description>&lt;P&gt;I am getting messages (in the messages section, not in Splunkd) that:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Search peer idxX.XXX has the following message: Received event for unconfigured/disabled/deleted index=XXX with source=XXX host=XXX sourcetype="sourcetype::syslog_nohost". So far received events from 1 missing index(es).
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I am having trouble isolating which sources are causing the trouble.  I know that Splunk is binning these messages, and I have looked in _internal but am not able to get any further info on these.  Are there any logs to see anything further about them?  If I could graph the frequency of the messages over time to be able to determine when it started, it would be a help.&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2017 14:58:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-to-find-more-detail-on-error-quot-Received-event-for/m-p/306948#M5220</guid>
      <dc:creator>lennys26</dc:creator>
      <dc:date>2017-05-22T14:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to find more detail on error "Received event for unconfigured/disabled/deleted index="?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-to-find-more-detail-on-error-quot-Received-event-for/m-p/306949#M5221</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I did a quick test (Splunk version 6.2.1): &lt;/P&gt;

&lt;P&gt;On messages I got:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;received event for unconfigured/disabled/deleted index='lost_index' with source='source::/tmp/test' host='host::localhost.localdomain' sourcetype='sourcetype::anything' (1 missing total)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;On splunkd.log (/opt/splunk/var/log/splunk/splunkd.log):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;05-22-2017 17:30:43.276 +0200 WARN  IndexProcessor - received event for unconfigured/disabled/deleted index='lost_index' with source='source::/tmp/test' host='host::localhost.localdomain' sourcetype='sourcetype::anything' (1 missing total)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2017 15:38:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-to-find-more-detail-on-error-quot-Received-event-for/m-p/306949#M5221</guid>
      <dc:creator>aakwah</dc:creator>
      <dc:date>2017-05-22T15:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to find more detail on error "Received event for unconfigured/disabled/deleted index="?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-to-find-more-detail-on-error-quot-Received-event-for/m-p/306950#M5222</link>
      <description>&lt;P&gt;Hello @lennys26&lt;BR /&gt;
the source for this error is that you have 1 or more inputs.conf that specifies an index that does not exist (or enabled) on your indexer.&lt;BR /&gt;
you can look in inputs.conf using btool and see where in inputs.conf you  have that index (that does not exist) specified.&lt;BR /&gt;
more here: &lt;A href="https://docs.splunk.com/Documentation/Splunk/6.6.0/Troubleshooting/Usebtooltotroubleshootconfigurations"&gt;https://docs.splunk.com/Documentation/Splunk/6.6.0/Troubleshooting/Usebtooltotroubleshootconfigurations&lt;/A&gt;&lt;BR /&gt;
you can look for the first event by searching text literally and then piping to reverse &lt;CODE&gt;... | reverse&lt;/CODE&gt; to see first event (play with time picker here)&lt;BR /&gt;
or you can pipe to timechart count &lt;CODE&gt;... | timechart count&lt;/CODE&gt; and see a graph of error counts over time.&lt;BR /&gt;
hope it helps&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2017 15:39:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-to-find-more-detail-on-error-quot-Received-event-for/m-p/306950#M5222</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-05-22T15:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to find more detail on error "Received event for unconfigured/disabled/deleted index="?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-to-find-more-detail-on-error-quot-Received-event-for/m-p/306951#M5223</link>
      <description>&lt;P&gt;Hi @aakwah -- I would have expected to find those messages, however do not see anything at all related to my alerts.  I have expanded to all of _internal and don't see anything.  I wonder if it is because I am in Cloud, that the logs are missing...&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2017 15:47:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-to-find-more-detail-on-error-quot-Received-event-for/m-p/306951#M5223</guid>
      <dc:creator>lennys26</dc:creator>
      <dc:date>2017-05-22T15:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to find more detail on error "Received event for unconfigured/disabled/deleted index="?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-to-find-more-detail-on-error-quot-Received-event-for/m-p/306952#M5224</link>
      <description>&lt;P&gt;are you an admin?&lt;BR /&gt;
only admins has access to _internal indexes&lt;BR /&gt;
also, being on cloud, I suspect you need a ticket for new index so maybe that index was yet to created by Cloud operation team&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2017 15:51:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-to-find-more-detail-on-error-quot-Received-event-for/m-p/306952#M5224</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-05-22T15:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to find more detail on error "Received event for unconfigured/disabled/deleted index="?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-to-find-more-detail-on-error-quot-Received-event-for/m-p/306953#M5225</link>
      <description>&lt;P&gt;Hi @adonio -- Thanks.  These are coming from our app client so my dev team is looking for a bit of info as to which one/version/platform/etc.  Anything from the raw log that could give us a pointer.  Even if we could trim this to a time of day or starting date we could match it to a release schedule or something.&lt;/P&gt;

&lt;P&gt;I have done a pure text search across all of _internal and see nothing at all which is not what I would expect, unless this is because I am in Splunk Cloud...&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2017 15:54:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-to-find-more-detail-on-error-quot-Received-event-for/m-p/306953#M5225</guid>
      <dc:creator>lennys26</dc:creator>
      <dc:date>2017-05-22T15:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to find more detail on error "Received event for unconfigured/disabled/deleted index="?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-to-find-more-detail-on-error-quot-Received-event-for/m-p/306954#M5226</link>
      <description>&lt;P&gt;@lennys26 I did the test on my lab, I've no idea how Splunk cloud handling these logs&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2017 16:13:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-to-find-more-detail-on-error-quot-Received-event-for/m-p/306954#M5226</guid>
      <dc:creator>aakwah</dc:creator>
      <dc:date>2017-05-22T16:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to find more detail on error "Received event for unconfigured/disabled/deleted index="?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-to-find-more-detail-on-error-quot-Received-event-for/m-p/306955#M5227</link>
      <description>&lt;P&gt;This log is notoriously nondescript and the best way to get complete detail is to configure a &lt;CODE&gt;LAST_CHANCE_INDEX&lt;/CODE&gt;:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.smtware.com/en/splunk/splunk-your-last-chance"&gt;http://www.smtware.com/en/splunk/splunk-your-last-chance&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2017 18:28:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-to-find-more-detail-on-error-quot-Received-event-for/m-p/306955#M5227</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-05-22T18:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to find more detail on error "Received event for unconfigured/disabled/deleted index="?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-to-find-more-detail-on-error-quot-Received-event-for/m-p/306956#M5228</link>
      <description>&lt;P&gt;@Woodcock - A couple of ways around this .... creating the &lt;CODE&gt;LAST_CHANCE_INDEX&lt;/CODE&gt; is a good overall solution.  Also, I guess I could have just created the missing index in my case and captured/analyzed the data (DOH!).  Thx.&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2017 07:53:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-to-find-more-detail-on-error-quot-Received-event-for/m-p/306956#M5228</guid>
      <dc:creator>lennys26</dc:creator>
      <dc:date>2017-05-23T07:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to find more detail on error "Received event for unconfigured/disabled/deleted index="?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-to-find-more-detail-on-error-quot-Received-event-for/m-p/306957#M5229</link>
      <description>&lt;P&gt;I configure it for &lt;CODE&gt;main&lt;/CODE&gt; and then only use &lt;CODE&gt;main&lt;/CODE&gt; for testing in production.  In other words, there should NEVER be anything in &lt;CODE&gt;main&lt;/CODE&gt;, and if there is, it means that somebody goofed.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2017 23:54:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-to-find-more-detail-on-error-quot-Received-event-for/m-p/306957#M5229</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-10-23T23:54:24Z</dc:date>
    </item>
  </channel>
</rss>

