<?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: Why is my indexer reporting &amp;quot;unconfigured/disabled/deleted index=wineventlog with source=&amp;quot;source::WinEventLog:System&amp;quot;&amp;quot; in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-indexer-reporting-quot-unconfigured-disabled-deleted/m-p/219977#M43209</link>
    <description>&lt;P&gt;Don't feel bad! I have done this &lt;EM&gt;more than once&lt;/EM&gt;.  Now, I always change the admin role so that it set to search "all non-internal indexes" by default. It's part of the steps I go through whenever I install or update Splunk...&lt;/P&gt;</description>
    <pubDate>Thu, 05 Nov 2015 21:50:09 GMT</pubDate>
    <dc:creator>lguinn2</dc:creator>
    <dc:date>2015-11-05T21:50:09Z</dc:date>
    <item>
      <title>Why is my indexer reporting "unconfigured/disabled/deleted index=wineventlog with source="source::WinEventLog:System""</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-indexer-reporting-quot-unconfigured-disabled-deleted/m-p/219972#M43204</link>
      <description>&lt;P&gt;I'm receiving the following message on my Splunk Indexer:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Received event for unconfigured/disabled/deleted index=wineventlog with source="source::WinEventLog:System" host="host::xxx" sourcetype="sourcetype::WinEventLog:System". So far received events from 1 missing index(es).
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I've seen the same question posted and resolved in many forums by simply adding the wineventlog index since it doesn't exist by default.  However, that does not seem to work for me and I'm sure I'm missing something obvious.&lt;/P&gt;

&lt;P&gt;My forwarder is forwarding custom logs, it just will not forward Windows event logs because of the above error.  This is what I have in &lt;CODE&gt;C:\Program Files\SplunkUniversalForwarder\etc\apps\Splunk_TA_windows\local\inputs.conf&lt;/CODE&gt;:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog://Security]
disabled = 0

[monitor://C:\Program Files (x86)\Entrust\VerificationServer\logs\webservices.log]
disabled = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If I modify it to explicitly use the main index as below, the event logs come through without any issues:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog://Security]
disabled = 0
index=main

[monitor://C:\Program Files (x86)\Entrust\VerificationServer\logs\webservices.log]
disabled = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In both cases, my monitored log (webservices.log) gets forwarded successfully.&lt;/P&gt;

&lt;P&gt;Using the GUI, I created a Search &amp;amp; Reporting index called wineventlog, restarted both the indexer and forwarder, but nothing comes through.  It set the contents of my etc/apps/search/local/indexes.conf file to the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[wineventlog]
coldPath = $SPLUNK_DB/wineventlog/colddb
homePath = $SPLUNK_DB/wineventlog/db
maxTotalDataSizeMB = 512000
thawedPath = $SPLUNK_DB/wineventlog/thaweddb
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I've also tried selecting Distributed Management Console, Home and App Browser under the "App" type when creating the index instead of Search &amp;amp; Reporting, but they all have the same behaviour.&lt;/P&gt;

&lt;P&gt;My question is, is there anything else I need to do in order to get my indexer to use this index?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 18:45:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-indexer-reporting-quot-unconfigured-disabled-deleted/m-p/219972#M43204</guid>
      <dc:creator>stuntman2625</dc:creator>
      <dc:date>2015-11-05T18:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my indexer reporting "unconfigured/disabled/deleted index=wineventlog with source="source::WinEventLog:System""</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-indexer-reporting-quot-unconfigured-disabled-deleted/m-p/219973#M43205</link>
      <description>&lt;P&gt;Your forwarder probably IS forwarding these logs - but there is no way for the forwarder to know whether or not the data was successfully indexed.&lt;/P&gt;

&lt;P&gt;And it looks like you created the correct index (should be on all your indexers if you have more than one). So that should be fine as well.&lt;/P&gt;

&lt;P&gt;However - once the forwarder has sent some data, it will not send the same data again.&lt;/P&gt;

&lt;P&gt;If this is your problem, you will need to reset the forwarder's file pointers. You can reset all of them by deleting the fishbucket directory, &lt;CODE&gt;$SPLUNK_HOME\var\lib\splunk\fishbucket&lt;/CODE&gt; on the forwarder. Or you can use &lt;CODE&gt;btprobe&lt;/CODE&gt; to reset individual file pointers. Here is an answer that may help (even though it is older): &lt;A href="https://answers.splunk.com/answers/54070/btprobe-and-re-indexing-data.html"&gt;btprobe and re-indexing data&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 19:49:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-indexer-reporting-quot-unconfigured-disabled-deleted/m-p/219973#M43205</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2015-11-05T19:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my indexer reporting "unconfigured/disabled/deleted index=wineventlog with source="source::WinEventLog:System""</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-indexer-reporting-quot-unconfigured-disabled-deleted/m-p/219974#M43206</link>
      <description>&lt;P&gt;That may be the case for old data, but if I'm creating new events shouldn't it be sending those going forward?  I can produce new event logs by logging in and out of the server, but they still don't show up on the indexer unless I point to index main.  I just tried deleting the fishbucket directory as you mentioned and restarting the forwarder, but the behaviour doesn't change.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 19:58:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-indexer-reporting-quot-unconfigured-disabled-deleted/m-p/219974#M43206</guid>
      <dc:creator>stuntman2625</dc:creator>
      <dc:date>2015-11-05T19:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my indexer reporting "unconfigured/disabled/deleted index=wineventlog with source="source::WinEventLog:System""</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-indexer-reporting-quot-unconfigured-disabled-deleted/m-p/219975#M43207</link>
      <description>&lt;P&gt;Ah, my guess is that your user role doesn't search the &lt;CODE&gt;wineventlog&lt;/CODE&gt; log index by default. Did you try searching&lt;CODE&gt;index=weblog&lt;/CODE&gt; specifically?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 20:36:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-indexer-reporting-quot-unconfigured-disabled-deleted/m-p/219975#M43207</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2015-11-05T20:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my indexer reporting "unconfigured/disabled/deleted index=wineventlog with source="source::WinEventLog:System""</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-indexer-reporting-quot-unconfigured-disabled-deleted/m-p/219976#M43208</link>
      <description>&lt;P&gt;Well now I feel like an idiot, that was the problem!  First time setting up Splunk and I've been doing everything as admin so I just assumed it was searching all indexes.  Thanks for the quick response!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 20:46:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-indexer-reporting-quot-unconfigured-disabled-deleted/m-p/219976#M43208</guid>
      <dc:creator>stuntman2625</dc:creator>
      <dc:date>2015-11-05T20:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my indexer reporting "unconfigured/disabled/deleted index=wineventlog with source="source::WinEventLog:System""</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-indexer-reporting-quot-unconfigured-disabled-deleted/m-p/219977#M43209</link>
      <description>&lt;P&gt;Don't feel bad! I have done this &lt;EM&gt;more than once&lt;/EM&gt;.  Now, I always change the admin role so that it set to search "all non-internal indexes" by default. It's part of the steps I go through whenever I install or update Splunk...&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 21:50:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-indexer-reporting-quot-unconfigured-disabled-deleted/m-p/219977#M43209</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2015-11-05T21:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my indexer reporting "unconfigured/disabled/deleted index=wineventlog with source="source::WinEventLog:System""</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-indexer-reporting-quot-unconfigured-disabled-deleted/m-p/219978#M43210</link>
      <description>&lt;P&gt;If the index exists on your indexers and If it is happening from  clustered indexers, has worked fine until the message was found, just all of a sudden it complains about the error after an activity on the cluster.&lt;BR /&gt;
Check if the index gets disabled by splunk instance. If then this must be the cause of the message. You may need to check if you have any bucket id conflicts like below which is caused by bucket replication ;&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;ERROR IndexerService - Error intializing IndexerService: idx=MyIndex bid=MyIndex~25~9B9D1F9-8EA5-4C73-BCC4-6C7C65E2AB5A &lt;BR /&gt;
bucket=rb_1466615370_1466529185_25_9B9D1F9-8EA5-4C73-BCC4-6C7C65E2AB5A &lt;STRONG&gt;Detected directory manually copied into its database, causing id conflicts&lt;/STRONG&gt;  [path1='C:\splunk_indexes\MyIndex\db\db_1466615370_1466529185_25_9B9D1F9-8EA5-4C73-BCC4-6C7C65E2AB5A'  path2='C:\splunk_cold_indexes\MyIndex\db\rb_1466615370_1466529185_25_9B9D1F9-8EA5-4C73-BCC4-6C7C65E2AB5A'].&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;You would need to figure out the bucket conflicting issue by removing or moving it to somewhere Splunkd doesn't know.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:05:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-indexer-reporting-quot-unconfigured-disabled-deleted/m-p/219978#M43210</guid>
      <dc:creator>sylim_splunk</dc:creator>
      <dc:date>2020-09-29T10:05:50Z</dc:date>
    </item>
  </channel>
</rss>

