<?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: Problem parsing indexes.conf: default index disabled - quit! Validating databases (splunkd validatedb) failed with code '1'.  Please file a case online at http://www.splunk.com/page/submit_issue in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-there-a-Problem-parsing-indexes-conf-and-throwing-an/m-p/30216#M5254</link>
    <description>&lt;P&gt;I don't even have an splunkd.log in "splunk" folder.&lt;/P&gt;</description>
    <pubDate>Sat, 17 Feb 2018 15:16:55 GMT</pubDate>
    <dc:creator>jsven7</dc:creator>
    <dc:date>2018-02-17T15:16:55Z</dc:date>
    <item>
      <title>Why is there a Problem parsing indexes.conf and throwing an error?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-there-a-Problem-parsing-indexes-conf-and-throwing-an/m-p/30212#M5250</link>
      <description>&lt;P&gt;Hi, i restall the splunk&lt;BR /&gt;Then i copied the old /splunk/var/ to the new /opt/splunk/&lt;BR /&gt;But when i start splunk,i met this error&lt;/P&gt;
&lt;P&gt;Problem parsing indexes.conf: default index disabled - quit!&lt;BR /&gt;Validating databases (splunkd validatedb) failed with code '1'. Please file a case online at &lt;A href="http://www.splunk.com/page/submit_issue" target="_blank"&gt;http://www.splunk.com/page/submit_issue&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;And then i copied the all old indexes.conf to overwrite the new indexes.conf&lt;/P&gt;
&lt;P&gt;But still this error&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 17:02:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-there-a-Problem-parsing-indexes-conf-and-throwing-an/m-p/30212#M5250</guid>
      <dc:creator>perlish</dc:creator>
      <dc:date>2023-08-14T17:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem parsing indexes.conf: default index disabled - quit! Validating databases (splunkd validatedb) failed with code '1'.  Please file a case online at http://www.splunk.com/page/submit_issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-there-a-Problem-parsing-indexes-conf-and-throwing-an/m-p/30213#M5251</link>
      <description>&lt;P&gt;This is usually caused by the improper use of an inline comment in indexes.conf. For example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;homePath = /data/sandwich_security/db. # Gotta keep an eye on those sandwiches!
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This can prevent splunkd from parsing your indexes.conf.    &lt;/P&gt;</description>
      <pubDate>Thu, 09 Aug 2012 04:07:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-there-a-Problem-parsing-indexes-conf-and-throwing-an/m-p/30213#M5251</guid>
      <dc:creator>hexx</dc:creator>
      <dc:date>2012-08-09T04:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem parsing indexes.conf: default index disabled - quit! Validating databases (splunkd validatedb) failed with code '1'.  Please file a case online at http://www.splunk.com/page/submit_issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-there-a-Problem-parsing-indexes-conf-and-throwing-an/m-p/30214#M5252</link>
      <description>&lt;P&gt;I just ran into this.  My $SPLUNK_HOME/etc/system/local/indexes.conf had:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[main] disabled = 1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I changed that over to 0 and I was good.  I suspect I mucked things up when I ran splunk as root then tried to reboot at which time it tried to start as user splunk.  I had to fix several file permission issues.  I found out everything (so far) was fixed with 'chmod -R splunk $SPLUNK_HOME'.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2013 13:02:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-there-a-Problem-parsing-indexes-conf-and-throwing-an/m-p/30214#M5252</guid>
      <dc:creator>snickered</dc:creator>
      <dc:date>2013-01-07T13:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem parsing indexes.conf: default index disabled - quit! Validating databases (splunkd validatedb) failed with code '1'.  Please file a case online at http://www.splunk.com/page/submit_issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-there-a-Problem-parsing-indexes-conf-and-throwing-an/m-p/30215#M5253</link>
      <description>&lt;P&gt;usually, this is because splunk detected a duplicate bucket id in your main index.&lt;BR /&gt;
see &lt;A href="http://splunk-base.splunk.com/answers/34811/how-can-i-find-all-duplicate-bucket-ids-that-are-causing-conflicts-in-my-index"&gt;http://splunk-base.splunk.com/answers/34811/how-can-i-find-all-duplicate-bucket-ids-that-are-causing-conflicts-in-my-index&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;to fix :&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;check the logs $SPLUNK_HOME/var/log/splunk/splunkd.log to find the culprit buckets.&lt;/LI&gt;
&lt;LI&gt;identify them and fix them (increment the bucket id should be enough)&lt;/LI&gt;
&lt;LI&gt;edit the indexes.conf to re-enable the main index.&lt;/LI&gt;
&lt;LI&gt;restart splunk.&lt;/LI&gt;
&lt;LI&gt;it it fails restart the procedure.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 07 Jan 2013 16:53:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-there-a-Problem-parsing-indexes-conf-and-throwing-an/m-p/30215#M5253</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2013-01-07T16:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem parsing indexes.conf: default index disabled - quit! Validating databases (splunkd validatedb) failed with code '1'.  Please file a case online at http://www.splunk.com/page/submit_issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-there-a-Problem-parsing-indexes-conf-and-throwing-an/m-p/30216#M5254</link>
      <description>&lt;P&gt;I don't even have an splunkd.log in "splunk" folder.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Feb 2018 15:16:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-there-a-Problem-parsing-indexes-conf-and-throwing-an/m-p/30216#M5254</guid>
      <dc:creator>jsven7</dc:creator>
      <dc:date>2018-02-17T15:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem parsing indexes.conf: default index disabled - quit! Validating databases (splunkd validatedb) failed with code '1'.  Please file a case online at http://www.splunk.com/page/submit_issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-there-a-Problem-parsing-indexes-conf-and-throwing-an/m-p/30217#M5255</link>
      <description>&lt;P&gt;Same. I don't even have splunkd.log in my 'splunk' folder.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 21:43:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-there-a-Problem-parsing-indexes-conf-and-throwing-an/m-p/30217#M5255</guid>
      <dc:creator>yashjain</dc:creator>
      <dc:date>2018-04-16T21:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem parsing indexes.conf: default index disabled - quit! Validating databases (splunkd validatedb) failed with c</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-there-a-Problem-parsing-indexes-conf-and-throwing-an/m-p/654254#M110917</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/681"&gt;@hexx&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Apologies for following up on this 11 years old thread...&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;This is usually caused by the improper use of an inline comment in indexes.conf.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I couldn't find anything in official documentation that inline comments are disallowed in indexes.conf. But maybe i just didn't look at the right place.&lt;/P&gt;&lt;P&gt;Could you confirm that inline comments are disallowed in indexes.conf please?&lt;/P&gt;&lt;P&gt;(and if its allowed in other config files generally or a specific list of files?)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS: i checked&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.1.0/Admin/Indexesconf" target="_blank" rel="noopener"&gt;v9.1.0 Indexes.conf&lt;/A&gt;&amp;nbsp; and&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.1.0/Admin/Inputsconf" target="_blank" rel="noopener"&gt;v9.1.0 Inputs.conf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;A;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 09:18:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-there-a-Problem-parsing-indexes-conf-and-throwing-an/m-p/654254#M110917</guid>
      <dc:creator>kubermensch</dc:creator>
      <dc:date>2023-08-14T09:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem parsing indexes.conf: default index disabled - quit! Validating databases (splunkd validatedb) failed with c</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-there-a-Problem-parsing-indexes-conf-and-throwing-an/m-p/655434#M111052</link>
      <description>&lt;P&gt;Its described here (thanks to my colleague at Amadeus)&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.1.0/Admin/Howtoeditaconfigurationfile#Where_not_to_put_your_comments" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.1.0/Admin/Howtoeditaconfigurationfile#Where_not_to_put_your_comments&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I'd be interested to know why this weird behaviour was chosen.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 05:31:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-there-a-Problem-parsing-indexes-conf-and-throwing-an/m-p/655434#M111052</guid>
      <dc:creator>kubermensch</dc:creator>
      <dc:date>2023-08-24T05:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem parsing indexes.conf: default index disabled - quit! Validating databases (splunkd validatedb) failed with c</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-there-a-Problem-parsing-indexes-conf-and-throwing-an/m-p/655453#M111060</link>
      <description>&lt;P&gt;Probably it's not chosen, it's just "lazy" coding for input checking and extractions.&lt;BR /&gt;You could create an idea for fix this on ideas.splunk.com.&lt;/P&gt;&lt;P&gt;Add:&lt;/P&gt;&lt;P&gt;I actually create a new idea for it&amp;nbsp;&lt;A href="https://ideas.splunk.com/ideas/EID-I-2035" target="_blank"&gt;https://ideas.splunk.com/ideas/EID-I-2035&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 08:03:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-there-a-Problem-parsing-indexes-conf-and-throwing-an/m-p/655453#M111060</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-08-24T08:03:57Z</dc:date>
    </item>
  </channel>
</rss>

