<?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 am I getting error &amp;quot;Received event for unconfigured/disabled/deleted index=&amp;quot;wineventlog&amp;quot;&amp;quot; when the index does exist? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-getting-error-quot-Received-event-for-unconfigured/m-p/285009#M54456</link>
    <description>&lt;P&gt;If you haven't already done  so, I would try restarting your indexers to ensure they are initializing the indexes.conf config updates.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Feb 2016 03:13:21 GMT</pubDate>
    <dc:creator>bandit</dc:creator>
    <dc:date>2016-02-11T03:13:21Z</dc:date>
    <item>
      <title>Why am I getting error "Received event for unconfigured/disabled/deleted index="wineventlog"" when the index does exist?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-getting-error-quot-Received-event-for-unconfigured/m-p/285003#M54450</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I am trying to log the Sysmon/Operational Windows event logs via the Sysmon TA app:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog://Microsoft-Windows-Sysmon/Operational]
disabled = false
renderXml = true
index=wineventlog
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But when I push the app to the Universal Forwarders on my Windows boxes, I am receiving the error:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Received event for unconfigured/disabled/deleted index="wineventlog" with source="source::WinEventLog:Microsoft-Windows-Sysmon/Operational" host="host::XX" sourcetype="sourcetype::XmlWinEventLog:Microsoft-Windows-Sysmon/Operational". So far received events from 1 missing index(es).
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The challenge is that the index does exist and is enabled:&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/1047iDB25561911B85D69/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;It was originally created by the Windows TA app, so I deleted it, recreated it, put it in indexes.conf, but nothing. I cannot see the issue.&lt;/P&gt;

&lt;P&gt;Any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 21:18:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-getting-error-quot-Received-event-for-unconfigured/m-p/285003#M54450</guid>
      <dc:creator>Epicism1</dc:creator>
      <dc:date>2016-02-09T21:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting error "Received event for unconfigured/disabled/deleted index="wineventlog"" when the index does exist?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-getting-error-quot-Received-event-for-unconfigured/m-p/285004#M54451</link>
      <description>&lt;P&gt;Can you run &lt;CODE&gt;sudo ./splunk cmd btool indexes list --debug | grep -A 10 "\[wineventlog"&lt;/CODE&gt; on your indexer and share the output, please?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 23:37:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-getting-error-quot-Received-event-for-unconfigured/m-p/285004#M54451</guid>
      <dc:creator>s2_splunk</dc:creator>
      <dc:date>2016-02-09T23:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting error "Received event for unconfigured/disabled/deleted index="wineventlog"" when the index does exist?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-getting-error-quot-Received-event-for-unconfigured/m-p/285005#M54452</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;/opt/splunk/etc/system/local/indexes.conf                    [wineventlog]
/opt/splunk/etc/system/default/indexes.conf                  assureUTF8 = false
/opt/splunk/etc/system/default/indexes.conf                  bucketRebuildMemoryHint = auto
/opt/splunk/etc/system/local/indexes.conf                    coldPath = $SPLUNK_DB/wineventlog/colddb
/opt/splunk/etc/system/default/indexes.conf                  coldPath.maxDataSizeMB = 0
/opt/splunk/etc/system/default/indexes.conf                  coldToFrozenDir =
/opt/splunk/etc/system/default/indexes.conf                  coldToFrozenScript =
/opt/splunk/etc/system/default/indexes.conf                  compressRawdata = true
/opt/splunk/etc/system/default/indexes.conf                  defaultDatabase = main
/opt/splunk/etc/system/default/indexes.conf                  enableDataIntegrityControl = false
/opt/splunk/etc/system/default/indexes.conf                  enableOnlineBucketRepair = true
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 10 Feb 2016 00:23:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-getting-error-quot-Received-event-for-unconfigured/m-p/285005#M54452</guid>
      <dc:creator>Epicism1</dc:creator>
      <dc:date>2016-02-10T00:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting error "Received event for unconfigured/disabled/deleted index="wineventlog"" when the index does exist?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-getting-error-quot-Received-event-for-unconfigured/m-p/285006#M54453</link>
      <description>&lt;P&gt;Hmmm, that is weird. When you run a search on the indexer using index=wineventlog, do you see data? Your screenshot suggests there should be events in it.&lt;BR /&gt;
The only other thing I can think of is some weird non-printable control character in your inputs.conf.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 01:13:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-getting-error-quot-Received-event-for-unconfigured/m-p/285006#M54453</guid>
      <dc:creator>s2_splunk</dc:creator>
      <dc:date>2016-02-10T01:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting error "Received event for unconfigured/disabled/deleted index="wineventlog"" when the index does exist?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-getting-error-quot-Received-event-for-unconfigured/m-p/285007#M54454</link>
      <description>&lt;P&gt;Yes, security and application event logs are streaming in no problem. I'll try running dos2unix on the inputs.conf file...&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 04:32:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-getting-error-quot-Received-event-for-unconfigured/m-p/285007#M54454</guid>
      <dc:creator>Epicism1</dc:creator>
      <dc:date>2016-02-10T04:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting error "Received event for unconfigured/disabled/deleted index="wineventlog"" when the index does exist?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-getting-error-quot-Received-event-for-unconfigured/m-p/285008#M54455</link>
      <description>&lt;P&gt;I think that is a great idea... Please report back.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 05:43:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-getting-error-quot-Received-event-for-unconfigured/m-p/285008#M54455</guid>
      <dc:creator>s2_splunk</dc:creator>
      <dc:date>2016-02-10T05:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting error "Received event for unconfigured/disabled/deleted index="wineventlog"" when the index does exist?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-getting-error-quot-Received-event-for-unconfigured/m-p/285009#M54456</link>
      <description>&lt;P&gt;If you haven't already done  so, I would try restarting your indexers to ensure they are initializing the indexes.conf config updates.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2016 03:13:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-getting-error-quot-Received-event-for-unconfigured/m-p/285009#M54456</guid>
      <dc:creator>bandit</dc:creator>
      <dc:date>2016-02-11T03:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting error "Received event for unconfigured/disabled/deleted index="wineventlog"" when the index does exist?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-getting-error-quot-Received-event-for-unconfigured/m-p/285010#M54457</link>
      <description>&lt;P&gt;So I figured out what the issue is. I set the index in inputs.conf which made the hard-coded checksum fail and refuse to install&lt;/P&gt;

&lt;P&gt;The universal forwarder splunkd.log has the error:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;02-06-2016 05:15:54.061 -0500 INFO  DeployedApplication - Checksum mismatch 0 &amp;lt;&amp;gt; 7566232508823169641 for app=TA-microsoft-sysmon. Will reload from='splunk.projectmayhem.local:8089/services/streams/deployment?name=default:Windows%20Event%20Logs:TA-microsoft-sysmon'
02-06-2016 05:15:54.076 -0500 INFO  DeployedApplication - Downloaded url=splunk.projectmayhem.local:8089/services/streams/deployment?name=default:Windows%20Event%20Logs:TA-microsoft-sysmon to file='C:\Program Files\SplunkUniversalForwarder\var\run\Windows Event Logs\TA-microsoft-sysmon-1454471855.bundle' sizeKB=30
02-06-2016 05:15:54.076 -0500 WARN  DeployedApplication - app=TA-microsoft-sysmon, installed_via="search head cluster deployer, UI, CLI, or REST API", checksum=0b39270c03e818fb6bcadcf51781171cc69e07ce
02-06-2016 05:15:54.076 -0500 WARN  DeployedApplication - app=TA-microsoft-sysmon was already installed via search head cluster deployer, UI, CLI, or REST API; it may not be overridden via deployment server; remove existing app=TA-microsoft-sysmon via search head cluster deployer, UI, CLI, or REST API if you wish to install it via deployment server
02-06-2016 05:15:54.076 -0500 ERROR DeployedServerclass - name=Windows Event Logs Failed to install app=TA-microsoft-sysmon
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;To fix it I removed the checksum in the app.conf file.&lt;/P&gt;

&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Feb 2016 18:20:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-getting-error-quot-Received-event-for-unconfigured/m-p/285010#M54457</guid>
      <dc:creator>Epicism1</dc:creator>
      <dc:date>2016-02-13T18:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting error "Received event for unconfigured/disabled/deleted index="wineventlog"" when the index does exist?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-getting-error-quot-Received-event-for-unconfigured/m-p/285011#M54458</link>
      <description>&lt;P&gt;Why that would cause the message you saw on the indexer I am not sure, but I am glad you figured it out!&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2016 04:33:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-getting-error-quot-Received-event-for-unconfigured/m-p/285011#M54458</guid>
      <dc:creator>s2_splunk</dc:creator>
      <dc:date>2016-02-15T04:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting error "Received event for unconfigured/disabled/deleted index="wineventlog"" when the index does exist?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-getting-error-quot-Received-event-for-unconfigured/m-p/285012#M54459</link>
      <description>&lt;P&gt;Yeah, that part is weird because it seems to me like it shouldn't be attempting to send any logs to the indexer. Weird.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2016 14:22:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-getting-error-quot-Received-event-for-unconfigured/m-p/285012#M54459</guid>
      <dc:creator>Epicism1</dc:creator>
      <dc:date>2016-02-15T14:22:12Z</dc:date>
    </item>
  </channel>
</rss>

