<?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: Splunk Forwarder - Deployment Apps not being downloaded in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-Deployment-Apps-not-being-downloaded/m-p/574454#M101551</link>
    <description>&lt;P&gt;An update,&lt;/P&gt;&lt;P&gt;This issue was fixed I believe by using newer version (8.1.1) of the Splunk Agent and the Apps were successfully downloaded from the Splunk DS.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Nov 2021 17:41:30 GMT</pubDate>
    <dc:creator>ahmadgul21</dc:creator>
    <dc:date>2021-11-10T17:41:30Z</dc:date>
    <item>
      <title>Splunk Forwarder - Deployment Apps not being downloaded</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-Deployment-Apps-not-being-downloaded/m-p/564536#M100507</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The issue is that some servers with universal forwarder agent deployed on them are not being able to successfully download the apps from the deployment server.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Environment Details:&lt;/P&gt;&lt;P&gt;Server: Linux RHEL 7.9 (3.x Kernel)&lt;BR /&gt;Deployment Server: Splunk Enterprise 8.x&lt;BR /&gt;Splunk Universal Forwarder: 8.2.2 for Linux&lt;/P&gt;&lt;P&gt;The agent is successfully installed and connected to the deployment server using the below command&lt;/P&gt;&lt;P&gt;./splunk set deploy-poll depoloyment-server:8089&lt;/P&gt;&lt;P&gt;And it is showing up successfully on the deployment server as well however when I push apps to the server via the deployment server they aren't successfully downloaded.&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the universal forwarder splunkd.log,&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR HttpClientRequest *** - HTTP client error=Connection closed by peer while accessing server=*** for request=***&lt;/P&gt;&lt;P&gt;From the deployment server splunkd.log,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ahmadgul21_0-1629811363334.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/15702iD99B876B0FB441DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="ahmadgul21_0-1629811363334.png" alt="ahmadgul21_0-1629811363334.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;What can be the possible reason for this behavior? Since the communication seems fine (we've opened uni-directional communication from server to deployment-server on port 8089).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 13:25:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-Deployment-Apps-not-being-downloaded/m-p/564536#M100507</guid>
      <dc:creator>ahmadgul21</dc:creator>
      <dc:date>2021-08-24T13:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Forwarder - Deployment Apps not being downloaded</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-Deployment-Apps-not-being-downloaded/m-p/564608#M100518</link>
      <description>&lt;P&gt;Seems like your connection is broken somehow. You said that "some" of the UFs are failing. I think you meant apps are pulled from the DS, not pushed from the DS to UFs.&lt;/P&gt;&lt;P&gt;Can you check your firewall log for any errors?&lt;/P&gt;&lt;P&gt;Please try from your failing UF:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;echo '\n' | openssl s_client -connect &amp;lt;deployment-server&amp;gt;:8089&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 20:37:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-Deployment-Apps-not-being-downloaded/m-p/564608#M100518</guid>
      <dc:creator>ephemeric</dc:creator>
      <dc:date>2021-08-24T20:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Forwarder - Deployment Apps not being downloaded</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-Deployment-Apps-not-being-downloaded/m-p/564646#M100520</link>
      <description>&lt;P&gt;Well, It is my understanding that the apps are pushed from the deployment server to the universal forwarders when they phone home. For example, a newly deployed universal forwarder once it phones home and the deployment server has assigned it to a server class then all the apps of that server class are pushed to the new universal forwarder, is that right?&lt;/P&gt;&lt;P&gt;Also, I tried manually configuring the outputs.conf and inputs.conf in /opt/splunkforwarder/etc/system/local and have verified that I can successfully receive the logs being monitored.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only major issue right now is that the universal forwarder is still not able to download the apps from the deployment server even though both telnet and the command that you shared earlier show that connectivity is successful.&lt;/P&gt;&lt;P&gt;The below command results in output of "CONNECTED" .... "Verify Return Code: 19 (Self-Signed Certificate in Certificate Chain)" .... "DONE"&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;echo '\n' | openssl s_client -connect &amp;lt;deployment-server&amp;gt;:8089&lt;/LI-CODE&gt;&lt;P&gt;Can there be any issue due to the universal forwarder being version 8.2.2 and deployment server being version 8.1.1 ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 06:41:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-Deployment-Apps-not-being-downloaded/m-p/564646#M100520</guid>
      <dc:creator>ahmadgul21</dc:creator>
      <dc:date>2021-08-25T06:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Forwarder - Deployment Apps not being downloaded</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-Deployment-Apps-not-being-downloaded/m-p/564677#M100523</link>
      <description>&lt;P&gt;I can only find:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/VersionCompatibility/current/Matrix/Compatibilitybetweenforwardersandindexers" target="_blank"&gt;https://docs.splunk.com/Documentation/VersionCompatibility/current/Matrix/Compatibilitybetweenforwardersandindexers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;WRT compatibility.&lt;/P&gt;&lt;P&gt;Can anyone confirm compatibility between UFs and DSs?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 10:33:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-Deployment-Apps-not-being-downloaded/m-p/564677#M100523</guid>
      <dc:creator>ephemeric</dc:creator>
      <dc:date>2021-08-25T10:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Forwarder - Deployment Apps not being downloaded</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-Deployment-Apps-not-being-downloaded/m-p/574454#M101551</link>
      <description>&lt;P&gt;An update,&lt;/P&gt;&lt;P&gt;This issue was fixed I believe by using newer version (8.1.1) of the Splunk Agent and the Apps were successfully downloaded from the Splunk DS.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 17:41:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-Deployment-Apps-not-being-downloaded/m-p/574454#M101551</guid>
      <dc:creator>ahmadgul21</dc:creator>
      <dc:date>2021-11-10T17:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Forwarder - Deployment Apps not being downloaded</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-Deployment-Apps-not-being-downloaded/m-p/574489#M101553</link>
      <description>One comment about push vs pull. All traffic are initiated by client never by DS! The DS just listened and respond to clients initiated request.&lt;BR /&gt;r. Ismo</description>
      <pubDate>Wed, 10 Nov 2021 20:01:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-Deployment-Apps-not-being-downloaded/m-p/574489#M101553</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2021-11-10T20:01:25Z</dc:date>
    </item>
  </channel>
</rss>

