<?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: Deployment  server to deploy  specific serverclass to a client excluding whitelist * in Security</title>
    <link>https://community.splunk.com/t5/Security/Deployment-server-to-deploy-specific-serverclass-to-a-client/m-p/108225#M14325</link>
    <description>&lt;P&gt;typo in whitelist * ..i just posted the most superfluous version above ...the whitelist was at serverclass before this and since default stance for continuematching was true had only the config as you said before&lt;/P&gt;</description>
    <pubDate>Mon, 21 Oct 2013 23:00:39 GMT</pubDate>
    <dc:creator>Mag2sub</dc:creator>
    <dc:date>2013-10-21T23:00:39Z</dc:date>
    <item>
      <title>Deployment  server to deploy  specific serverclass to a client excluding whitelist *</title>
      <link>https://community.splunk.com/t5/Security/Deployment-server-to-deploy-specific-serverclass-to-a-client/m-p/108221#M14321</link>
      <description>&lt;P&gt;How do we make a deployment client with specific client name and serverclass designated   not honor "*" whitelist designated for another serverclass&lt;/P&gt;

&lt;P&gt;ie this client needs to download only the serverclass designated with its client name in whitelist and ignore all other serverclass with whitelist *&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2013 20:57:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Deployment-server-to-deploy-specific-serverclass-to-a-client/m-p/108221#M14321</guid>
      <dc:creator>Mag2sub</dc:creator>
      <dc:date>2013-10-21T20:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment  server to deploy  specific serverclass to a client excluding whitelist *</title>
      <link>https://community.splunk.com/t5/Security/Deployment-server-to-deploy-specific-serverclass-to-a-client/m-p/108222#M14322</link>
      <description>&lt;P&gt;Include the following line in your stanza:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;continueMatching = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And then make sure all other stanzas with whitelist=* come after that stanza in your conf file.&lt;/P&gt;

&lt;P&gt;Details can be found in the &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0/Admin/Serverclassconf"&gt;documentation&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;EDIT FOR CLARITY:&lt;/P&gt;

&lt;P&gt;Your stanzas should look like the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[serverClass:specificHost]
continueMatching = false
whitelist.0 = specificHost

[serverClass:specificHost:app:foo]

[serverClass:broad]
whitelist.0 = *

[serverClass:broad:app:bar]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Note that the app stanzas are separate stanzas from the serverClass stanzas.  So you can't put the whitelist under them.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2013 21:05:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Deployment-server-to-deploy-specific-serverclass-to-a-client/m-p/108222#M14322</guid>
      <dc:creator>emiller42</dc:creator>
      <dc:date>2013-10-21T21:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment  server to deploy  specific serverclass to a client excluding whitelist *</title>
      <link>https://community.splunk.com/t5/Security/Deployment-server-to-deploy-specific-serverclass-to-a-client/m-p/108223#M14323</link>
      <description>&lt;P&gt;Ok..i have 2 separate serverclass and found when i mention specific  clientname whitelist on top of serverclass and continue matching =false in that serverclass:app stanza...it just ignored the rest of serverclass below it ..and all apps deployed with * were undeployed suddenly... and cant see the specific client name app also deployed..i do see the specific bundles in ~splunk/var/tmp...however i had moved one specific app from a serverclass with * whitelist to a new server class that was on the top with specific clientname and continuematching=false&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2013 21:55:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Deployment-server-to-deploy-specific-serverclass-to-a-client/m-p/108223#M14323</guid>
      <dc:creator>Mag2sub</dc:creator>
      <dc:date>2013-10-21T21:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment  server to deploy  specific serverclass to a client excluding whitelist *</title>
      <link>https://community.splunk.com/t5/Security/Deployment-server-to-deploy-specific-serverclass-to-a-client/m-p/108224#M14324</link>
      <description>&lt;P&gt;So if you have something like:  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[serverClass:clientSpecific]
whitelist.0=matchingclient
continueMatching=false
[serverClass:clientSpecific:app:bar]

[serverClass:general]
whitelist.0=*
[serverClass:general:app:bar]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;then the general class no longer matches and the apps are uninstalled?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2013 22:14:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Deployment-server-to-deploy-specific-serverclass-to-a-client/m-p/108224#M14324</guid>
      <dc:creator>emiller42</dc:creator>
      <dc:date>2013-10-21T22:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment  server to deploy  specific serverclass to a client excluding whitelist *</title>
      <link>https://community.splunk.com/t5/Security/Deployment-server-to-deploy-specific-serverclass-to-a-client/m-p/108225#M14325</link>
      <description>&lt;P&gt;typo in whitelist * ..i just posted the most superfluous version above ...the whitelist was at serverclass before this and since default stance for continuematching was true had only the config as you said before&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2013 23:00:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Deployment-server-to-deploy-specific-serverclass-to-a-client/m-p/108225#M14325</guid>
      <dc:creator>Mag2sub</dc:creator>
      <dc:date>2013-10-21T23:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment  server to deploy  specific serverclass to a client excluding whitelist *</title>
      <link>https://community.splunk.com/t5/Security/Deployment-server-to-deploy-specific-serverclass-to-a-client/m-p/108226#M14326</link>
      <description>&lt;P&gt;The problem is where your whitelist= lines live.  Those are only valid in global or serverClass stanzas, not in app stanzas. (Which is where you have them)  Your  stanzas should look like the following:  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[global]
stateOnClient = enabled
filterType = whitelist
continueMatching = true

[serverClass:serverclass1]
continueMatching = false
whitelist.0=matchingclient

[serverClass:serverclass1:app:app1]

[serverClass:serverclass2]
continueMatching = true
whitelist.0=*

[serverClass:serverclass2:app:app2]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 21 Oct 2013 23:05:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Deployment-server-to-deploy-specific-serverclass-to-a-client/m-p/108226#M14326</guid>
      <dc:creator>emiller42</dc:creator>
      <dc:date>2013-10-21T23:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment  server to deploy  specific serverclass to a client excluding whitelist *</title>
      <link>https://community.splunk.com/t5/Security/Deployment-server-to-deploy-specific-serverclass-to-a-client/m-p/108227#M14327</link>
      <description>&lt;P&gt;agreed ..that was my first config...ie whitelist in serverclass  and not app...it did nto work ,,thats when i went superfluous&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2013 00:26:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Deployment-server-to-deploy-specific-serverclass-to-a-client/m-p/108227#M14327</guid>
      <dc:creator>Mag2sub</dc:creator>
      <dc:date>2013-10-22T00:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment  server to deploy  specific serverclass to a client excluding whitelist *</title>
      <link>https://community.splunk.com/t5/Security/Deployment-server-to-deploy-specific-serverclass-to-a-client/m-p/108228#M14328</link>
      <description>&lt;P&gt;I have deleted the erroneous post /config as that was my last config and i had the config as you have stated before&lt;/P&gt;

&lt;P&gt;Also checked &lt;BR /&gt;
ndex=_internal source=*splunkd.log (component=application OR component=serverclass) warn OR error on the deployment server serach app and did not find any eror&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2013 00:29:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Deployment-server-to-deploy-specific-serverclass-to-a-client/m-p/108228#M14328</guid>
      <dc:creator>Mag2sub</dc:creator>
      <dc:date>2013-10-22T00:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment  server to deploy  specific serverclass to a client excluding whitelist *</title>
      <link>https://community.splunk.com/t5/Security/Deployment-server-to-deploy-specific-serverclass-to-a-client/m-p/108229#M14329</link>
      <description>&lt;P&gt;i dont see a consistent deployment ...does whitelist=clientname exclude whitelist=* ?&lt;BR /&gt;
As i see serverclass with   whitelist=* &lt;BR /&gt;
also being deployed to serverclass having specific clientnames and continuematch=false&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2013 01:25:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Deployment-server-to-deploy-specific-serverclass-to-a-client/m-p/108229#M14329</guid>
      <dc:creator>Mag2sub</dc:creator>
      <dc:date>2013-10-22T01:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment  server to deploy  specific serverclass to a client excluding whitelist *</title>
      <link>https://community.splunk.com/t5/Security/Deployment-server-to-deploy-specific-serverclass-to-a-client/m-p/108230#M14330</link>
      <description>&lt;UL&gt;
&lt;LI&gt;is not appearing in whitelist=* when i edit online&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 22 Oct 2013 01:25:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Deployment-server-to-deploy-specific-serverclass-to-a-client/m-p/108230#M14330</guid>
      <dc:creator>Mag2sub</dc:creator>
      <dc:date>2013-10-22T01:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment  server to deploy  specific serverclass to a client excluding whitelist *</title>
      <link>https://community.splunk.com/t5/Security/Deployment-server-to-deploy-specific-serverclass-to-a-client/m-p/108231#M14331</link>
      <description>&lt;P&gt;I had to add a explicit blacklist for the specific clientname in the serverclass having whitelist.0=*..for this to work the nearest i want..&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2013 01:36:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Deployment-server-to-deploy-specific-serverclass-to-a-client/m-p/108231#M14331</guid>
      <dc:creator>Mag2sub</dc:creator>
      <dc:date>2013-10-22T01:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment  server to deploy  specific serverclass to a client excluding whitelist *</title>
      <link>https://community.splunk.com/t5/Security/Deployment-server-to-deploy-specific-serverclass-to-a-client/m-p/108232#M14332</link>
      <description>&lt;P&gt;I had to add a explicit blacklist for the specific clientname in the serverclass having whitelist.0=*..for this to work the nearest i want..&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2013 01:37:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Deployment-server-to-deploy-specific-serverclass-to-a-client/m-p/108232#M14332</guid>
      <dc:creator>Mag2sub</dc:creator>
      <dc:date>2013-10-22T01:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment  server to deploy  specific serverclass to a client excluding whitelist *</title>
      <link>https://community.splunk.com/t5/Security/Deployment-server-to-deploy-specific-serverclass-to-a-client/m-p/108233#M14333</link>
      <description>&lt;P&gt;That is what I was going to suggest.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2013 01:55:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Deployment-server-to-deploy-specific-serverclass-to-a-client/m-p/108233#M14333</guid>
      <dc:creator>ShaneNewman</dc:creator>
      <dc:date>2013-10-22T01:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment  server to deploy  specific serverclass to a client excluding whitelist *</title>
      <link>https://community.splunk.com/t5/Security/Deployment-server-to-deploy-specific-serverclass-to-a-client/m-p/108234#M14334</link>
      <description>&lt;P&gt;can you post your final serverclass.conf?  I tested the format I gave you locally, and it worked as expected.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2013 14:15:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Deployment-server-to-deploy-specific-serverclass-to-a-client/m-p/108234#M14334</guid>
      <dc:creator>emiller42</dc:creator>
      <dc:date>2013-10-22T14:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment  server to deploy  specific serverclass to a client excluding whitelist *</title>
      <link>https://community.splunk.com/t5/Security/Deployment-server-to-deploy-specific-serverclass-to-a-client/m-p/108235#M14335</link>
      <description>&lt;P&gt;[global]&lt;BR /&gt;
stateOnClient = enabled&lt;BR /&gt;
filterType = whitelist&lt;BR /&gt;
continueMatching = true&lt;/P&gt;

&lt;P&gt;[serverClass:class1]&lt;BR /&gt;
continueMatching = false&lt;BR /&gt;
whitelist.0=clientname&lt;/P&gt;

&lt;P&gt;[serverClass:class1:app:app1]&lt;/P&gt;

&lt;P&gt;[serverClass:class 2]&lt;BR /&gt;
continueMatching = true &lt;BR /&gt;
blacklist.0=clientname&lt;BR /&gt;
whitelist.0=*&lt;/P&gt;

&lt;P&gt;[serverClass:class2:app:app2]&lt;BR /&gt;
[serverClass:class2:app:app3]&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2013 18:43:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Deployment-server-to-deploy-specific-serverclass-to-a-client/m-p/108235#M14335</guid>
      <dc:creator>Mag2sub</dc:creator>
      <dc:date>2013-10-23T18:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment  server to deploy  specific serverclass to a client excluding whitelist *</title>
      <link>https://community.splunk.com/t5/Security/Deployment-server-to-deploy-specific-serverclass-to-a-client/m-p/108236#M14336</link>
      <description>&lt;P&gt;I did not work without  the blacklist statement ..are you saying the apps for whitelist=* were not deployed to specific client name ? which had continuematching =False..i found all apps were deployed to clientname including both server class...i wanted only class1 apps on clientname and not class2 apps..&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2013 18:45:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Deployment-server-to-deploy-specific-serverclass-to-a-client/m-p/108236#M14336</guid>
      <dc:creator>Mag2sub</dc:creator>
      <dc:date>2013-10-23T18:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment  server to deploy  specific serverclass to a client excluding whitelist *</title>
      <link>https://community.splunk.com/t5/Security/Deployment-server-to-deploy-specific-serverclass-to-a-client/m-p/108237#M14337</link>
      <description>&lt;P&gt;I downvoted this post because what good is "continuematching = false" in class1 if you have to define blacklist in class2 ???&lt;/P&gt;

&lt;P&gt;the whole point of using "continuematching = false" is so that i don't have to go into every single subsequent serverclass and add blacklist.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 21:36:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Deployment-server-to-deploy-specific-serverclass-to-a-client/m-p/108237#M14337</guid>
      <dc:creator>BenoSplunk</dc:creator>
      <dc:date>2017-02-17T21:36:33Z</dc:date>
    </item>
  </channel>
</rss>

