<?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: Question about filters for deployment server (4.1.4) in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Question-about-filters-for-deployment-server-4-1-4/m-p/30068#M791</link>
    <description>&lt;P&gt;I was not aware of that. Especially when looking at the docs, where the example for machineTypes uses a whitelist. (&lt;A href="http://www.splunk.com/base/Documentation/latest/Admin/Definedeploymentclasses"&gt;http://www.splunk.com/base/Documentation/latest/Admin/Definedeploymentclasses&lt;/A&gt;) Should the docs team be alerted that this article needs revision?&lt;/P&gt;</description>
    <pubDate>Mon, 16 Aug 2010 19:27:05 GMT</pubDate>
    <dc:creator>ftk</dc:creator>
    <dc:date>2010-08-16T19:27:05Z</dc:date>
    <item>
      <title>Question about filters for deployment server (4.1.4)</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Question-about-filters-for-deployment-server-4-1-4/m-p/30066#M789</link>
      <description>&lt;P&gt;Lets say I have this simple serverClasses:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[global]
whitelist.0 = *

[serverClass:Windows]
machineTypes = windows-intel

[serverClass:Windows:app:some-app]
whitelist.0 = *
stateOnClient = enabled
restartSplunkd = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Will the whitelist in "some-app" enable the app for linux servers (and all other servers)? Even though I set machineTypes to windows-intel in the serverClass? Or will only windows servers be "handed down" to the app stanza and the filtered through the white/blacklists?&lt;/P&gt;

&lt;P&gt;Can I use whitelist, blacklist and machineTypes in one and the same stanza?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2010 23:34:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Question-about-filters-for-deployment-server-4-1-4/m-p/30066#M789</guid>
      <dc:creator>Joffer</dc:creator>
      <dc:date>2010-08-13T23:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Question about filters for deployment server (4.1.4)</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Question-about-filters-for-deployment-server-4-1-4/m-p/30067#M790</link>
      <description>&lt;P&gt;It doesn't work the way you'd think. machineTypes are only applied if a machine is blacklisted (or not whitelisted).&lt;/P&gt;

&lt;P&gt;In your above file, &lt;CODE&gt;some-app&lt;/CODE&gt; will be sent to all machines, as &lt;CODE&gt;whitelist.0 = *&lt;/CODE&gt; is inherited from &lt;CODE&gt;[global]&lt;/CODE&gt;. (&lt;CODE&gt;machineTypes = windows-intel&lt;/CODE&gt; &lt;EM&gt;is&lt;/EM&gt; inherited in the &lt;CODE&gt;app:some-app&lt;/CODE&gt; stanza from the &lt;CODE&gt;server:Windows&lt;/CODE&gt; stanza, but is never checked because of the whitelist.&lt;/P&gt;

&lt;P&gt;I usually set &lt;CODE&gt;blacklist.0 = *&lt;/CODE&gt; in the global stanza just so that &lt;CODE&gt;machineTypes&lt;/CODE&gt; settings work a little better.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2010 08:25:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Question-about-filters-for-deployment-server-4-1-4/m-p/30067#M790</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-08-16T08:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Question about filters for deployment server (4.1.4)</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Question-about-filters-for-deployment-server-4-1-4/m-p/30068#M791</link>
      <description>&lt;P&gt;I was not aware of that. Especially when looking at the docs, where the example for machineTypes uses a whitelist. (&lt;A href="http://www.splunk.com/base/Documentation/latest/Admin/Definedeploymentclasses"&gt;http://www.splunk.com/base/Documentation/latest/Admin/Definedeploymentclasses&lt;/A&gt;) Should the docs team be alerted that this article needs revision?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2010 19:27:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Question-about-filters-for-deployment-server-4-1-4/m-p/30068#M791</guid>
      <dc:creator>ftk</dc:creator>
      <dc:date>2010-08-16T19:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Question about filters for deployment server (4.1.4)</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Question-about-filters-for-deployment-server-4-1-4/m-p/30069#M792</link>
      <description>&lt;P&gt;So, in my config above, if I don't put the global whitelist, the whitelist in some-app would "overrun" the inherited machineTypes from the Windows class, and linux servers would be a match for the app?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2010 20:00:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Question-about-filters-for-deployment-server-4-1-4/m-p/30069#M792</guid>
      <dc:creator>Joffer</dc:creator>
      <dc:date>2010-08-16T20:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Question about filters for deployment server (4.1.4)</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Question-about-filters-for-deployment-server-4-1-4/m-p/30070#M793</link>
      <description>&lt;P&gt;One important thing I noticed is that my Windows x64 servers sends an utsname=windows-x64 to splunk, and not windows-intel as I thought.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2010 20:14:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Question-about-filters-for-deployment-server-4-1-4/m-p/30070#M793</guid>
      <dc:creator>Joffer</dc:creator>
      <dc:date>2010-08-16T20:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Question about filters for deployment server (4.1.4)</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Question-about-filters-for-deployment-server-4-1-4/m-p/30071#M794</link>
      <description>&lt;P&gt;if you run a ./splunk list deploy-clients from the deployment server, it will list out the machines that have connected and their self-identified utsname/machineTypes&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2010 01:37:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Question-about-filters-for-deployment-server-4-1-4/m-p/30071#M794</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-08-17T01:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Question about filters for deployment server (4.1.4)</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Question-about-filters-for-deployment-server-4-1-4/m-p/30072#M795</link>
      <description>&lt;P&gt;Yepp, thats where I found it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2010 15:49:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Question-about-filters-for-deployment-server-4-1-4/m-p/30072#M795</guid>
      <dc:creator>Joffer</dc:creator>
      <dc:date>2010-08-17T15:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Question about filters for deployment server (4.1.4)</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Question-about-filters-for-deployment-server-4-1-4/m-p/30073#M796</link>
      <description>&lt;P&gt;I ended up skipping all lists in [global] and just do my config in the serverClass stanzas (and :app:xxx). It finally worked.&lt;/P&gt;

&lt;P&gt;Still, I would like to have my previous question confirmed or not:&lt;/P&gt;

&lt;P&gt;"So, in my config above, if I don't put the global whitelist, the whitelist in some-app would "overrun" the inherited machineTypes from the Windows class, and linux servers would be a match for the app?"&lt;/P&gt;

&lt;P&gt;Put another way, will a whitelist.0 = * in a :app:xxx stanza overrun a parent serverclass machineTypes filter, or will '*' only apply to the supplied machineTypes servers?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2010 15:52:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Question-about-filters-for-deployment-server-4-1-4/m-p/30073#M796</guid>
      <dc:creator>Joffer</dc:creator>
      <dc:date>2010-08-17T15:52:48Z</dc:date>
    </item>
  </channel>
</rss>

