<?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 Port 8000 doesn't work in Security</title>
    <link>https://community.splunk.com/t5/Security/Splunk-Port-8000-doesn-t-work/m-p/93498#M3075</link>
    <description>&lt;P&gt;Hi Kristian...&lt;/P&gt;

&lt;P&gt;the splunkweb just stoped!&lt;BR /&gt;
i start the service and then stoped.&lt;BR /&gt;
i looked the web_service.log and said:&lt;/P&gt;

&lt;P&gt;Port 8000 not bound on '0.0.0.0'&lt;/P&gt;

&lt;P&gt;but i not using this port for anything &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;
in the splunkd log file doesn't give me any error&lt;/P&gt;

&lt;P&gt;thanx&lt;BR /&gt;
Pedro&lt;/P&gt;

&lt;P&gt;ps: i have 5 NIC's on this machine... that could be a problem? i want to access only from one NIC&lt;/P&gt;</description>
    <pubDate>Thu, 20 Oct 2011 14:14:05 GMT</pubDate>
    <dc:creator>silvapin</dc:creator>
    <dc:date>2011-10-20T14:14:05Z</dc:date>
    <item>
      <title>Splunk Port 8000 doesn't work</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Port-8000-doesn-t-work/m-p/93495#M3072</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;
i installed splunk 4.2.3-105575 on ubuntu 10.4 x64 without errors.&lt;BR /&gt;
Started splunk as shown below:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;root@XXXXX:/opt/splunk/bin# ./splunk start
Splunk&amp;gt; Take the sh out of IT.

Checking prerequisites...

    Checking http port [8000]: open
    Checking mgmt port [8089]: open
    Checking configuration...  Done.
    Checking index directory...
    Validated databases: _audit _blocksignature _internal _thefishbucket history main summary
    Done
Success

Checking conf files for typos...
All preliminary checks passed.

Starting splunk server daemon (splunkd)...
Done.
Starting splunkweb... Done.

If you get stuck, we're here to help.
Look for answers here: &lt;A href="http://www.splunk.com/base/Documentation" target="test_blank"&gt;http://www.splunk.com/base/Documentation&lt;/A&gt;

The Splunk web interface is at &lt;A href="http://XXXXX:8000" target="test_blank"&gt;http://XXXXX:8000&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;When i tried to open the interface doesn't show anything. Gives me a time out error.&lt;/P&gt;

&lt;P&gt;Looking to cpu tasks, i have:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;root     18174     1  0 11:40 ?        00:00:01 splunkd -p 8089 start
root     18175 18174  0 11:40 ?        00:00:00 splunkd -p 8089 start
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And if i look to open ports, i have:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;tcp        0      0 *:8089                  *:*                     LISTEN
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Where is the web port??&lt;BR /&gt;
Where is the web splunk??&lt;BR /&gt;
And if i tried to enable splunk web (like splunk docs)... it say:&lt;/P&gt;

&lt;P&gt;Splunk is not running, and it must be for this operation. To start splunk, run "splunk start".&lt;/P&gt;

&lt;P&gt;Please HELP!&lt;/P&gt;

&lt;P&gt;Thanx&lt;BR /&gt;
Best Regards&lt;/P&gt;

&lt;P&gt;Pedro Silva&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2011 10:59:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Port-8000-doesn-t-work/m-p/93495#M3072</guid>
      <dc:creator>silvapin</dc:creator>
      <dc:date>2011-10-18T10:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Port 8000 doesn't work</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Port-8000-doesn-t-work/m-p/93496#M3073</link>
      <description>&lt;P&gt;Have you tried any of the following;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/opt/splunk/bin/splunk status
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This will ask splunk to report status and pid for splunkd and splunkweb&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;netstat -an | grep 8000
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;should tell you if there is something listening on port 8000&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;ps aux | grep mrsparkle
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;find through ps if the splunkweb process is running&lt;/P&gt;

&lt;P&gt;Other than that, you should check out the log files in /opt/splunk/var/log/splunk to see if there are any errors.&lt;/P&gt;

&lt;P&gt;You mention a timeout, is that your browser timing out while trying to reach the webgui, or the webgui timing out trying to connect to the splunkd?&lt;/P&gt;

&lt;P&gt;Hope this helps a little bit anyway. Any more information you could share would be beneficial.&lt;/P&gt;

&lt;P&gt;/kristian&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2011 15:26:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Port-8000-doesn-t-work/m-p/93496#M3073</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2011-10-18T15:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Port 8000 doesn't work</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Port-8000-doesn-t-work/m-p/93497#M3074</link>
      <description>&lt;P&gt;Hi Kristian&lt;/P&gt;

&lt;P&gt;Thanx.&lt;/P&gt;

&lt;P&gt;when starting splunk... despite the alert (port 8000 open....) the splunkweb didn't started...&lt;/P&gt;

&lt;P&gt;problem fixed with ./splunk start and ./splunk start splunkweb&lt;/P&gt;

&lt;P&gt;best regards&lt;/P&gt;

&lt;P&gt;Pedro&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2011 14:02:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Port-8000-doesn-t-work/m-p/93497#M3074</guid>
      <dc:creator>silvapin</dc:creator>
      <dc:date>2011-10-20T14:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Port 8000 doesn't work</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Port-8000-doesn-t-work/m-p/93498#M3075</link>
      <description>&lt;P&gt;Hi Kristian...&lt;/P&gt;

&lt;P&gt;the splunkweb just stoped!&lt;BR /&gt;
i start the service and then stoped.&lt;BR /&gt;
i looked the web_service.log and said:&lt;/P&gt;

&lt;P&gt;Port 8000 not bound on '0.0.0.0'&lt;/P&gt;

&lt;P&gt;but i not using this port for anything &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;
in the splunkd log file doesn't give me any error&lt;/P&gt;

&lt;P&gt;thanx&lt;BR /&gt;
Pedro&lt;/P&gt;

&lt;P&gt;ps: i have 5 NIC's on this machine... that could be a problem? i want to access only from one NIC&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2011 14:14:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Port-8000-doesn-t-work/m-p/93498#M3075</guid>
      <dc:creator>silvapin</dc:creator>
      <dc:date>2011-10-20T14:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Port 8000 doesn't work</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Port-8000-doesn-t-work/m-p/93499#M3076</link>
      <description>&lt;P&gt;Hm well, there could be a number of reasons for things not working properly. You could have a look at the following link, which discusses the error you mention.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunk.com/support/forum:SplunkAdministration/3620"&gt;http://www.splunk.com/support/forum:SplunkAdministration/3620&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The short of it is that you may have to set the desired IP-address in web.conf. See the post for details.&lt;/P&gt;

&lt;P&gt;Good luck,&lt;/P&gt;

&lt;P&gt;Kristian&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2011 19:04:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Port-8000-doesn-t-work/m-p/93499#M3076</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2011-10-20T19:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Port 8000 doesn't work</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Port-8000-doesn-t-work/m-p/93500#M3077</link>
      <description>&lt;P&gt;If the change suggested in the link above solves your problem, please make the change to /opt/splunk/etc/system/local/web.conf instead of /opt/splunk/etc/system/default/web.conf. Why? Because any 'default'-directories get overwritten when you upgrade Splunk, and your change will then be lost.&lt;/P&gt;

&lt;P&gt;Note that if there is no web.conf in 'local', you can just copy the it from the 'default' directory. Parameters set in 'local' .conf files override parameter settings in 'default'.&lt;/P&gt;

&lt;P&gt;Do not edit anything in a 'default' directory. &lt;/P&gt;

&lt;P&gt;/kristian&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2011 08:16:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Port-8000-doesn-t-work/m-p/93500#M3077</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2011-10-21T08:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Port 8000 doesn't work</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Port-8000-doesn-t-work/m-p/93501#M3078</link>
      <description>&lt;P&gt;Hi Kristian&lt;/P&gt;

&lt;P&gt;i changed th value on server.socket and made a copy of web.conf &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; but still not working&lt;BR /&gt;
:(&lt;/P&gt;

&lt;P&gt;log's file:&lt;/P&gt;

&lt;P&gt;2011-10-24 15:14:31,046 ERROR   [4ea5727a482fd5d10] root:493 - Unable to start splunkweb&lt;BR /&gt;
2011-10-24 15:14:31,046 ERROR   [4ea5727a482fd5d10] root:494 - Port 8000 not bound on '10.255.0.254'&lt;/P&gt;

&lt;P&gt;best regards&lt;/P&gt;

&lt;P&gt;Pedro&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2011 14:27:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Port-8000-doesn-t-work/m-p/93501#M3078</guid>
      <dc:creator>silvapin</dc:creator>
      <dc:date>2011-10-24T14:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Port 8000 doesn't work</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Port-8000-doesn-t-work/m-p/93502#M3079</link>
      <description>&lt;P&gt;I assume that you did a full restart (of splunk) after setting the ip-address. I'm sort of running out of ideas...&lt;/P&gt;

&lt;P&gt;Are you sure that there is nothing else running on port 8000, or that you for some reason do not have high enough privileges? &lt;/P&gt;

&lt;P&gt;Have you tried to connect to port 8000 with telnet or netcat, when splunk is NOT running?&lt;/P&gt;

&lt;P&gt;Have you tried to start splunkweb on a different port? Either through editing the web.conf file or through the CLI, e.g. /opt/splunk/bin/splunk set web-port 7000&lt;/P&gt;

&lt;P&gt;/k&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2011 16:04:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Port-8000-doesn-t-work/m-p/93502#M3079</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2011-10-24T16:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Port 8000 doesn't work</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Port-8000-doesn-t-work/m-p/93503#M3080</link>
      <description>&lt;P&gt;Are there any permissions-related issues involved... Under what user is Splunk running - 'root' or 'splunk'? (or something else?). If running as 'splunk' (or any other non-privileged account), are there ANY files in the /opt/splunk/* directories that are owned by root?&lt;/P&gt;

&lt;P&gt;In that case, change the ownership of the files to 'splunk'. Just to be sure;&lt;BR /&gt;
stop splunk&lt;BR /&gt;
chown -R splunk:splunk /opt/splunk/&lt;BR /&gt;
start splunk again. &lt;/P&gt;

&lt;P&gt;Sorry if this does not solve your problem, but then you should probably post a question to Splunk Support.&lt;/P&gt;

&lt;P&gt;/K&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2011 16:08:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Port-8000-doesn-t-work/m-p/93503#M3080</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2011-10-24T16:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Port 8000 doesn't work</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Port-8000-doesn-t-work/m-p/93504#M3081</link>
      <description>&lt;P&gt;Hi. Sorry for the delay.&lt;BR /&gt;
 No luck! tried everything you said and still not working. The splunkweb just stop before starting normally &lt;BR /&gt;
:( thanx anyway... Regards&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2011 15:20:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Port-8000-doesn-t-work/m-p/93504#M3081</guid>
      <dc:creator>silvapin</dc:creator>
      <dc:date>2011-11-08T15:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Port 8000 doesn't work</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Port-8000-doesn-t-work/m-p/93505#M3082</link>
      <description>&lt;P&gt;please add your Ip to the routing table &lt;/P&gt;</description>
      <pubDate>Mon, 09 Apr 2018 13:54:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Port-8000-doesn-t-work/m-p/93505#M3082</guid>
      <dc:creator>arunsundaram</dc:creator>
      <dc:date>2018-04-09T13:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Port 8000 doesn't work</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Port-8000-doesn-t-work/m-p/93506#M3083</link>
      <description>&lt;P&gt;FYI only - -if it helps -- i had similar situation.. there was few changes on " iptables" .. I tried restarting splunk n times -- Splunk starts OK -- even says i am avl on web  but you still cant see it on web.&lt;/P&gt;

&lt;P&gt;Solution which worked for me  includes &lt;BR /&gt;
1. checked all the splunk configs &lt;BR /&gt;
./splunk show web-port&lt;BR /&gt;
check startwebserver =1&lt;BR /&gt;
./splunk cmd btool web list --debug |grep startwebserver&lt;/P&gt;

&lt;H2&gt;All fine&lt;/H2&gt;

&lt;OL&gt;
&lt;LI&gt;Restart iptables services (this may not relevant in your case  -  i did this because we wanted port open etc)&lt;/LI&gt;
&lt;LI&gt;Linux server - rebot ( This was the imp bit -- please do this only in planned process and let Infra and users know etc)&lt;/LI&gt;
&lt;LI&gt;After server was up one final check on the ./splunk status -- worked &lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Thu, 23 Jan 2020 16:08:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Port-8000-doesn-t-work/m-p/93506#M3083</guid>
      <dc:creator>anilsharmahk</dc:creator>
      <dc:date>2020-01-23T16:08:01Z</dc:date>
    </item>
  </channel>
</rss>

