<?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: On startup, Splunk reports issues with the default prefs.conf file (invalid keys) in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/On-startup-Splunk-reports-issues-with-the-default-prefs-conf/m-p/209639#M98802</link>
    <description>&lt;P&gt;I recall at least one occurrence where the .spec file was not updated with 6.3, leading to startup warnings. Without knowing, which keys your installation complains about, it's hard to say whether you are experiencing the same issue. I would definitely try to upgrade to the latest 6.3.x version available on splunk.com.&lt;BR /&gt;
And/Or, please update your question with the warnings you see.&lt;/P&gt;</description>
    <pubDate>Sun, 21 Feb 2016 10:39:05 GMT</pubDate>
    <dc:creator>s2_splunk</dc:creator>
    <dc:date>2016-02-21T10:39:05Z</dc:date>
    <item>
      <title>On startup, Splunk reports issues with the default prefs.conf file (invalid keys)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/On-startup-Splunk-reports-issues-with-the-default-prefs-conf/m-p/209637#M98800</link>
      <description>&lt;P&gt;When I startup Splunk (v6.3.0 for Linux), I've notices warning message when Splunk is Checking conf files for problems.&lt;BR /&gt;&lt;BR /&gt;
It finds several issues with the default prefs.conf file, telling me several items have invalid keys.  &lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Not sure why the default file is coming up with errors.  This has not been updated by us.&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Is prefs.conf used anymore?  I thought this file was removed.  It is not listed in the admin document as a conf file.&lt;BR /&gt;
I renamed the file and restarted, no warning messages, but then it complained it couldn't find default/prefs.conf.&lt;BR /&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;What's the story with this behavior?&lt;/P&gt;

&lt;P&gt;Thanks, &lt;BR /&gt;
Tom&lt;/P&gt;</description>
      <pubDate>Sat, 20 Feb 2016 15:21:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/On-startup-Splunk-reports-issues-with-the-default-prefs-conf/m-p/209637#M98800</guid>
      <dc:creator>tlabue</dc:creator>
      <dc:date>2016-02-20T15:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: On startup, Splunk reports issues with the default prefs.conf file (invalid keys)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/On-startup-Splunk-reports-issues-with-the-default-prefs-conf/m-p/209638#M98801</link>
      <description>&lt;P&gt;There is still a default prefs.conf file in 6.3.  Check the manifest file in your SPLUNK_HOME directory, it has a list of the files from the installer.&lt;/P&gt;

&lt;P&gt;Is this a new installation of Splunk or an upgrade?  If its an upgrade, check to see if your etc/system/default/prefs.conf file is read-only.  It could be that when you upgraded, you were unable to overwrite the file, and now Splunk is complaining.  An easy fix would be to adjust the permissions on the existing file, pull a copy of the new file from the tar.gz installer and copy it over the existing one.  &lt;/P&gt;</description>
      <pubDate>Sat, 20 Feb 2016 17:24:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/On-startup-Splunk-reports-issues-with-the-default-prefs-conf/m-p/209638#M98801</guid>
      <dc:creator>Jeremiah</dc:creator>
      <dc:date>2016-02-20T17:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: On startup, Splunk reports issues with the default prefs.conf file (invalid keys)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/On-startup-Splunk-reports-issues-with-the-default-prefs-conf/m-p/209639#M98802</link>
      <description>&lt;P&gt;I recall at least one occurrence where the .spec file was not updated with 6.3, leading to startup warnings. Without knowing, which keys your installation complains about, it's hard to say whether you are experiencing the same issue. I would definitely try to upgrade to the latest 6.3.x version available on splunk.com.&lt;BR /&gt;
And/Or, please update your question with the warnings you see.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Feb 2016 10:39:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/On-startup-Splunk-reports-issues-with-the-default-prefs-conf/m-p/209639#M98802</guid>
      <dc:creator>s2_splunk</dc:creator>
      <dc:date>2016-02-21T10:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: On startup, Splunk reports issues with the default prefs.conf file (invalid keys)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/On-startup-Splunk-reports-issues-with-the-default-prefs-conf/m-p/209640#M98803</link>
      <description>&lt;P&gt;The manifest file I have for my 6.3.0 install still lists the default/prefs.conf.  The file permissions are 440 instead of 444 listed in the manifest.  Though all the files in the default directory have been at least touched by the upgrade.  In the past if we've had permission issues, I see the errors immediately with the tarball deployment.  &lt;/P&gt;

&lt;P&gt;I pulled the file from the tar.gz installation and checked it against the installed file and the diff command reported no differences in the two files.  &lt;/P&gt;

&lt;P&gt;The warnings are about the following issues:&lt;BR /&gt;
stanza [default]: line 23: clicksAppendToSearch (value: true)&lt;BR /&gt;
stanza [default]: line 24: defaultTimeRange (value: startMonthsAgo=3)&lt;BR /&gt;
stanza [default]: line 33: maxLines (value: 10)&lt;BR /&gt;
stanza [default]: line 36: reportColumnList (value: [])&lt;BR /&gt;
stanza [default]: line 37: chartLastPlotMode (value: column)&lt;BR /&gt;
stanza [default]: line 49: dashboard_intro_getting_started (value: /static/html/getting_started.html)&lt;BR /&gt;
stanza [default]: line 59: dashboard_customList_All_indexed_data_searches (value: .....)&lt;BR /&gt;
stanza [default]: line 60: dashboard_customList_All_indexed_data_labels (value: Sources, Sourcetypes, Hosts)&lt;BR /&gt;
stanza [default]: line 62: dashboard_customList_Saved_searches_searches (value: .....)&lt;BR /&gt;
stanza [default]: line 63: dashboard_customList_Saved_searches_lables (value:  )&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:52:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/On-startup-Splunk-reports-issues-with-the-default-prefs-conf/m-p/209640#M98803</guid>
      <dc:creator>tlabue</dc:creator>
      <dc:date>2020-09-29T08:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: On startup, Splunk reports issues with the default prefs.conf file (invalid keys)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/On-startup-Splunk-reports-issues-with-the-default-prefs-conf/m-p/209641#M98804</link>
      <description>&lt;P&gt;I listed the warnings above.  It's not so easy for me to just upgrade to the new version.  I have to get a bunch of approvals before I can do that.  However, it seems I have seem this in the past few upgrades I have done (6.2.2, 6.2.4 at the very least).  &lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2016 14:09:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/On-startup-Splunk-reports-issues-with-the-default-prefs-conf/m-p/209641#M98804</guid>
      <dc:creator>tlabue</dc:creator>
      <dc:date>2016-02-22T14:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: On startup, Splunk reports issues with the default prefs.conf file (invalid keys)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/On-startup-Splunk-reports-issues-with-the-default-prefs-conf/m-p/209642#M98805</link>
      <description>&lt;P&gt;The Splunk v6.4.0 tar has no prefs.conf.  Has this file been deprecated now?&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 11:51:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/On-startup-Splunk-reports-issues-with-the-default-prefs-conf/m-p/209642#M98805</guid>
      <dc:creator>tlabue</dc:creator>
      <dc:date>2016-05-12T11:51:38Z</dc:date>
    </item>
  </channel>
</rss>

