<?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: How to configure a deployment server? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-deployment-server/m-p/131017#M4977</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have the same understanding issue.&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;If I would like to make SH along with DS in the same instance what are the conf file need to create and where (default or local) and additionally which instance (like IDX and UF).&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Similarly, if there is standalone DS instance.&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Sat, 03 Dec 2016 07:37:53 GMT</pubDate>
    <dc:creator>princemanto2580</dc:creator>
    <dc:date>2016-12-03T07:37:53Z</dc:date>
    <item>
      <title>How to configure a deployment server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-deployment-server/m-p/131015#M4975</link>
      <description>&lt;P&gt;Hello everyone, &lt;/P&gt;

&lt;P&gt;I would like to set up a splunk deployment server, but I'm not sure where the file of configuration has to be stored: default or local? &lt;BR /&gt;
I read the documentation about it, but I'm not sure that I have an understand how it is working. &lt;BR /&gt;
All the configuration about my architecture can be stored in the deployment server folder? So all the index.conf, props.conf?&lt;/P&gt;

&lt;P&gt;If my deployment server is separated by the indexer? So for example I have a big search head with the deployment server and 5 indexer separated, and this indexer are getting data from the forwarder, can I configure index and forwarder in the deployment server?&lt;BR /&gt;
How can I do it?&lt;/P&gt;

&lt;P&gt;Thank you so much!&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2015 16:05:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-deployment-server/m-p/131015#M4975</guid>
      <dc:creator>Federica_92</dc:creator>
      <dc:date>2015-05-29T16:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure a deployment server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-deployment-server/m-p/131016#M4976</link>
      <description>&lt;P&gt;You should create apps under &lt;CODE&gt;$SPLUNK_HOME/etc/deployment-apps/VariousAppsHere/default/&lt;/CODE&gt; on the server that is to act as DS.  These apps should include:&lt;BR /&gt;
 - &lt;CODE&gt;indexer&lt;/CODE&gt; (or similar) that has all of your indexer configuration files ( &lt;CODE&gt;outputs.conf&lt;/CODE&gt; )&lt;BR /&gt;
 - &lt;CODE&gt;someapp&lt;/CODE&gt; (or similar) for each different kind of input/sourcetype  ( &lt;CODE&gt;inputs.conf&lt;/CODE&gt; )&lt;BR /&gt;
 - &lt;CODE&gt;deploymentclient&lt;/CODE&gt; (or similar) that contains &lt;CODE&gt;deploymentclient.conf&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;See here, too:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/Updating/Configuredeploymentclients"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.3/Updating/Configuredeploymentclients&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://wiki.splunk.com/Deploy:DeploymentServer"&gt;http://wiki.splunk.com/Deploy:DeploymentServer&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2015 16:24:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-deployment-server/m-p/131016#M4976</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-05-29T16:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure a deployment server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-deployment-server/m-p/131017#M4977</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have the same understanding issue.&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;If I would like to make SH along with DS in the same instance what are the conf file need to create and where (default or local) and additionally which instance (like IDX and UF).&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Similarly, if there is standalone DS instance.&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Sat, 03 Dec 2016 07:37:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-deployment-server/m-p/131017#M4977</guid>
      <dc:creator>princemanto2580</dc:creator>
      <dc:date>2016-12-03T07:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure a deployment server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-deployment-server/m-p/131018#M4978</link>
      <description>&lt;P&gt;And &lt;CODE&gt;$SPLUNK_HOME/etc/system/local/serverclass.conf&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Interesting thing @woodcock - I don't see any &lt;CODE&gt;deploymentclient.conf&lt;/CODE&gt; on my deployment server but the &lt;CODE&gt;deploymentclient.conf&lt;/CODE&gt; does exist on the forwarders. Where does it come from?&lt;/P&gt;</description>
      <pubDate>Sun, 04 Dec 2016 00:38:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-deployment-server/m-p/131018#M4978</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2016-12-04T00:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure a deployment server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-deployment-server/m-p/131019#M4979</link>
      <description>&lt;P&gt;Have you seen this blog post? : &lt;A href="http://blogs.splunk.com/2016/08/31/adding-a-deployment-server-forwarder-management-to-a-new-or-existing-splunk-cloud-or-splunk-enterprise-deployment/"&gt;http://blogs.splunk.com/2016/08/31/adding-a-deployment-server-forwarder-management-to-a-new-or-existing-splunk-cloud-or-splunk-enterprise-deployment/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;This covers creating a deployment server on premise, that deploys to Splunk Cloud. The principal is the same, just eliminate the Splunk Cloud App and substitute your own app. Deployment server requires a full instance of Splunk to run, so a HF, SH, LM, CM, or even IDX can work. However best practices is not to home this on a mission critical instance, as there could be resource issues. Most deployments will be a VM dedicated to the Deployment Server. That being said, housing it on a License Master (LM) or even Cluster Master (CM) node is viable, assuming your deployment is sized properly, and again, you are not resource quenched.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Dec 2016 02:56:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-deployment-server/m-p/131019#M4979</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2016-12-04T02:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure a deployment server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-deployment-server/m-p/131020#M4980</link>
      <description>&lt;P&gt;You have to create your own &lt;CODE&gt;deploymentclient&lt;/CODE&gt; app that should include &lt;CODE&gt;deploymentclient.conf&lt;/CODE&gt; in the &lt;CODE&gt;default&lt;/CODE&gt; directory.  The first time that you deploy a forwarder, you will have to put this app on your forwarder manually but after that, you can manage it from your DS.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2016 16:55:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-deployment-server/m-p/131020#M4980</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-12-05T16:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure a deployment server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-deployment-server/m-p/131021#M4981</link>
      <description>&lt;P&gt;As the creator (or distributor) of the app, you should put your stuff in the &lt;CODE&gt;default&lt;/CODE&gt; folder.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2016 16:57:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-deployment-server/m-p/131021#M4981</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-12-05T16:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure a deployment server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-deployment-server/m-p/131022#M4982</link>
      <description>&lt;P&gt;Very interesting  @woodcock.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2016 17:13:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-deployment-server/m-p/131022#M4982</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2016-12-05T17:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure a deployment server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-deployment-server/m-p/131023#M4983</link>
      <description>&lt;P&gt;The thing that makes any Splunk server a DS is the presence of a &lt;CODE&gt;serverclass.conf&lt;/CODE&gt; file, typically in &lt;CODE&gt;$SPLUNK_HOME/etc/system/local/serverclass.conf&lt;/CODE&gt;.  So on a fresh install or an existing Search Head, just create that file and restart Splunk and it is now a DS.&lt;/P&gt;

&lt;P&gt;See my answer.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2016 17:43:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-deployment-server/m-p/131023#M4983</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-12-05T17:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure a deployment server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-deployment-server/m-p/131024#M4984</link>
      <description>&lt;P&gt;Thanks for your responds with a crystal clear answer. As I am just a newcomer on this platform, it really help me to build the concept.&lt;/P&gt;

&lt;P&gt;Similarly, on each IDX, UF and HF instance under $SPLUNK_HOME/etc/system/local/, do I need to create deploymentclient.conf. This will not be applicable for SH, although if I have separate DS instance.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2016 06:58:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-deployment-server/m-p/131024#M4984</guid>
      <dc:creator>princemanto2580</dc:creator>
      <dc:date>2016-12-06T06:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure a deployment server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-deployment-server/m-p/131025#M4985</link>
      <description>&lt;P&gt;If you are using DS, never put anything in &lt;CODE&gt;$SPLUNK_HOME/etc/system/local&lt;/CODE&gt; because then it cannot be  controlled (overridden) from the DS.  Instead create a &lt;CODE&gt;DeploymentClient&lt;/CODE&gt; app and then manually deploy this to your Deployment Clients the first time.  This way you can hand individual clients (or classes of them) back and forth to different DS nodes (i.e. lab vs production) from each DS.&lt;/P&gt;

&lt;P&gt;The only gotcha is that you should NOT deploy to clustered Indexers or clustered Search Heads.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2016 15:43:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-a-deployment-server/m-p/131025#M4985</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-12-06T15:43:17Z</dc:date>
    </item>
  </channel>
</rss>

