<?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: Using Splunk deployment server to deploy apps to fwd servers in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Using-Splunk-deployment-server-to-deploy-apps-to-fwd-servers/m-p/129087#M4896</link>
    <description>&lt;P&gt;What is the bare min i need to deploy an app that logs /var/log/messages?&lt;/P&gt;</description>
    <pubDate>Tue, 21 Jul 2015 12:18:44 GMT</pubDate>
    <dc:creator>brent_weaver</dc:creator>
    <dc:date>2015-07-21T12:18:44Z</dc:date>
    <item>
      <title>Using Splunk deployment server to deploy apps to fwd servers</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Using-Splunk-deployment-server-to-deploy-apps-to-fwd-servers/m-p/129079#M4888</link>
      <description>&lt;P&gt;Good morning. I inherited an enterprise Splunk env. We have 4 index servers, a lic server and a deployment server. I find this configuration much more difficult than a stand alone config. How do I utilize the deployment server to deploy apps the fwd clients? &lt;/P&gt;

&lt;P&gt;I am finding spunk documentation to be sparse and scattered and quite honestly horrible!!! So any help is much appreciated!&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jul 2015 13:56:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Using-Splunk-deployment-server-to-deploy-apps-to-fwd-servers/m-p/129079#M4888</guid>
      <dc:creator>brent_weaver</dc:creator>
      <dc:date>2015-07-18T13:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Using Splunk deployment server to deploy apps to fwd servers</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Using-Splunk-deployment-server-to-deploy-apps-to-fwd-servers/m-p/129080#M4889</link>
      <description>&lt;P&gt;You will have to configure serverclass.conf on the deploy server to define your deploymentclients(forwarder servers) and place the desired apps under deployment-apps and target those apps against the defined serverclass&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.4/Admin/Serverclassconf"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.4/Admin/Serverclassconf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Once your configs are ready, you issue the below command and the clients will get the apps that they need&lt;/P&gt;

&lt;P&gt;./splunk reload deploy-server &lt;/P&gt;</description>
      <pubDate>Sat, 18 Jul 2015 14:32:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Using-Splunk-deployment-server-to-deploy-apps-to-fwd-servers/m-p/129080#M4889</guid>
      <dc:creator>pradeepkumarg</dc:creator>
      <dc:date>2015-07-18T14:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using Splunk deployment server to deploy apps to fwd servers</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Using-Splunk-deployment-server-to-deploy-apps-to-fwd-servers/m-p/129081#M4890</link>
      <description>&lt;P&gt;Assuming that everything is setup correctly, to deploy a new app to forward new data in from existing forwarders (you really should be more specific about what you are trying to do, what you have tried, and what errors or problems you are having), you just create a new app on the DS in a spot like &lt;CODE&gt;$SPLUNK_HOME/etc/deployment-apps/MyApp/&lt;/CODE&gt;.  Be sure to have the appropriate &lt;CODE&gt;inputs.conf&lt;/CODE&gt;, &lt;CODE&gt;props.conf&lt;/CODE&gt; and &lt;CODE&gt;transforms.conf&lt;/CODE&gt;, at a minimum.  Then create a new serverclass and add to it all the forwarders that should get the new app.  Lastly force DS to recognize (and act upon) your changes with this command:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; $SPLUNK/HOME/bin/splunk reload deploy-server
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Here are a few links that you may not have tried:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.4/Updating/Createdeploymentapps"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.4/Updating/Createdeploymentapps&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.4/Updating/Updateconfigurations"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.4/Updating/Updateconfigurations&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://www.youtube.com/watch?v=3i3Sz3aPrts"&gt;https://www.youtube.com/watch?v=3i3Sz3aPrts&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jul 2015 14:42:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Using-Splunk-deployment-server-to-deploy-apps-to-fwd-servers/m-p/129081#M4890</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-07-18T14:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using Splunk deployment server to deploy apps to fwd servers</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Using-Splunk-deployment-server-to-deploy-apps-to-fwd-servers/m-p/129082#M4891</link>
      <description>&lt;P&gt;Thank you all for responding... I still cannot get this to work. Is there a place I can read about this from start to finish? &lt;/P&gt;

&lt;P&gt;How do I get my linux server to show up as a forwarder? I have installed the fwd on linux w/o incident and set it up spunk set-deploy 10.11.0.4:9997.&lt;/P&gt;

&lt;P&gt;Any help is MUCH appreciated.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jul 2015 12:47:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Using-Splunk-deployment-server-to-deploy-apps-to-fwd-servers/m-p/129082#M4891</guid>
      <dc:creator>brent_weaver</dc:creator>
      <dc:date>2015-07-19T12:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using Splunk deployment server to deploy apps to fwd servers</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Using-Splunk-deployment-server-to-deploy-apps-to-fwd-servers/m-p/129083#M4892</link>
      <description>&lt;P&gt;That could be your problem. 9997 is typically the port used to send data to Splunk for indexing. deployment server runs as part of the management port (aka the Splunk API port) which is by default port 8089.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jul 2015 14:06:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Using-Splunk-deployment-server-to-deploy-apps-to-fwd-servers/m-p/129083#M4892</guid>
      <dc:creator>acharlieh</dc:creator>
      <dc:date>2015-07-19T14:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using Splunk deployment server to deploy apps to fwd servers</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Using-Splunk-deployment-server-to-deploy-apps-to-fwd-servers/m-p/129084#M4893</link>
      <description>&lt;P&gt;I changed the port and reinstalled the whole thing and this still does not work. If I started out of the box to set this up is there ONE place I can look for a full configuration of Splunk? I am more than certain it is something I am doing wrong, problem is the documentation is a rat race to find anything. So scattered. Sorry I am just frustrated.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jul 2015 20:37:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Using-Splunk-deployment-server-to-deploy-apps-to-fwd-servers/m-p/129084#M4893</guid>
      <dc:creator>brent_weaver</dc:creator>
      <dc:date>2015-07-19T20:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using Splunk deployment server to deploy apps to fwd servers</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Using-Splunk-deployment-server-to-deploy-apps-to-fwd-servers/m-p/129085#M4894</link>
      <description>&lt;P&gt;Here is a log file from my Linux forwarder I installed:&lt;BR /&gt;
Script started on Sun 19 Jul 2015 08:08:14 PM EDT&lt;BR /&gt;
/root/dev/packages # ls&lt;BR /&gt;
splunkforwarder-6.2.4-271043-linux-2.6-x86_64.rpm&lt;BR /&gt;
/root/dev/packages # rpm -iv splunkforwarder-6.2.4-271043-linux-2.6-x86_64.rpm &lt;BR /&gt;
warning: splunkforwarder-6.2.4-271043-linux-2.6-x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 653fb112: NOKEY&lt;BR /&gt;
Preparing packages...&lt;BR /&gt;
splunkforwarder-6.2.4-271043.x86_64&lt;BR /&gt;
complete&lt;BR /&gt;
/root/dev/packages # which splunk&lt;BR /&gt;
/opt/splunkforwarder/bin/splunk&lt;BR /&gt;
/root/dev/packages # splunk start --accept-license&lt;/P&gt;

&lt;P&gt;This appears to be your first time running this version of Splunk.&lt;/P&gt;

&lt;P&gt;Splunk&amp;gt; Take the sh out of IT.&lt;/P&gt;

&lt;P&gt;Checking prerequisites...&lt;BR /&gt;
    Checking mgmt port [8089]: open&lt;BR /&gt;
        Creating: /opt/splunkforwarder/var/lib/splunk&lt;BR /&gt;
        Creating: /opt/splunkforwarder/var/run/splunk&lt;BR /&gt;
        Creating: /opt/splunkforwarder/var/run/splunk/appserver/i18n&lt;BR /&gt;
        Creating: /opt/splunkforwarder/var/run/splunk/appserver/modules/static/css&lt;BR /&gt;
        Creating: /opt/splunkforwarder/var/run/splunk/upload&lt;BR /&gt;
        Creating: /opt/splunkforwarder/var/spool/splunk&lt;BR /&gt;
        Creating: /opt/splunkforwarder/var/spool/dirmoncache&lt;BR /&gt;
        Creating: /opt/splunkforwarder/var/lib/splunk/authDb&lt;BR /&gt;
        Creating: /opt/splunkforwarder/var/lib/splunk/hashDb&lt;BR /&gt;
New certs have been generated in '/opt/splunkforwarder/etc/auth'.&lt;BR /&gt;
    Checking conf files for problems...&lt;BR /&gt;
    Done&lt;BR /&gt;
All preliminary checks passed.&lt;/P&gt;

&lt;P&gt;Starting splunk server daemon (splunkd)...&lt;BR /&gt;&lt;BR /&gt;
Generating a 1024 bit RSA private key&lt;BR /&gt;
...........++++++&lt;BR /&gt;
...........++++++&lt;/P&gt;

&lt;H2&gt;writing new private key to 'privKeySecure.pem'&lt;/H2&gt;

&lt;P&gt;Signature ok&lt;BR /&gt;
subject=/CN=devopslinux/O=SplunkUser&lt;BR /&gt;
Getting CA Private Key&lt;BR /&gt;
writing RSA key&lt;BR /&gt;
Done&lt;BR /&gt;
                                                           [  OK  ]&lt;BR /&gt;
/root/dev/packages # splunk enable boot-start&lt;BR /&gt;
Init script installed at /etc/init.d/splunk.&lt;BR /&gt;
Init script is configured to run at boot.&lt;BR /&gt;
/root/dev/packages # splunk set deploy-poll 10.11.0.4:9997&lt;BR /&gt;
Your session is invalid.  Please login.&lt;BR /&gt;
Splunk username: admin&lt;BR /&gt;
Password: &lt;BR /&gt;
Configuration updated.&lt;BR /&gt;
You need to restart the Splunk Server (splunkd) for your changes to take effect.&lt;BR /&gt;
/root/dev/packages # service splunk restart&lt;BR /&gt;
Restarting splunk (via systemctl):                         [  OK  ]&lt;BR /&gt;
/root/dev/packages # exit&lt;BR /&gt;
exit&lt;/P&gt;

&lt;P&gt;Script done on Sun 19 Jul 2015 08:13:51 PM EDT&lt;BR /&gt;
/root # &lt;/P&gt;

&lt;P&gt;What am I missing? This node is not showing up as a client in forwarder management.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:05:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Using-Splunk-deployment-server-to-deploy-apps-to-fwd-servers/m-p/129085#M4894</guid>
      <dc:creator>brent_weaver</dc:creator>
      <dc:date>2020-09-29T07:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using Splunk deployment server to deploy apps to fwd servers</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Using-Splunk-deployment-server-to-deploy-apps-to-fwd-servers/m-p/129086#M4895</link>
      <description>&lt;P&gt;How about this &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.4/Updating/Aboutdeploymentserver"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.4/Updating/Aboutdeploymentserver&lt;/A&gt; you will find everything in there.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2015 01:19:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Using-Splunk-deployment-server-to-deploy-apps-to-fwd-servers/m-p/129086#M4895</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-07-20T01:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Using Splunk deployment server to deploy apps to fwd servers</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Using-Splunk-deployment-server-to-deploy-apps-to-fwd-servers/m-p/129087#M4896</link>
      <description>&lt;P&gt;What is the bare min i need to deploy an app that logs /var/log/messages?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2015 12:18:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Using-Splunk-deployment-server-to-deploy-apps-to-fwd-servers/m-p/129087#M4896</guid>
      <dc:creator>brent_weaver</dc:creator>
      <dc:date>2015-07-21T12:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Using Splunk deployment server to deploy apps to fwd servers</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Using-Splunk-deployment-server-to-deploy-apps-to-fwd-servers/m-p/129088#M4897</link>
      <description>&lt;P&gt;You should already have an app that contains an &lt;CODE&gt;outputs.conf&lt;/CODE&gt; so you will add your forwarder to this &lt;CODE&gt;serverclass&lt;/CODE&gt; so that he knows where to send his stuff.  Then all your new app needs is an &lt;CODE&gt;inputs.conf&lt;/CODE&gt; file and you should be good to go.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2015 13:42:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Using-Splunk-deployment-server-to-deploy-apps-to-fwd-servers/m-p/129088#M4897</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-08-28T13:42:51Z</dc:date>
    </item>
  </channel>
</rss>

