<?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 How to manage deployment clients? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-manage-deployment-clients/m-p/24671#M589</link>
    <description>&lt;P&gt;In &lt;A href="http://www.splunk.com/base/Documentation/latest/Admin/Aboutdeploymentserver#Communication_between_deployment_server_and_clients" rel="nofollow"&gt;Splunk documentation&lt;/A&gt;, the communication model between deployment server and clients is described as&lt;/P&gt;

&lt;P&gt;The deployment client periodically polls the deployment server, identifying itself.&lt;/P&gt;

&lt;P&gt;How often does this polling occur?  What if clients fail to check in?  How do I identify clients which have not polled the deployment server?  Is there an App for this?&lt;/P&gt;</description>
    <pubDate>Wed, 04 Aug 2010 00:56:53 GMT</pubDate>
    <dc:creator>hulahoop</dc:creator>
    <dc:date>2010-08-04T00:56:53Z</dc:date>
    <item>
      <title>How to manage deployment clients?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-manage-deployment-clients/m-p/24671#M589</link>
      <description>&lt;P&gt;In &lt;A href="http://www.splunk.com/base/Documentation/latest/Admin/Aboutdeploymentserver#Communication_between_deployment_server_and_clients" rel="nofollow"&gt;Splunk documentation&lt;/A&gt;, the communication model between deployment server and clients is described as&lt;/P&gt;

&lt;P&gt;The deployment client periodically polls the deployment server, identifying itself.&lt;/P&gt;

&lt;P&gt;How often does this polling occur?  What if clients fail to check in?  How do I identify clients which have not polled the deployment server?  Is there an App for this?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2010 00:56:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-manage-deployment-clients/m-p/24671#M589</guid>
      <dc:creator>hulahoop</dc:creator>
      <dc:date>2010-08-04T00:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to manage deployment clients?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-manage-deployment-clients/m-p/24672#M590</link>
      <description>&lt;P&gt;You can use &lt;CODE&gt;splunk list deploy-clients&lt;/CODE&gt; to list the clients that have contacted the server.&lt;/P&gt;

&lt;P&gt;The phone home interval is 30 seconds by default. It can be changed in &lt;CODE&gt;$SPLUNK_HOME/etc/system/local/deploymentclient.conf&lt;/CODE&gt; by setting/changing the &lt;CODE&gt;phoneHomeIntervalInSecs&lt;/CODE&gt; variable. My example below changes this to 1 minute (60 seconds)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;#***************************************************************************
# Configure a Splunk deployment client.
# 
# Note: At a minimum the [deployment-client] stanza is required in
# deploymentclient.conf for deployment client to be enabled.
#***************************************************************************
[deployment-client]
disabled = false
serverEndpointPolicy = acceptAlways
phoneHomeIntervalInSecs = 60

#***************************************************************************
# The following stanza specifies deployment server connection information
#***************************************************************************
[target-broker:deploymentServer]
targetUri = splunk01.mydomain.loc:8089
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 12 Aug 2010 17:27:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-manage-deployment-clients/m-p/24672#M590</guid>
      <dc:creator>Joffer</dc:creator>
      <dc:date>2010-08-12T17:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to manage deployment clients?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-manage-deployment-clients/m-p/24673#M591</link>
      <description>&lt;P&gt;Awesome.  Thank you, Joffer!&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2010 01:04:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-manage-deployment-clients/m-p/24673#M591</guid>
      <dc:creator>hulahoop</dc:creator>
      <dc:date>2010-08-31T01:04:54Z</dc:date>
    </item>
  </channel>
</rss>

