<?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: Can someone please explain to me why Splunk Universal Forwarder uses port 8089? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Can-someone-please-explain-to-me-why-Splunk-Universal-Forwarder/m-p/180068#M36102</link>
    <description>&lt;P&gt;It's a management port. It allows remote administration of the forwarder, once the default password is changed. It shouldn't hurt anything to disable it.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Dec 2013 17:11:27 GMT</pubDate>
    <dc:creator>alacercogitatus</dc:creator>
    <dc:date>2013-12-16T17:11:27Z</dc:date>
    <item>
      <title>Can someone please explain to me why Splunk Universal Forwarder uses port 8089?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-someone-please-explain-to-me-why-Splunk-Universal-Forwarder/m-p/180067#M36101</link>
      <description>&lt;P&gt;Can someone please explain to me why the Splunk Universal Forwarder uses port 8089 and what problems would arise if I disabled it?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2013 16:51:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-someone-please-explain-to-me-why-Splunk-Universal-Forwarder/m-p/180067#M36101</guid>
      <dc:creator>rabel001</dc:creator>
      <dc:date>2013-12-16T16:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can someone please explain to me why Splunk Universal Forwarder uses port 8089?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-someone-please-explain-to-me-why-Splunk-Universal-Forwarder/m-p/180068#M36102</link>
      <description>&lt;P&gt;It's a management port. It allows remote administration of the forwarder, once the default password is changed. It shouldn't hurt anything to disable it.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2013 17:11:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-someone-please-explain-to-me-why-Splunk-Universal-Forwarder/m-p/180068#M36102</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2013-12-16T17:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can someone please explain to me why Splunk Universal Forwarder uses port 8089?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-someone-please-explain-to-me-why-Splunk-Universal-Forwarder/m-p/180069#M36103</link>
      <description>&lt;P&gt;What can be remotely administered using the port and how? I'm at a loss. Splunk is all new to me, and my boss wants me to get it all locked down because we got hit by a pentest big time because of Splunk.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2013 17:16:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-someone-please-explain-to-me-why-Splunk-Universal-Forwarder/m-p/180069#M36103</guid>
      <dc:creator>rabel001</dc:creator>
      <dc:date>2013-12-16T17:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can someone please explain to me why Splunk Universal Forwarder uses port 8089?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-someone-please-explain-to-me-why-Splunk-Universal-Forwarder/m-p/180070#M36104</link>
      <description>&lt;P&gt;Once you change the default password - you can hit it in a web browser using the REST api. &lt;CODE&gt;&lt;A href="https://your_forwarder:8089/" target="test_blank"&gt;https://your_forwarder:8089/&lt;/A&gt;&lt;/CODE&gt;. You can stop/start, check inputs to make sure it's configured properly.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2013 17:19:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-someone-please-explain-to-me-why-Splunk-Universal-Forwarder/m-p/180070#M36104</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2013-12-16T17:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Can someone please explain to me why Splunk Universal Forwarder uses port 8089?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-someone-please-explain-to-me-why-Splunk-Universal-Forwarder/m-p/180071#M36105</link>
      <description>&lt;P&gt;I've set a new password, and when I browse to &lt;A href="http://localhost:8089"&gt;http://localhost:8089&lt;/A&gt;, all I see is the output of xml files.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2013 17:29:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-someone-please-explain-to-me-why-Splunk-Universal-Forwarder/m-p/180071#M36105</guid>
      <dc:creator>rabel001</dc:creator>
      <dc:date>2013-12-16T17:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can someone please explain to me why Splunk Universal Forwarder uses port 8089?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-someone-please-explain-to-me-why-Splunk-Universal-Forwarder/m-p/180072#M36106</link>
      <description>&lt;P&gt;Check this out: &lt;CODE&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0/RESTAPI/RESTintro" target="test_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.0/RESTAPI/RESTintro&lt;/A&gt;&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2013 17:31:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-someone-please-explain-to-me-why-Splunk-Universal-Forwarder/m-p/180072#M36106</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2013-12-16T17:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Can someone please explain to me why Splunk Universal Forwarder uses port 8089?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-someone-please-explain-to-me-why-Splunk-Universal-Forwarder/m-p/180073#M36107</link>
      <description>&lt;P&gt;Oh, thank you so much. That explains so much.&lt;/P&gt;

&lt;P&gt;One other question is, does the deployment server use the API at all for deployment?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2013 17:38:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-someone-please-explain-to-me-why-Splunk-Universal-Forwarder/m-p/180073#M36107</guid>
      <dc:creator>rabel001</dc:creator>
      <dc:date>2013-12-16T17:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Can someone please explain to me why Splunk Universal Forwarder uses port 8089?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-someone-please-explain-to-me-why-Splunk-Universal-Forwarder/m-p/180074#M36108</link>
      <description>&lt;P&gt;I think the forwarder contacts the deployment server - but I can't be sure about in Splunk 6 - There were changes but I haven't caught up yet.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2013 17:45:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-someone-please-explain-to-me-why-Splunk-Universal-Forwarder/m-p/180074#M36108</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2013-12-16T17:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Can someone please explain to me why Splunk Universal Forwarder uses port 8089?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-someone-please-explain-to-me-why-Splunk-Universal-Forwarder/m-p/180075#M36109</link>
      <description>&lt;P&gt;I disabled port 8089 in server.conf, deleted the folders received from the deployment server, restarted the service, made sure that port 8089 was not listening (by issuing &lt;NETSTAT -aon=""&gt;), the port was indeed NOT listening, and the server still received it's configurations from the deployment server.&lt;/NETSTAT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2013 17:52:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-someone-please-explain-to-me-why-Splunk-Universal-Forwarder/m-p/180075#M36109</guid>
      <dc:creator>rabel001</dc:creator>
      <dc:date>2013-12-16T17:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Can someone please explain to me why Splunk Universal Forwarder uses port 8089?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-someone-please-explain-to-me-why-Splunk-Universal-Forwarder/m-p/180076#M36110</link>
      <description>&lt;P&gt;Port 8089 is the default Splunk management port on all Splunk instances including the Universal Forwarder. If you never change the default password on a Universal forwarder, authentication when acessing port 8089 will be blocked.&lt;/P&gt;

&lt;P&gt;A use case for changing the password and leaving the port up would be to allow you run remote debug commands on the forwarder such as the one below to understand what files are being monitored. Often Splunk admins do not have direct access to forwarders. It is also possible to run remote configuration commands through the rest API URL.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# Display status on the tailing processor where localhost is replaced with the hostname or IP of the forwarder
&lt;A href="https://localhost:8089/services/admin/inputstatus/TailingProcessor:FileStatus" target="test_blank"&gt;https://localhost:8089/services/admin/inputstatus/TailingProcessor:FileStatus&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Port 8089 is not needed on a forwarder for sending event data out to indexers or for communicating with a deployment server. In the case of deployment server, the forwarder initiates contact with the deployment server as a client. Only the deployment server needs to have the 8089 listening port up.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2014 14:20:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-someone-please-explain-to-me-why-Splunk-Universal-Forwarder/m-p/180076#M36110</guid>
      <dc:creator>bandit</dc:creator>
      <dc:date>2014-08-08T14:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Can someone please explain to me why Splunk Universal Forwarder uses port 8089?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-someone-please-explain-to-me-why-Splunk-Universal-Forwarder/m-p/180077#M36111</link>
      <description>&lt;P&gt;The management port is not limited to remote management.  it's how the forwarder is managed locally as well when it is running by the splunk command line tool.  I would suggest considering firewalling it unless you truly need the peace of mind of the ports being disabled entirely.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2014 21:53:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-someone-please-explain-to-me-why-Splunk-Universal-Forwarder/m-p/180077#M36111</guid>
      <dc:creator>jrodman</dc:creator>
      <dc:date>2014-10-02T21:53:12Z</dc:date>
    </item>
  </channel>
</rss>

