<?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: web.conf missing &amp; splunkweb doesnt show up in splunk status in Security</title>
    <link>https://community.splunk.com/t5/Security/web-conf-missing-splunkweb-doesnt-show-up-in-splunk-status/m-p/488993#M11220</link>
    <description>&lt;P&gt;Thanks @woodcock for sharing your inputs.  Did check and found no errors logged in web_service.log&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jan 2020 03:01:48 GMT</pubDate>
    <dc:creator>celina11</dc:creator>
    <dc:date>2020-01-20T03:01:48Z</dc:date>
    <item>
      <title>web.conf missing &amp; splunkweb doesnt show up in splunk status</title>
      <link>https://community.splunk.com/t5/Security/web-conf-missing-splunkweb-doesnt-show-up-in-splunk-status/m-p/488989#M11216</link>
      <description>&lt;P&gt;Hi: I recently installed Splunk 8.0 on CentOS 8. Post successful installation I am unable to launch Splunk web interface. Upon checking the status - ./splunk status - the output only shows  splunkd and splunk helpers and nothing about splunkweb. Further checked for web.conf file in /opt/splunk/etc/system/local/ but the file itself is missing. Do I have to re-install my installation ? Please help.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jan 2020 02:30:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/web-conf-missing-splunkweb-doesnt-show-up-in-splunk-status/m-p/488989#M11216</guid>
      <dc:creator>celina11</dc:creator>
      <dc:date>2020-01-19T02:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: web.conf missing &amp; splunkweb doesnt show up in splunk status</title>
      <link>https://community.splunk.com/t5/Security/web-conf-missing-splunkweb-doesnt-show-up-in-splunk-status/m-p/488990#M11217</link>
      <description>&lt;P&gt;Hi @celina11  ideally the web.conf file will be locate in /opt/splunk/etc/system/default/ unless you have made some custom changes to it and placed it in /opt/splunk/etc/system/local/.&lt;BR /&gt;
i did once encounter similar issue in the past (when i had installed splunk as a test on my personal laptop), turned out instead of port 8000 splunk we was setup to use 8002. I would suggest you have a look at the we.conf file and check for the attribute &lt;BR /&gt;
"httpport" also verify if attribute "startwebserver" is set to 1.&lt;BR /&gt;
so if the httpport is set to port 8003 (assuming) you should try to access splunk web by hitting &lt;CODE&gt;&lt;A href="http://localhost:8003" target="test_blank"&gt;http://localhost:8003&lt;/A&gt;&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Lastly, if you care making any changes to the web.conf file, make sure you create a new web.conf file in /opt/splunk/etc/system/local/ and make your changes there.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jan 2020 16:08:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/web-conf-missing-splunkweb-doesnt-show-up-in-splunk-status/m-p/488990#M11217</guid>
      <dc:creator>soumyasaha25</dc:creator>
      <dc:date>2020-01-19T16:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: web.conf missing &amp; splunkweb doesnt show up in splunk status</title>
      <link>https://community.splunk.com/t5/Security/web-conf-missing-splunkweb-doesnt-show-up-in-splunk-status/m-p/488991#M11218</link>
      <description>&lt;P&gt;Check your &lt;CODE&gt;web_service.log&lt;/CODE&gt; and at the very bottom it will identify the app that is causing your problem, something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;File "C:\Program Files\Splunk\etc\apps\&amp;lt;app_that_is_causing_the_problem_here&amp;gt;\appserver\modules\CustomRESTForSavedSearch\CustomRESTForSavedSearch.py", line 24
     except Exception, e:
                     ^
 SyntaxError: invalid syntax
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The quick solution is to go to the CLI on your Search head, and create a &lt;CODE&gt;$SPLUNK_HOME/etc/apps/&amp;lt;app_that_is_causing_the_problem_here&amp;gt;/local/app.conf&lt;/CODE&gt; file with the contents below to disable it temporarily and then restart.  Splunk will come up and you can then upgrade to the latest version of &lt;CODE&gt;app_that_is_causing_the_problem_here&lt;/CODE&gt;, live without it, or work with the author to fix the problem if it still exists on the latest version:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[install]
state = disabled
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;To avoid &lt;EM&gt;some&lt;/EM&gt; of these kinds of problems in the future, be sure to run the &lt;CODE&gt;Splunk Platform Upgrade Readiness App&lt;/CODE&gt; app before upgrading:&lt;BR /&gt;
&lt;A href="https://splunkbase.splunk.com/app/4698/"&gt;https://splunkbase.splunk.com/app/4698/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jan 2020 19:14:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/web-conf-missing-splunkweb-doesnt-show-up-in-splunk-status/m-p/488991#M11218</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2020-01-19T19:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: web.conf missing &amp; splunkweb doesnt show up in splunk status</title>
      <link>https://community.splunk.com/t5/Security/web-conf-missing-splunkweb-doesnt-show-up-in-splunk-status/m-p/488992#M11219</link>
      <description>&lt;P&gt;Thanks for your reply &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/126961"&gt;@soumyasaha25&lt;/a&gt;. Was finally able to locate web.conf which is under /opt/splunk/etc/system/default/ . Absolutely new to splunk so learning the basics &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;  httpport is set as 8000 and startwebserver is 1 in web.conf. &lt;/P&gt;

&lt;P&gt;Here's the output when started the splunk process today if this helps - &lt;BR /&gt;
[root@localhost bin]# ./splunk start&lt;/P&gt;

&lt;P&gt;Splunk&amp;gt; CSI: Logfiles.&lt;BR /&gt;
Checking prerequisites...&lt;BR /&gt;
        Checking http port [8000]: open&lt;BR /&gt;
        Checking mgmt port [8089]: open&lt;BR /&gt;
        Checking appserver port [127.0.0.1:8065]: open&lt;BR /&gt;
        Checking kvstore port [8191]: open&lt;BR /&gt;
        Checking configuration... Done.&lt;BR /&gt;
        Checking critical directories...        Done&lt;BR /&gt;
        Checking indexes...&lt;BR /&gt;
                Validated: _audit _internal _introspection _metrics _telemetry _thefishbucket history main summary&lt;BR /&gt;
        Done&lt;BR /&gt;
        Checking filesystem compatibility...  Done&lt;BR /&gt;
        Checking conf files for problems...&lt;BR /&gt;
        Done&lt;BR /&gt;
        Checking default conf files for edits...&lt;BR /&gt;
        Validating installed files against hashes from '/opt/splunk/splunk-8.0.1-6db836e2fb9e-linux-2.6-x86_64-manifest'&lt;BR /&gt;
        All installed files intact.&lt;BR /&gt;
        Done&lt;BR /&gt;
All preliminary checks passed.&lt;BR /&gt;
Starting splunk server daemon (splunkd)...&lt;BR /&gt;
Done&lt;BR /&gt;
                                                           [  OK  ]&lt;/P&gt;

&lt;P&gt;Waiting for web server at &lt;A href="http://127.0.0.1:8000" target="_blank"&gt;http://127.0.0.1:8000&lt;/A&gt; to be available..... Done&lt;BR /&gt;
If you get stuck, we're here to help.&lt;BR /&gt;
Look for answers here: &lt;A href="http://docs.splunk.com" target="_blank"&gt;http://docs.splunk.com&lt;/A&gt;&lt;BR /&gt;
The Splunk web interface is at &lt;A href="http://192.168.122.1:8000" target="_blank"&gt;http://192.168.122.1:8000&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;[root@localhost bin]# ./splunk status&lt;BR /&gt;
splunkd is running (PID: 8626).&lt;BR /&gt;
splunk helpers are running (PIDs: 8633 8646 8723 8758 8983).&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 03:41:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/web-conf-missing-splunkweb-doesnt-show-up-in-splunk-status/m-p/488992#M11219</guid>
      <dc:creator>celina11</dc:creator>
      <dc:date>2020-09-30T03:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: web.conf missing &amp; splunkweb doesnt show up in splunk status</title>
      <link>https://community.splunk.com/t5/Security/web-conf-missing-splunkweb-doesnt-show-up-in-splunk-status/m-p/488993#M11220</link>
      <description>&lt;P&gt;Thanks @woodcock for sharing your inputs.  Did check and found no errors logged in web_service.log&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 03:01:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/web-conf-missing-splunkweb-doesnt-show-up-in-splunk-status/m-p/488993#M11220</guid>
      <dc:creator>celina11</dc:creator>
      <dc:date>2020-01-20T03:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: web.conf missing &amp; splunkweb doesnt show up in splunk status</title>
      <link>https://community.splunk.com/t5/Security/web-conf-missing-splunkweb-doesnt-show-up-in-splunk-status/m-p/488994#M11221</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Can you run the below command. it might help you in getting the port on which splunk web is running&lt;/P&gt;

&lt;P&gt;./splunk show web-port&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 04:56:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/web-conf-missing-splunkweb-doesnt-show-up-in-splunk-status/m-p/488994#M11221</guid>
      <dc:creator>chinmoya</dc:creator>
      <dc:date>2020-01-20T04:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: web.conf missing &amp; splunkweb doesnt show up in splunk status</title>
      <link>https://community.splunk.com/t5/Security/web-conf-missing-splunkweb-doesnt-show-up-in-splunk-status/m-p/488995#M11222</link>
      <description>&lt;P&gt;are you getting any error in splunkd.log?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 06:30:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/web-conf-missing-splunkweb-doesnt-show-up-in-splunk-status/m-p/488995#M11222</guid>
      <dc:creator>ashajambagi</dc:creator>
      <dc:date>2020-01-20T06:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: web.conf missing &amp; splunkweb doesnt show up in splunk status</title>
      <link>https://community.splunk.com/t5/Security/web-conf-missing-splunkweb-doesnt-show-up-in-splunk-status/m-p/488996#M11223</link>
      <description>&lt;P&gt;Hi @ashajambagi : These were the only errors seen in splunkd.log -&lt;/P&gt;

&lt;P&gt;01-20-2020 08:33:05.655 +0530 ERROR ProcessRunner - helper process seems to have died (child killed by signal 15: Terminated)!&lt;BR /&gt;
01-20-2020 08:33:05.655 +0530 WARN EventLoop - ProcessRunner: about to throw an EventLoopException: error from PolledSocket write: Broken pipe&lt;BR /&gt;
01-20-2020 08:33:05.656 +0530 ERROR ProcessRunner - got exception while running ProcessRunner's EventLoop: ProcessRunner: about to throw an EventLoopException: error from PolledSocket write: Broken pipe&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 16:56:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/web-conf-missing-splunkweb-doesnt-show-up-in-splunk-status/m-p/488996#M11223</guid>
      <dc:creator>celina11</dc:creator>
      <dc:date>2020-01-20T16:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: web.conf missing &amp; splunkweb doesnt show up in splunk status</title>
      <link>https://community.splunk.com/t5/Security/web-conf-missing-splunkweb-doesnt-show-up-in-splunk-status/m-p/488997#M11224</link>
      <description>&lt;P&gt;Hi @chinmoya : when ran the command while the splunkd was not running got the following output -&lt;BR /&gt;
[root@localhost bin]# ./splunk show web-port&lt;BR /&gt;
splunkd 8626 was not running.&lt;BR /&gt;
Stopping splunk helpers...&lt;BR /&gt;
                                                           [  OK  ]&lt;BR /&gt;
Done.&lt;BR /&gt;
Stopped helpers.&lt;BR /&gt;
Removing stale pid file... done.&lt;BR /&gt;
Web port: 8000&lt;/P&gt;

&lt;P&gt;With splunkd running, same command prompted for Splunk username &amp;amp; password. When the default credentials were entered admin/changeme system prompted with login failed error &lt;BR /&gt;
[root@localhost bin]# ./splunk show web-port&lt;BR /&gt;
Splunk username: admin&lt;BR /&gt;
Password:&lt;BR /&gt;
Login failed&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 17:01:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/web-conf-missing-splunkweb-doesnt-show-up-in-splunk-status/m-p/488997#M11224</guid>
      <dc:creator>celina11</dc:creator>
      <dc:date>2020-01-20T17:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: web.conf missing &amp; splunkweb doesnt show up in splunk status</title>
      <link>https://community.splunk.com/t5/Security/web-conf-missing-splunkweb-doesnt-show-up-in-splunk-status/m-p/518393#M11766</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/36158"&gt;@celina11&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Have you created a new web.conf file in local path ?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 09:04:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/web-conf-missing-splunkweb-doesnt-show-up-in-splunk-status/m-p/518393#M11766</guid>
      <dc:creator>Javoraqa</dc:creator>
      <dc:date>2020-09-08T09:04:26Z</dc:date>
    </item>
  </channel>
</rss>

