<?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: Deployment Server / Client Setup in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Client-Setup/m-p/28005#M693</link>
    <description>&lt;P&gt;splunk list deploy-clients | find -I "hostname:"  Does not work on Windows &lt;/P&gt;

&lt;P&gt;Correct syntax is &lt;/P&gt;

&lt;P&gt;splunk list deploy-clients | find /I "hostname:"&lt;/P&gt;</description>
    <pubDate>Wed, 29 Mar 2017 13:52:05 GMT</pubDate>
    <dc:creator>jensenh1999</dc:creator>
    <dc:date>2017-03-29T13:52:05Z</dc:date>
    <item>
      <title>Deployment Server / Client Setup</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Client-Setup/m-p/28002#M690</link>
      <description>&lt;P&gt;I am trying to setup a deployment server on an indexer that we are using. &lt;/P&gt;

&lt;P&gt;So far, this is what I have done:&lt;/P&gt;

&lt;P&gt;On the server:&lt;BR /&gt;
/opt/splunk/etc/system/local/serverclass.conf&lt;/P&gt;

&lt;P&gt;[serverClass:global]&lt;BR /&gt;
whitelist.0=*&lt;/P&gt;

&lt;P&gt;[serverClass:windows]&lt;BR /&gt;
filterType = whitelist&lt;BR /&gt;
repositoryLocation = /opt/splunk/etc/deployment-apps&lt;BR /&gt;
whitelist.0 = *.&lt;DOMAIN&gt;.com&lt;/DOMAIN&gt;&lt;/P&gt;

&lt;P&gt;[serverClass:windows:app:windows]&lt;BR /&gt;
stationClient=enabled&lt;BR /&gt;
restartSplunkd=true&lt;/P&gt;

&lt;P&gt;On the deployment Client:&lt;/P&gt;

&lt;P&gt;C:\program files\splunkuniversalforwarder\etc\system\local\deploymentclient.conf&lt;/P&gt;

&lt;P&gt;[deployment-client]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
serverEndpointPolicy = acceptAlways&lt;BR /&gt;
phoneHomeIntervalInSecs = 30&lt;/P&gt;

&lt;P&gt;[serverClass:windows:app:windows]&lt;BR /&gt;
statOnClient=enabled&lt;BR /&gt;
restartSplunkd=True&lt;/P&gt;

&lt;P&gt;[target-broker:deploymentServer]&lt;BR /&gt;
targetUri = splunk01.&lt;DOMAIN&gt;.com:8089&lt;/DOMAIN&gt;&lt;/P&gt;

&lt;P&gt;I am not able to see my client on the deployment server when I do /opt/splunk/bin/ ./splunk list deploy-server &lt;/P&gt;

&lt;P&gt;I have also tried the 'set deploy-poll &lt;MACHINE name=""&gt;:&lt;PORT&gt;' command on the client as well, however it keeps asking me for a login and when I try my standard admin username and PW for the indexer/deploy-server it doesn't authenticate.  &lt;/PORT&gt;&lt;/MACHINE&gt;&lt;/P&gt;

&lt;P&gt;What am I doing wrong? &lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2012 15:15:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Client-Setup/m-p/28002#M690</guid>
      <dc:creator>tmarlette</dc:creator>
      <dc:date>2012-08-07T15:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server / Client Setup</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Client-Setup/m-p/28003#M691</link>
      <description>&lt;P&gt;Use this command to list your deployment clients:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;./splunk list deploy-clients | grep hostname:
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;to list out only the hostname of your clients. Leave off the grep portion to see all the data the Deployment Server has on your deployment clients.&lt;/P&gt;

&lt;P&gt;If you are on a Windows system, use this version of the above:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk list dpeloy-clients | find -I "hostname:"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 07 Aug 2012 18:49:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Client-Setup/m-p/28003#M691</guid>
      <dc:creator>rgcurry</dc:creator>
      <dc:date>2012-08-07T18:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server / Client Setup</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Client-Setup/m-p/28004#M692</link>
      <description>&lt;P&gt;At long last, I have found my issue, and to make a long story short, it wasn't this question at all, it was an SSL certificate error. &lt;/P&gt;

&lt;P&gt;I needed to turn on the SSL encryption on the indexer before any forwarder would begin talking to it. &lt;/P&gt;

&lt;P&gt;The above commands work wonderfully to scrub the clients that are speaking to the deployment server after it's setup. &lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2013 14:33:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Client-Setup/m-p/28004#M692</guid>
      <dc:creator>tmarlette</dc:creator>
      <dc:date>2013-04-17T14:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server / Client Setup</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Client-Setup/m-p/28005#M693</link>
      <description>&lt;P&gt;splunk list deploy-clients | find -I "hostname:"  Does not work on Windows &lt;/P&gt;

&lt;P&gt;Correct syntax is &lt;/P&gt;

&lt;P&gt;splunk list deploy-clients | find /I "hostname:"&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 13:52:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Client-Setup/m-p/28005#M693</guid>
      <dc:creator>jensenh1999</dc:creator>
      <dc:date>2017-03-29T13:52:05Z</dc:date>
    </item>
  </channel>
</rss>

