<?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 does not forward app to HF in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Deployment-server-does-not-forward-app-to-HF/m-p/687356#M19382</link>
    <description>&lt;P&gt;&lt;SPAN&gt;A few things to check - (I know you have done some already)&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Check that your serverclass is taking the current config (might be some config that’s &amp;nbsp;overriding, its normally in /opt/splunk/etc/system/local/serverclass and sometimes in a dedicated app /opt/splunk/bin/splunk btool serverclass list --debug &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Check the Permissions on the HF's /opt/splunk/etc/apps/ &amp;nbsp;(sudo chown -R splunk:splunk /opt/splunk/etc/apps - this is typical)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Restart the HF / Deployment Server&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you verify the ownership of the apps on the Deployment Server (Typically they should be splunk:splunk sudo chown -R splunk:splunk /opt/splunk/etc/deployment_apps) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you verify the firewall ports are all OK 8089 (HF to DS - port 8089) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you double check the apps names in serverclass.conf (I have seen app name typo's errors in the past) &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 13 May 2024 16:08:00 GMT</pubDate>
    <dc:creator>deepakc</dc:creator>
    <dc:date>2024-05-13T16:08:00Z</dc:date>
    <item>
      <title>Deployment server does not forward app to HF</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Deployment-server-does-not-forward-app-to-HF/m-p/687348#M19381</link>
      <description>&lt;P&gt;Hi Splunkers, I'm deploying a new Splunk Enterprise environment; inside it, I have (for now) 2 HF and a DS.&lt;BR /&gt;I'm trying to set an outputs.conf file on both HF via DS; clients perform a correct phoning to DS, but then apps are not downloaded. I checked the internal logs and I got no error related to app.&lt;BR /&gt;I followed doc and course material used during Architect course for references.&lt;/P&gt;&lt;P&gt;Below, configuration I made on DS.&lt;/P&gt;&lt;P&gt;App name:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;/opt/splunk/etc/deployment-apps/hf_seu_outputs/&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;App file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;/opt/splunk/etc/deployment-apps/hf_seu_outputs/default/app.conf

[ui]
is_visible = 0

[package]
id = hf_outputs
check_for_updates = 0&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;/opt/splunk/etc/deployment-apps/hf_seu_outputs/local/outputs.conf

[indexAndForward]
index=false

[tcpout]
defaultGroup = default-autolb-group
forwardedindex.filter.disable = true
indexAndForward = false

[tcpout:default-autolb-group]
server=&amp;lt;idx1_ip_address&amp;gt;:9997, &amp;lt;idx2_ip_address&amp;gt;:9997, &amp;lt;idx3_ip_address&amp;gt;:9997&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;serverclass.conf:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[serverClass:spoke_hf:app:hf_seu_outputs]
restartSplunkWeb = 0
restartSplunkd = 1
stateOnClient = enabled

[serverClass:spoke_hf]
whitelist.0 = &amp;lt;HF1_ip_address&amp;gt;, &amp;lt;HF1_ip_address&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;File and folder permission are right, owner is the user used to execute Splunk (in a nutshell, the owner of /opt/spluk). I suppose it is a very stupid issue, but I'm not able to figured it out.&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 15:01:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Deployment-server-does-not-forward-app-to-HF/m-p/687348#M19381</guid>
      <dc:creator>SplunkExplorer</dc:creator>
      <dc:date>2024-05-13T15:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment server does not forward app to HF</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Deployment-server-does-not-forward-app-to-HF/m-p/687356#M19382</link>
      <description>&lt;P&gt;&lt;SPAN&gt;A few things to check - (I know you have done some already)&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Check that your serverclass is taking the current config (might be some config that’s &amp;nbsp;overriding, its normally in /opt/splunk/etc/system/local/serverclass and sometimes in a dedicated app /opt/splunk/bin/splunk btool serverclass list --debug &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Check the Permissions on the HF's /opt/splunk/etc/apps/ &amp;nbsp;(sudo chown -R splunk:splunk /opt/splunk/etc/apps - this is typical)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Restart the HF / Deployment Server&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you verify the ownership of the apps on the Deployment Server (Typically they should be splunk:splunk sudo chown -R splunk:splunk /opt/splunk/etc/deployment_apps) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you verify the firewall ports are all OK 8089 (HF to DS - port 8089) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you double check the apps names in serverclass.conf (I have seen app name typo's errors in the past) &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 16:08:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Deployment-server-does-not-forward-app-to-HF/m-p/687356#M19382</guid>
      <dc:creator>deepakc</dc:creator>
      <dc:date>2024-05-13T16:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment server does not forward app to HF</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Deployment-server-does-not-forward-app-to-HF/m-p/687358#M19384</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/79189"&gt;@deepakc&lt;/a&gt;, following output of required checks:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Check that your serverclass is taking the current config (might be some config that’s &amp;nbsp;overriding, its normally in /opt/splunk/etc/system/local/serverclass and sometimes in a dedicated app /opt/splunk/bin/splunk btool serverclass list --debug - &lt;STRONG&gt;Done: the only 2 serverclass.conf files are the ones under $SPLUNK_HOME$/etc/system/default and&amp;nbsp;$SPLUNK_HOME$/etc/system/local&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Check the Permissions on the HF's /opt/splunk/etc/apps/ &amp;nbsp;(sudo chown -R splunk:splunk /opt/splunk/etc/apps - this is typical) - &lt;STRONG&gt;Done, folder ownership is fine&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Restart the HF / Deployment Server - &lt;STRONG&gt;Done&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you verify the ownership of the apps on the Deployment Server (Typically they should be splunk:splunk sudo chown -R splunk:splunk /opt/splunk/etc/deployment_apps) - &lt;STRONG&gt;Done, ownership if fine&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you verify the firewall ports are all OK 8089 (HF to DS - port 8089) - &lt;STRONG&gt;Done, HFs can reach DS on 8089 and vice versa&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you double check the apps names in serverclass.conf (I have seen app name typo's errors in the past)&amp;nbsp; - &lt;STRONG&gt;Done, app folder name and app name in serveclass.conf are the same&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 16:19:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Deployment-server-does-not-forward-app-to-HF/m-p/687358#M19384</guid>
      <dc:creator>SplunkExplorer</dc:creator>
      <dc:date>2024-05-13T16:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment server does not forward app to HF</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Deployment-server-does-not-forward-app-to-HF/m-p/687363#M19386</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/249714"&gt;@SplunkExplorer&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Can you check on the HF's /opt/splunk/etc/apps folder if there are some outputs apps there (Left overs perhaps from testing etc) if so remove the app into a /tmp folder, restart HF's,&amp;nbsp; and push via the deployment server only.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 16:54:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Deployment-server-does-not-forward-app-to-HF/m-p/687363#M19386</guid>
      <dc:creator>deepakc</dc:creator>
      <dc:date>2024-05-13T16:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment server does not forward app to HF</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Deployment-server-does-not-forward-app-to-HF/m-p/688029#M19428</link>
      <description>&lt;P&gt;Solved.&lt;/P&gt;&lt;P&gt;The issue was related to this configuration sgement:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[serverClass:spoke_hf]
whitelist.0 = &amp;lt;HF1_ip_address&amp;gt;, &amp;lt;HF1_ip_address&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;Searching better into documentation, I found that comma separated IP address list is not supported.&lt;BR /&gt;After I switched to:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;whitelist.0 = &amp;lt;HF1 IP Address&amp;gt;
whitelist.1 = &amp;lt;HF2 IP Address&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;Issue went away.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 13:51:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Deployment-server-does-not-forward-app-to-HF/m-p/688029#M19428</guid>
      <dc:creator>SplunkExplorer</dc:creator>
      <dc:date>2024-05-20T13:51:10Z</dc:date>
    </item>
  </channel>
</rss>

