<?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 Can you disable the management port (8089) on clients via the Deployment Server? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Can-you-disable-the-management-port-8089-on-clients-via-the/m-p/174726#M6514</link>
    <description>&lt;P&gt;We're looking to disable the management port (8089) on current and future clients. Can this be done from a policy or setting on the Deployment server?&lt;/P&gt;</description>
    <pubDate>Thu, 07 May 2015 18:53:51 GMT</pubDate>
    <dc:creator>asofo</dc:creator>
    <dc:date>2015-05-07T18:53:51Z</dc:date>
    <item>
      <title>Can you disable the management port (8089) on clients via the Deployment Server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-you-disable-the-management-port-8089-on-clients-via-the/m-p/174726#M6514</link>
      <description>&lt;P&gt;We're looking to disable the management port (8089) on current and future clients. Can this be done from a policy or setting on the Deployment server?&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2015 18:53:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-you-disable-the-management-port-8089-on-clients-via-the/m-p/174726#M6514</guid>
      <dc:creator>asofo</dc:creator>
      <dc:date>2015-05-07T18:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Can you disable the management port (8089) on clients via the Deployment Server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-you-disable-the-management-port-8089-on-clients-via-the/m-p/174727#M6515</link>
      <description>&lt;P&gt;Why are you doing this?  I assume it is so that you can prevent some app (all apps?) from being updated by the Deployment Server.  The best way to do this is to disable DS client updates for just the app you need to "freeze" on just this server (not server-wide, not app-wide, not globally); you can do this like this (and yes, this can be done from the DS, but if you do this, it will disable this app on all servers and it cannot be undone from the DS):&lt;BR /&gt;
&amp;#11;&lt;BR /&gt;
    $SPLUNK_HOME/etc/apps/MyApp/default/app.conf:&lt;BR /&gt;
    [install]&lt;BR /&gt;
    allows_disable = false&lt;/P&gt;

&lt;P&gt;The first thing the DS Client does whenever it finds that the app does not match the DS master copy is to disable the app so that nobody can use it while it is being updated.  If DS cannot disable the app, then it also cannot update it, so DS will be deadlocked from changing the app.  If you forget to undo your changes, then whatever portion you disabled will never update.  It is better to have just 1 app DS-disconnected than to have your entire node completely DS-orphaned.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:51:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-you-disable-the-management-port-8089-on-clients-via-the/m-p/174727#M6515</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2020-09-28T19:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can you disable the management port (8089) on clients via the Deployment Server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-you-disable-the-management-port-8089-on-clients-via-the/m-p/174728#M6516</link>
      <description>&lt;P&gt;Yes, you can deploy an app with a server.conf like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# Disable management port to prevent remote (or local) config.
[httpServer]
disableDefaultPort = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;We deploy our UFs with an app like this and the port is not even open on the client with it installed. It doesn't break the deployment client functionality either. Good luck!&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2015 03:23:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-you-disable-the-management-port-8089-on-clients-via-the/m-p/174728#M6516</guid>
      <dc:creator>jtacy</dc:creator>
      <dc:date>2015-05-08T03:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Can you disable the management port (8089) on clients via the Deployment Server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-you-disable-the-management-port-8089-on-clients-via-the/m-p/174729#M6517</link>
      <description>&lt;P&gt;How can it not "break" the DS functionality?  If you change this to "false" on the DS, because the DC is not connecting (port is disabled), it will never get updated.  You will have to login to the DC servers and manually change this (after changing it on the DS) in order for it to start working again.&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2015 04:27:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-you-disable-the-management-port-8089-on-clients-via-the/m-p/174729#M6517</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-05-08T04:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can you disable the management port (8089) on clients via the Deployment Server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-you-disable-the-management-port-8089-on-clients-via-the/m-p/174730#M6518</link>
      <description>&lt;P&gt;Howdy, I'm reading the question as asking about disabling the mgmt port on deployment clients (most likely UFs). You're right that it's important to be aware that the DS itself must listen on the mgmt port or you're sure to break things.&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2015 04:36:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-you-disable-the-management-port-8089-on-clients-via-the/m-p/174730#M6518</guid>
      <dc:creator>jtacy</dc:creator>
      <dc:date>2015-05-08T04:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Can you disable the management port (8089) on clients via the Deployment Server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-you-disable-the-management-port-8089-on-clients-via-the/m-p/174731#M6519</link>
      <description>&lt;P&gt;I believe the question is referring to disabling the management port on e,g. forwarders. The deployment clients are the ones sending requests to the deployment server - they don't need to have any open management port unless you want to do stuff like remotely run &lt;CODE&gt;oneshot&lt;/CODE&gt; inputs.&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2015 07:43:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-you-disable-the-management-port-8089-on-clients-via-the/m-p/174731#M6519</guid>
      <dc:creator>laserval</dc:creator>
      <dc:date>2015-05-08T07:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can you disable the management port (8089) on clients via the Deployment Server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-you-disable-the-management-port-8089-on-clients-via-the/m-p/174732#M6520</link>
      <description>&lt;P&gt;Correct. I should have clarified this is simply for the forwarders. We do not plan to remotely manage them through the management web interface (remote management disabled by default anyway) and want to close any unnecessary ports for security reasons.&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2015 11:20:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-you-disable-the-management-port-8089-on-clients-via-the/m-p/174732#M6520</guid>
      <dc:creator>asofo</dc:creator>
      <dc:date>2015-05-08T11:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Can you disable the management port (8089) on clients via the Deployment Server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-you-disable-the-management-port-8089-on-clients-via-the/m-p/174733#M6521</link>
      <description>&lt;P&gt;Then the OP should have said "disable the remote management web interface", not "disable the port".  There are 2 things that happen on that port: DS and Web UI.  I gave one answer and jtacy gave the other.  In any case, the "disableDefaultPort" approach WILL NOT prevent port 8089 from being used if you are using DS because your DC on the forwarder will still us it.&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2015 14:46:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-you-disable-the-management-port-8089-on-clients-via-the/m-p/174733#M6521</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-05-08T14:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can you disable the management port (8089) on clients via the Deployment Server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-you-disable-the-management-port-8089-on-clients-via-the/m-p/174734#M6522</link>
      <description>&lt;P&gt;keep in mind that the DS does not "push". Clients connect to it, and pull their configuration. The DS does not talk to the UF management port.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2016 17:50:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-you-disable-the-management-port-8089-on-clients-via-the/m-p/174734#M6522</guid>
      <dc:creator>dshpritz</dc:creator>
      <dc:date>2016-07-13T17:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Can you disable the management port (8089) on clients via the Deployment Server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-you-disable-the-management-port-8089-on-clients-via-the/m-p/567540#M24885</link>
      <description>&lt;P&gt;I think the OP wants to secure the UFs.&lt;/P&gt;&lt;P&gt;By default the UF binds `*:8089` which is an audit finding in most envs.&lt;/P&gt;&lt;P&gt;To be sure, configure&amp;nbsp;/opt/splunkforwarder/etc/splunk-launch.conf:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;SPLUNK_BINDIP=127.0.0.1&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Sep 2021 12:39:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-you-disable-the-management-port-8089-on-clients-via-the/m-p/567540#M24885</guid>
      <dc:creator>ephemeric</dc:creator>
      <dc:date>2021-09-19T12:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Can you disable the management port (8089) on clients via the Deployment Server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-you-disable-the-management-port-8089-on-clients-via-the/m-p/632692#M26728</link>
      <description>&lt;P&gt;Snippet from Splunk docs about changing server.conf file:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.0.0/admin/Serverconf" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.0.0/admin/Serverconf&lt;/A&gt;&lt;/P&gt;&lt;PRE&gt;disableDefaultPort = &amp;lt;boolean&amp;gt;
* If set to "true", turns off listening on the splunkd management port,
  which is 8089 by default.
* On &lt;STRONG&gt;Universal Forwarders&lt;/STRONG&gt;, when  this value is "true" the value set 
  for mgmtHostPort in web.conf will be ignored. Similarly, when set to "false", 
  the value set for mgmtHostPort in web.conf will be used for binding management port.
* NOTE: On Universal Forwarders, to reduce the risk of exploitation Splunk recommends 
  the management port is disabled and local CLI is not used. If the management port is enabled, 
  a valid TLS certification should be installed and the port should be bound to localhost.
* NOTE: Changing this setting is not recommended on other Splunk instances.
  * This is the general communication path to splunkd.  If it is disabled,
    there is no way to communicate with a running splunk instance.
  * This means many command line splunk invocations cannot function,
    Splunk Web cannot function, the REST interface cannot function, etc.
  * If you choose to disable the port anyway, understand that you are
    selecting reduced Splunk functionality.
* Default: false&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 01:30:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-you-disable-the-management-port-8089-on-clients-via-the/m-p/632692#M26728</guid>
      <dc:creator>mustapha_arakji</dc:creator>
      <dc:date>2023-03-01T01:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Can you disable the management port (8089) on clients via the Deployment Server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-you-disable-the-management-port-8089-on-clients-via-the/m-p/675688#M27885</link>
      <description>&lt;P&gt;Hello, &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/12224"&gt;@jtacy&lt;/a&gt;&amp;nbsp;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;A question, Is the file being changed from the&amp;nbsp;C:\Program Files\SplunkUniversalForwarder\etc\system\local\”?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank very much.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jan 2024 23:20:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-you-disable-the-management-port-8089-on-clients-via-the/m-p/675688#M27885</guid>
      <dc:creator>CarolinaHB</dc:creator>
      <dc:date>2024-01-28T23:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can you disable the management port (8089) on clients via the Deployment Server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-you-disable-the-management-port-8089-on-clients-via-the/m-p/675692#M27886</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/222294"&gt;@CarolinaHB&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P data-unlink="true"&gt;While that's true, changing the &lt;STRONG&gt;server.conf&lt;/STRONG&gt; in &lt;STRONG&gt;C:\Program Files\SplunkUniversalForwarder\etc\system\local\&lt;/STRONG&gt;&amp;nbsp;will give you the desired results. It's a best practice to place the &lt;STRONG&gt;server.conf&lt;/STRONG&gt; file in a separate app as&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/12224"&gt;@jtacy&lt;/a&gt;&amp;nbsp;said. That would be in &lt;STRONG&gt;$SPLUNK_HOME/etc/apps/myapp/local/server.conf.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Recommended&amp;nbsp;read on config files:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.1.3/Admin/Wheretofindtheconfigurationfiles" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/Splunk/9.1.3/Admin/Wheretofindtheconfigurationfiles&lt;/A&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2024 00:36:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-you-disable-the-management-port-8089-on-clients-via-the/m-p/675692#M27886</guid>
      <dc:creator>mustapha_arakji</dc:creator>
      <dc:date>2024-01-29T00:36:09Z</dc:date>
    </item>
  </channel>
</rss>

