<?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: Forwarder Management not listing all clients in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-Management-not-listing-all-clients/m-p/366177#M13532</link>
    <description>&lt;P&gt;Yes, I can telnet from UF to DS on port 8089&lt;/P&gt;</description>
    <pubDate>Thu, 29 Jun 2017 18:19:59 GMT</pubDate>
    <dc:creator>guimilare</dc:creator>
    <dc:date>2017-06-29T18:19:59Z</dc:date>
    <item>
      <title>Forwarder Management not listing all clients</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-Management-not-listing-all-clients/m-p/366173#M13528</link>
      <description>&lt;P&gt;Hello splunkers.&lt;/P&gt;

&lt;P&gt;We have about 50 clients registered at our Forwarder Management.&lt;BR /&gt;
However, since a couple days ago, only 18 of them are listed in the Forwarder Management.&lt;/P&gt;

&lt;P&gt;The command &lt;CODE&gt;$SPLUNK_HOME/bin/splunk list deploy-clients&lt;/CODE&gt; return the same 18 clients.&lt;/P&gt;

&lt;P&gt;However, I can see data from the other 32 forwarders beeing indexed at Splunk.&lt;/P&gt;

&lt;P&gt;As a test, I ran the following command &lt;CODE&gt;$SPLUNK_HOME/bin/splunk set deploy-poll IP:8089 -auth user:passwd&lt;/CODE&gt; in one of the clients that is not listed in Forwarder Management, received the the &lt;STRONG&gt;&lt;EM&gt;Configuration updated&lt;/EM&gt;&lt;/STRONG&gt; message and restarted it.&lt;BR /&gt;
However, the client is still not listed on Forwarder Management, and I need to push new apps to it.&lt;/P&gt;

&lt;P&gt;Any ideas?&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
GMA&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 13:52:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-Management-not-listing-all-clients/m-p/366173#M13528</guid>
      <dc:creator>guimilare</dc:creator>
      <dc:date>2017-06-29T13:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder Management not listing all clients</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-Management-not-listing-all-clients/m-p/366174#M13529</link>
      <description>&lt;P&gt;Hi guimilare!&lt;/P&gt;

&lt;P&gt;The UF logs should steer you to the reason they are not contacting the DS. &lt;/P&gt;

&lt;P&gt;First, double check your ability to reach the DS from those forwarders using telnet on port 8089. &lt;/P&gt;

&lt;P&gt;Then you can check from the UF itself by navigating to &lt;CODE&gt;$SPLUNK_HOME/var/log/splunk&lt;/CODE&gt; and running &lt;CODE&gt;tail -f&lt;/CODE&gt; or &lt;CODE&gt;tail -f splunkd.log | grep HttpPubSubConnection&lt;/CODE&gt; &lt;/P&gt;

&lt;P&gt;Here is a working UF calling DS:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;06-29-2017 14:27:44.875 +0000 INFO  HttpPubSubConnection - Running phone...&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;or from the search gui, if you are receiving &lt;CODE&gt;_internal&lt;/CODE&gt; logs from these impacted UFs: &lt;CODE&gt;index=_internal HttpPubSubConnection&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Then you can check from the Deployment Server perspective in Splunk &lt;CODE&gt;index=_internal source=*splunkd.log pubsubsvr OR deploymentserver&lt;/CODE&gt; or again from the splunkd.log&lt;/P&gt;

&lt;P&gt;The finally, btool is your friend! Double check your UF configs&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;./splunk btool deploymentclient list --debug&lt;/CODE&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 14:41:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-Management-not-listing-all-clients/m-p/366174#M13529</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-06-29T14:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder Management not listing all clients</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-Management-not-listing-all-clients/m-p/366175#M13530</link>
      <description>&lt;P&gt;The hosts that are not listed in Forwarder Management, the result I get from the search &lt;CODE&gt;index=_internal HttpPubSubConnection&lt;/CODE&gt; is: &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;06-29-2017 18:01:00.075 +0000 WARN HttpPubSubConnection - Unable to parse message from PubSubSvr:  06-29-2017&lt;BR /&gt;
18:01:00.075 +0000 INFO &amp;gt; HttpPubSubConnection - Could not obtain connection, will retry after=79 seconds.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 18:05:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-Management-not-listing-all-clients/m-p/366175#M13530</guid>
      <dc:creator>guimilare</dc:creator>
      <dc:date>2017-06-29T18:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder Management not listing all clients</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-Management-not-listing-all-clients/m-p/366176#M13531</link>
      <description>&lt;P&gt;hmm, can you telnet to 8089? &lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 18:11:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-Management-not-listing-all-clients/m-p/366176#M13531</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-06-29T18:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder Management not listing all clients</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-Management-not-listing-all-clients/m-p/366177#M13532</link>
      <description>&lt;P&gt;Yes, I can telnet from UF to DS on port 8089&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 18:19:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-Management-not-listing-all-clients/m-p/366177#M13532</guid>
      <dc:creator>guimilare</dc:creator>
      <dc:date>2017-06-29T18:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder Management not listing all clients</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-Management-not-listing-all-clients/m-p/366178#M13533</link>
      <description>&lt;P&gt;Can you check btool output on the UF? &lt;/P&gt;

&lt;P&gt;./splunk btool deploymentclient list --debug&lt;/P&gt;

&lt;P&gt;Need to make sure the phone home URI is correct. &lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 18:27:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-Management-not-listing-all-clients/m-p/366178#M13533</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-06-29T18:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder Management not listing all clients</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-Management-not-listing-all-clients/m-p/366179#M13534</link>
      <description>&lt;P&gt;This is the result:&lt;/P&gt;

&lt;P&gt;$ splunk btool deploymentclient list --debug&lt;BR /&gt;
/opt/splunkforwarder/etc/system/local/deploymentclient.conf [target-broker:deploymentServer]&lt;BR /&gt;
/opt/splunkforwarder/etc/system/local/deploymentclient.conf targetUri = 10.217.XX.XXX:8089&lt;/P&gt;

&lt;P&gt;The IP is correct, this is the DS IP.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 18:31:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-Management-not-listing-all-clients/m-p/366179#M13534</guid>
      <dc:creator>guimilare</dc:creator>
      <dc:date>2017-06-29T18:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder Management not listing all clients</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-Management-not-listing-all-clients/m-p/366180#M13535</link>
      <description>&lt;P&gt;Mine looks like this, fwiw:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[splunker@n00b-splkufw-01 bin]$ ./splunk btool deploymentclient list --debug
/opt/splunkforwarder/etc/apps/n00blab_all_forwarder_deploymentclient/local/deploymentclient.conf [deployment-client]
/opt/splunkforwarder/etc/apps/n00blab_all_forwarder_deploymentclient/local/deploymentclient.conf [target-broker:deploymentServer]
/opt/splunkforwarder/etc/apps/n00blab_all_forwarder_deploymentclient/local/deploymentclient.conf targetUri = 10.10.x.x:8089
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;not sure if you just omitted the &lt;CODE&gt;[deployment-client]&lt;/CODE&gt; stanza in ur paste.&lt;/P&gt;

&lt;P&gt;Can we compare the output to one of the UF that is properly calling the DS?&lt;/P&gt;

&lt;P&gt;Also, what does the pubsvr or DeploymentServer internal logs show you ?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 20:59:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-Management-not-listing-all-clients/m-p/366180#M13535</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-06-29T20:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder Management not listing all clients</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-Management-not-listing-all-clients/m-p/366181#M13536</link>
      <description>&lt;P&gt;Fixed it.&lt;BR /&gt;
The UF certificate was expired.&lt;/P&gt;

&lt;P&gt;When upgrading the UF I received the following messages:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;_It seems that the Splunk default certificates are being used. If certificate validation is turned on using the default certificates (not-recommended), this may result in loss of communication in mixed-version Splunk environments after upgrade.

"/opt/splunkforwarder/etc/auth/ca.pem": certificate renewed
"/opt/splunkforwarder/etc/auth/cacert.pem": certificate renewed
"/opt/splunkforwarder/etc/auth/server.pem": certificate renewed_
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;After that, the clients were listed again in the Forwarder Management.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2017 15:07:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-Management-not-listing-all-clients/m-p/366181#M13536</guid>
      <dc:creator>guimilare</dc:creator>
      <dc:date>2017-07-04T15:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder Management not listing all clients</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-Management-not-listing-all-clients/m-p/366182#M13537</link>
      <description>&lt;P&gt;I had the same problem, and I discovered that the same GUID was being sent by multiple Deployment clients.  This is because we use AWS AMI's and the ID file is part of the common configuration.  &lt;/P&gt;

&lt;P&gt;I had to update our install scripts to remove the /opt/splunkforwarder/etc/instance.cfg file.  When Splunk starts up, it is recreated automatically.&lt;/P&gt;

&lt;P&gt;See also:  &lt;A href="https://answers.splunk.com/answers/542872/what-do-i-look-at-in-splunkdlog-to-troubleshoot-de.html"&gt;https://answers.splunk.com/answers/542872/what-do-i-look-at-in-splunkdlog-to-troubleshoot-de.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 15:44:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-Management-not-listing-all-clients/m-p/366182#M13537</guid>
      <dc:creator>markbarber21</dc:creator>
      <dc:date>2017-10-17T15:44:13Z</dc:date>
    </item>
  </channel>
</rss>

