<?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 Splunk Deployment Servers in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Splunk-Deployment-Servers/m-p/100881#M3719</link>
    <description>&lt;P&gt;Folks, while the documentation for things splunklike are usually very good, it is very poor when it comes to using the deployment server feature.&lt;/P&gt;

&lt;P&gt;What I am looking for is some help with setting up some serverclasses based upon what types of applications are installed on those servers, and I don't want to deploy applications I want to deploy configurations.&lt;/P&gt;

&lt;P&gt;So lets say I designate one server, deploymentserver as my, you guessed it, Deployment Server. I place in splunk_home$/etc/system/local a serverclass.conf. I put a congiguration that says for all deployment clients that have alfresco, please monitor /apps/alfresco/log/alfresco.log.&lt;/P&gt;

&lt;P&gt;Can someone provide a very simple, one dimensional example of the above for serverclass.conf? I understand there are many other nuances to it.&lt;/P&gt;

&lt;P&gt;Then, on my server that I want to deploy this configuration to, I indicate that I am an alfresco server.&lt;/P&gt;

&lt;P&gt;Can someone provide a very simple, one dimensional example of the above as well for my SPLUNK_HOME/etc/system/local/deploymentclient.conf file? How do I indicate in this file "I am an alfresco server"?&lt;/P&gt;

&lt;P&gt;I will have servers that have multiple applications on them be part of multiple serverclass indicators, and indicate each application in the deplomentclient.conf&lt;/P&gt;

&lt;P&gt;Hope someone can help here. Thanks!!&lt;/P&gt;</description>
    <pubDate>Wed, 08 Dec 2010 05:19:20 GMT</pubDate>
    <dc:creator>rcavallo</dc:creator>
    <dc:date>2010-12-08T05:19:20Z</dc:date>
    <item>
      <title>Splunk Deployment Servers</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Splunk-Deployment-Servers/m-p/100881#M3719</link>
      <description>&lt;P&gt;Folks, while the documentation for things splunklike are usually very good, it is very poor when it comes to using the deployment server feature.&lt;/P&gt;

&lt;P&gt;What I am looking for is some help with setting up some serverclasses based upon what types of applications are installed on those servers, and I don't want to deploy applications I want to deploy configurations.&lt;/P&gt;

&lt;P&gt;So lets say I designate one server, deploymentserver as my, you guessed it, Deployment Server. I place in splunk_home$/etc/system/local a serverclass.conf. I put a congiguration that says for all deployment clients that have alfresco, please monitor /apps/alfresco/log/alfresco.log.&lt;/P&gt;

&lt;P&gt;Can someone provide a very simple, one dimensional example of the above for serverclass.conf? I understand there are many other nuances to it.&lt;/P&gt;

&lt;P&gt;Then, on my server that I want to deploy this configuration to, I indicate that I am an alfresco server.&lt;/P&gt;

&lt;P&gt;Can someone provide a very simple, one dimensional example of the above as well for my SPLUNK_HOME/etc/system/local/deploymentclient.conf file? How do I indicate in this file "I am an alfresco server"?&lt;/P&gt;

&lt;P&gt;I will have servers that have multiple applications on them be part of multiple serverclass indicators, and indicate each application in the deplomentclient.conf&lt;/P&gt;

&lt;P&gt;Hope someone can help here. Thanks!!&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2010 05:19:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Splunk-Deployment-Servers/m-p/100881#M3719</guid>
      <dc:creator>rcavallo</dc:creator>
      <dc:date>2010-12-08T05:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Deployment Servers</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Splunk-Deployment-Servers/m-p/100882#M3720</link>
      <description>&lt;P&gt;First you create an &lt;CODE&gt;app&lt;/CODE&gt; called &lt;CODE&gt;alfresco&lt;/CODE&gt; that contains at least &lt;CODE&gt;inputs.conf&lt;/CODE&gt; and put it here:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/etc/deployment-apps/alfresco/
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then you put something like the following into &lt;CODE&gt;serverclass.conf&lt;/CODE&gt;:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[serverClass:alfresco)forwarder]
whitelist.0 = &amp;lt;alfresco_server1_hostname&amp;gt;
whitelist.1 = &amp;lt;alfresco_server2_hostname&amp;gt;

[serverClass:alfresco_forwarder:app:alfresco]
restartSplunkd = true
stateOnClient = enabled
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;See more here:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Updating/Useforwardermanagement"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Updating/Useforwardermanagement&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2015 01:26:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Splunk-Deployment-Servers/m-p/100882#M3720</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-06-03T01:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Deployment Servers</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Splunk-Deployment-Servers/m-p/100883#M3721</link>
      <description>&lt;P&gt;Did you get this working?&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2015 15:44:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Splunk-Deployment-Servers/m-p/100883#M3721</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-07-31T15:44:43Z</dc:date>
    </item>
  </channel>
</rss>

