<?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: serverclass.conf blacklist not working in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/serverclass-conf-blacklist-not-working/m-p/256017#M49158</link>
    <description>&lt;P&gt;The server is shown in that serverclass in the UI, yeah. It's also shown in the old serverclass as well.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jan 2016 21:11:48 GMT</pubDate>
    <dc:creator>banderson7</dc:creator>
    <dc:date>2016-01-27T21:11:48Z</dc:date>
    <item>
      <title>serverclass.conf blacklist not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/serverclass-conf-blacklist-not-working/m-p/256015#M49156</link>
      <description>&lt;P&gt;I'm transitioning my hosts from one set of indexers in Seattle to another set in Atlanta, in between, a heavy forwarder. I created a new forwarder app to install on the hosts, and created a serverclass to assign it. The app was installed on the host, but the old app wasn't removed. Below is my config:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[global]
restartSplunkd=true     
stateOnClient = enabled 

[serverClass:UF_config]
filterType = blacklist
blacklist.0 = swfctxfrm05
whitelist.0 = *
[serverClass:UF_config:app:UFconfig]

[serverClass:test_ctx]
filtertype = whitelist
whitelist.0 = swfctxfrm05
[serverClass:test_ctx:app:NewUFConfig]
[serverClass:test_ctx:app:10_inputs_windows_citrix]
[serverClass:test_ctx:app:Splunk_TA_Windows_4.8]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I thought the changing of filtertype from whitelist to blacklist would mean that I'd be able to add a host in the blacklist section before the whitelist section, which would then remove the UF_Config app from swfctxfrm05. swfctxfrm05 received the NewUFConfig app, but the UF_Config app is still there as well. Could someone help w/ this?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:35:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/serverclass-conf-blacklist-not-working/m-p/256015#M49156</guid>
      <dc:creator>banderson7</dc:creator>
      <dc:date>2020-09-29T08:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: serverclass.conf blacklist not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/serverclass-conf-blacklist-not-working/m-p/256016#M49157</link>
      <description>&lt;P&gt;When you pull this serverclass up in the gui and click preview is swfctxfrm05 checked or unchecked?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2016 21:08:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/serverclass-conf-blacklist-not-working/m-p/256016#M49157</guid>
      <dc:creator>lycollicott</dc:creator>
      <dc:date>2016-01-27T21:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: serverclass.conf blacklist not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/serverclass-conf-blacklist-not-working/m-p/256017#M49158</link>
      <description>&lt;P&gt;The server is shown in that serverclass in the UI, yeah. It's also shown in the old serverclass as well.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2016 21:11:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/serverclass-conf-blacklist-not-working/m-p/256017#M49158</guid>
      <dc:creator>banderson7</dc:creator>
      <dc:date>2016-01-27T21:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: serverclass.conf blacklist not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/serverclass-conf-blacklist-not-working/m-p/256018#M49159</link>
      <description>&lt;P&gt;Try it like this.  White list everything for the class name, then in the app class definition use the blacklist.  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[serverClass:UF_config]
filterType = whitelist
whitelist.0 = *

[serverClass:UF_config:app:UFconfig]
filterType=blacklist
blacklist.0 = swfctxfrm05
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 27 Jan 2016 21:21:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/serverclass-conf-blacklist-not-working/m-p/256018#M49159</guid>
      <dc:creator>cramasta</dc:creator>
      <dc:date>2016-01-27T21:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: serverclass.conf blacklist not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/serverclass-conf-blacklist-not-working/m-p/256019#M49160</link>
      <description>&lt;P&gt;That's interesting. Once I made that change and reloaded the deploy server, the apps listed are 10_inputs_windows_citrix&lt;BR /&gt;
NewUFConfig&lt;BR /&gt;
Splunk_TA_Windows_4.8&lt;BR /&gt;
Splunk_TA_windows_4.8&lt;BR /&gt;
Not sure why that last one is listed twice. Anyways, it still shows as being in the UF_config serverclass. And the data isn't getting to the new indexers. Is there any place I can check to see if the data is making it to the heavy forwarder?&lt;/P&gt;

&lt;P&gt;Thanks for the help, btw.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:36:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/serverclass-conf-blacklist-not-working/m-p/256019#M49160</guid>
      <dc:creator>banderson7</dc:creator>
      <dc:date>2020-09-29T08:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: serverclass.conf blacklist not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/serverclass-conf-blacklist-not-working/m-p/256020#M49161</link>
      <description>&lt;P&gt;Ok that sounds promising that now you have the correct apps on swfctxfrm05 (besides the one listed twice. is it possible that Splunk_TA_windows_4.8 was manually created on that host?)&lt;/P&gt;

&lt;P&gt;First thing I would check is the splunkd.log file on swfctxfrm05  to see if it is making connections to the heavy forwarder.&lt;/P&gt;

&lt;P&gt;You should see events like this in the splunkd.log on swfctxfrm05 , where the IP is the heavy forwarder.&lt;BR /&gt;
TcpOutputProc - Connected to idx=10.10.10.10:9997&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:36:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/serverclass-conf-blacklist-not-working/m-p/256020#M49161</guid>
      <dc:creator>cramasta</dc:creator>
      <dc:date>2020-09-29T08:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: serverclass.conf blacklist not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/serverclass-conf-blacklist-not-working/m-p/256021#M49162</link>
      <description>&lt;P&gt;Also just want to make note that I dont use the Forwarder Management UI for maintaining any of my serverclass.conf settings. I find it easier to work directly in the conf file.  While Im confident in the setting I am giving you, I cant say for sure that the Forwarder Management UI will like them.  &lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2016 22:03:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/serverclass-conf-blacklist-not-working/m-p/256021#M49162</guid>
      <dc:creator>cramasta</dc:creator>
      <dc:date>2016-01-27T22:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: serverclass.conf blacklist not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/serverclass-conf-blacklist-not-working/m-p/256022#M49163</link>
      <description>&lt;P&gt;You can read more about what I am talking about here under Limitations&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.2/Updating/Forwardermanagementoverview"&gt;http://docs.splunk.com/Documentation/Splunk/6.3.2/Updating/Forwardermanagementoverview&lt;/A&gt;&lt;BR /&gt;
And also some good info here&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.2/Updating/Forwardermanagementcompatibility"&gt;http://docs.splunk.com/Documentation/Splunk/6.3.2/Updating/Forwardermanagementcompatibility&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2016 22:10:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/serverclass-conf-blacklist-not-working/m-p/256022#M49163</guid>
      <dc:creator>cramasta</dc:creator>
      <dc:date>2016-01-27T22:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: serverclass.conf blacklist not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/serverclass-conf-blacklist-not-working/m-p/256023#M49164</link>
      <description>&lt;P&gt;I don't have local or rdp access to the host in question, but I could check the _internal log via splunk. After doing so, I see that it's connecting to the heavy forwarder, so apparently I messed up my props.conf stanza for forwarding the traffic to the new indexers. &lt;BR /&gt;
I think this particular problem is solved. Thank you very much for your time and attention &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2016 13:59:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/serverclass-conf-blacklist-not-working/m-p/256023#M49164</guid>
      <dc:creator>banderson7</dc:creator>
      <dc:date>2016-01-28T13:59:25Z</dc:date>
    </item>
  </channel>
</rss>

