<?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: Removing whitelist entries in serverclass.conf does not remove them in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Removing-whitelist-entries-in-serverclass-conf-does-not-remove/m-p/152529#M5705</link>
    <description>&lt;P&gt;I had a whitelist that was number starting from 1 rather than 0. I never saw any messages about it in splunk 5.1.3, but after I upgraded to 6.1.5 I did. However though it told me the correct server class, it incorrectly identified the problem as missing whitelist.9 rather than whitelist.0 #headscratcher (until I read this post).&lt;/P&gt;</description>
    <pubDate>Fri, 05 Dec 2014 21:58:13 GMT</pubDate>
    <dc:creator>wrangler2x</dc:creator>
    <dc:date>2014-12-05T21:58:13Z</dc:date>
    <item>
      <title>Removing whitelist entries in serverclass.conf does not remove them</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Removing-whitelist-entries-in-serverclass-conf-does-not-remove/m-p/152526#M5702</link>
      <description>&lt;P&gt;I added 8 dns names to my whitelist through the "Edit Clients" for my Server Class on my deployment server.&lt;BR /&gt;
I saved and reloaded, then went back in to edit it.&lt;BR /&gt;
I removed all but one entry, hit save and reload and got the following error:&lt;BR /&gt;
In handler 'serverclasses': Gap in numbered regexes: expected attribute=whitelist.8 not found.&lt;/P&gt;

&lt;P&gt;I believe this is a bug within the Edit Clients UI.&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2014 14:50:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Removing-whitelist-entries-in-serverclass-conf-does-not-remove/m-p/152526#M5702</guid>
      <dc:creator>aelliott</dc:creator>
      <dc:date>2014-05-05T14:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Removing whitelist entries in serverclass.conf does not remove them</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Removing-whitelist-entries-in-serverclass-conf-does-not-remove/m-p/152527#M5703</link>
      <description>&lt;P&gt;It sounds like a bug.&lt;/P&gt;

&lt;P&gt;For a work-around, go to the &lt;CODE&gt;serverclass.conf&lt;/CODE&gt; file. You will probably see entries like this somewhere in the file:&lt;/P&gt;

&lt;P&gt;whitelist.0= yourhostname1&lt;BR /&gt;
whitelist.1= yourhostname2&lt;BR /&gt;
whitelist.3= yourhostname8&lt;/P&gt;

&lt;P&gt;Or perhaps the first &lt;CODE&gt;whitelist.x&lt;/CODE&gt; is &lt;EM&gt;not&lt;/EM&gt; &lt;CODE&gt;whitelist.0&lt;/CODE&gt;!&lt;/P&gt;

&lt;P&gt;In &lt;CODE&gt;serverclass.conf&lt;/CODE&gt; the whitelists are numbered. The first one must be &lt;CODE&gt;whitelist.0&lt;/CODE&gt; and no numbers can be skipped in the list. If you see that these rules have been violated then&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Please document what happened for Splunk support! Perhaps you could even run a &lt;CODE&gt;./splunk diag&lt;/CODE&gt; before fixing the problem.&lt;/LI&gt;
&lt;LI&gt;Edit the file and correct the problem.&lt;/LI&gt;
&lt;LI&gt;Use this command to reload &lt;CODE&gt;serverclass.conf&lt;/CODE&gt;: &lt;CODE&gt;./splunk reload deploy-server&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Go back into the UI and see if it works!&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Even if the workaround solves the problem, please report it to &lt;A href="http://support.splunk.com"&gt;http://support.splunk.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2014 18:53:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Removing-whitelist-entries-in-serverclass-conf-does-not-remove/m-p/152527#M5703</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2014-05-05T18:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Removing whitelist entries in serverclass.conf does not remove them</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Removing-whitelist-entries-in-serverclass-conf-does-not-remove/m-p/152528#M5704</link>
      <description>&lt;P&gt;Same problem here, had to heavily edit a whitelist and got the same kind of whining (note! new whitelist was shorter than the old one!)&lt;/P&gt;

&lt;P&gt;I worked around this by deleting a few hosts (one by one + save) from the whitelist until I had a number of hosts = the # hosts I was adding, then it allowed me to modify the whole list.&lt;/P&gt;

&lt;P&gt;definitely sounds like a bug&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2014 13:27:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Removing-whitelist-entries-in-serverclass-conf-does-not-remove/m-p/152528#M5704</guid>
      <dc:creator>laurarokkanen</dc:creator>
      <dc:date>2014-09-23T13:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Removing whitelist entries in serverclass.conf does not remove them</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Removing-whitelist-entries-in-serverclass-conf-does-not-remove/m-p/152529#M5705</link>
      <description>&lt;P&gt;I had a whitelist that was number starting from 1 rather than 0. I never saw any messages about it in splunk 5.1.3, but after I upgraded to 6.1.5 I did. However though it told me the correct server class, it incorrectly identified the problem as missing whitelist.9 rather than whitelist.0 #headscratcher (until I read this post).&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2014 21:58:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Removing-whitelist-entries-in-serverclass-conf-does-not-remove/m-p/152529#M5705</guid>
      <dc:creator>wrangler2x</dc:creator>
      <dc:date>2014-12-05T21:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Removing whitelist entries in serverclass.conf does not remove them</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Removing-whitelist-entries-in-serverclass-conf-does-not-remove/m-p/152530#M5706</link>
      <description>&lt;P&gt;I filed a bug report: &lt;A href="https://splunkcommunities.force.com/customers/5004000000gvvlxAAA"&gt;link text&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2014 23:13:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Removing-whitelist-entries-in-serverclass-conf-does-not-remove/m-p/152530#M5706</guid>
      <dc:creator>wrangler2x</dc:creator>
      <dc:date>2014-12-05T23:13:23Z</dc:date>
    </item>
  </channel>
</rss>

