<?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: When creating a diag, splunk complains about splunklogger index not having paths for home/cold/thawedPath in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/When-creating-a-diag-splunk-complains-about-splunklogger-index/m-p/80274#M97100</link>
    <description>&lt;P&gt;These errors are benign and are occurring because of an orphaned stanza for the legacy "splunklogger" index in $SPLUNK_HOME/etc/system/default/indexes.conf :&lt;/P&gt;

&lt;P&gt;&lt;PRE&gt;&lt;CODE&gt; # this index has been removed in the 4.1 series, but this stanza must be
 # preserved to avoid displaying errors for users that have tweaked the index's
 # size/etc parameters in local/indexes.conf.
 [splunklogger]
 disabled = true&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;

&lt;P&gt;The goal of this stanza is to disable the "splunklogger" index which has been deprecated for a while. Splunk diag is a little bit anal about index stanzas that fail to include non-optional parameters such as "homePath", "coldPath" or "thawedPath" which is why you are seeing this error.&lt;/P&gt;

&lt;P&gt;The easiest way to suppress this error would be to modify the [splunklogger] stanza in $SPLUNK_HOME/etc/system/default/indexes.conf (or $SPLUNK_HOME/etc/system/local/indexes.conf if you want this to be upgrade-resilient) as follows :&lt;/P&gt;

&lt;P&gt;&lt;PRE&gt;&lt;CODE&gt; # this index has been removed in the 4.1 series, but this stanza must be
 # preserved to avoid displaying errors for users that have tweaked the index's
 # size/etc parameters in local/indexes.conf.
 [splunklogger]
 disabled = true
 homePath = $SPLUNK_DB/splunklogger/db
 coldPath = $SPLUNK_DB/splunklogger/colddb
 thawedPath = $SPLUNK_DB/splunklogger/thaweddb
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;

&lt;P&gt;In all likelihood, this minor cosmetic error will be fixed in a future release.&lt;/P&gt;</description>
    <pubDate>Wed, 13 Apr 2011 07:39:08 GMT</pubDate>
    <dc:creator>hexx</dc:creator>
    <dc:date>2011-04-13T07:39:08Z</dc:date>
    <item>
      <title>When creating a diag, splunk complains about splunklogger index not having paths for home/cold/thawedPath</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/When-creating-a-diag-splunk-complains-about-splunklogger-index/m-p/80273#M97099</link>
      <description>&lt;P&gt;I was told from support to run ./splunk diag and i receive the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;./splunk diag
Ensuring clean temp dir...
Selected diag name of: diag-beefysup01-2011-04-12
Starting splunk diag...
The index splunklogger does not have a value set for homePath, this is unusual.
The index splunklogger does not have a value set for coldPath, this is unusual.
The index splunklogger does not have a value set for thawedPath, this is unusual.
Copying Splunk configuration files...
Copying Splunk log files...
Copying index worddata, and bucket info files...
The index splunklogger does not have a value set for homePath, this is unusual.
The index splunklogger does not have a value set for coldPath, this is unusual.
The index splunklogger does not have a value set for thawedPath, this is unusual.
Copying Splunk log files in the dispatch dir...
Creating archive file...
Cleaning up...
Splunk diagnosis file created: /home/gzaimi/splunk418/diag-beefysup01-2011-04-12.tar.gz
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Why is this happening, what does it mean?&lt;BR /&gt;
.gz&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2011 06:59:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/When-creating-a-diag-splunk-complains-about-splunklogger-index/m-p/80273#M97099</guid>
      <dc:creator>Genti</dc:creator>
      <dc:date>2011-04-13T06:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: When creating a diag, splunk complains about splunklogger index not having paths for home/cold/thawedPath</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/When-creating-a-diag-splunk-complains-about-splunklogger-index/m-p/80274#M97100</link>
      <description>&lt;P&gt;These errors are benign and are occurring because of an orphaned stanza for the legacy "splunklogger" index in $SPLUNK_HOME/etc/system/default/indexes.conf :&lt;/P&gt;

&lt;P&gt;&lt;PRE&gt;&lt;CODE&gt; # this index has been removed in the 4.1 series, but this stanza must be
 # preserved to avoid displaying errors for users that have tweaked the index's
 # size/etc parameters in local/indexes.conf.
 [splunklogger]
 disabled = true&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;

&lt;P&gt;The goal of this stanza is to disable the "splunklogger" index which has been deprecated for a while. Splunk diag is a little bit anal about index stanzas that fail to include non-optional parameters such as "homePath", "coldPath" or "thawedPath" which is why you are seeing this error.&lt;/P&gt;

&lt;P&gt;The easiest way to suppress this error would be to modify the [splunklogger] stanza in $SPLUNK_HOME/etc/system/default/indexes.conf (or $SPLUNK_HOME/etc/system/local/indexes.conf if you want this to be upgrade-resilient) as follows :&lt;/P&gt;

&lt;P&gt;&lt;PRE&gt;&lt;CODE&gt; # this index has been removed in the 4.1 series, but this stanza must be
 # preserved to avoid displaying errors for users that have tweaked the index's
 # size/etc parameters in local/indexes.conf.
 [splunklogger]
 disabled = true
 homePath = $SPLUNK_DB/splunklogger/db
 coldPath = $SPLUNK_DB/splunklogger/colddb
 thawedPath = $SPLUNK_DB/splunklogger/thaweddb
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;

&lt;P&gt;In all likelihood, this minor cosmetic error will be fixed in a future release.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2011 07:39:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/When-creating-a-diag-splunk-complains-about-splunklogger-index/m-p/80274#M97100</guid>
      <dc:creator>hexx</dc:creator>
      <dc:date>2011-04-13T07:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: When creating a diag, splunk complains about splunklogger index not having paths for home/cold/thawedPath</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/When-creating-a-diag-splunk-complains-about-splunklogger-index/m-p/80275#M97101</link>
      <description>&lt;P&gt;As of 4.1.7 and up, $SPLUNK_HOME/etc/system/default/indexes.conf now defaults to disable the splunklogger index as:&lt;/P&gt;

&lt;P&gt;[splunklogger]&lt;BR /&gt;
disabled = true&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2011 20:47:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/When-creating-a-diag-splunk-complains-about-splunklogger-index/m-p/80275#M97101</guid>
      <dc:creator>Ellen</dc:creator>
      <dc:date>2011-04-25T20:47:40Z</dc:date>
    </item>
  </channel>
</rss>

