<?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: How to get Splunk web server? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-Splunk-web-server/m-p/99066#M5493</link>
    <description>&lt;P&gt;For the ps command (to check for the processes) you should see something like the following, which basically says there are splunk processes running (using grep to narrow down on splunk)&lt;/P&gt;

&lt;P&gt;[root@matt-laptop home]# ps -ef | grep splunkd | grep -v grep &lt;BR /&gt;
root      1154     1  2 21:05 ?        00:00:06 splunkd -p 8089 start&lt;BR /&gt;
root      1155  1154  0 21:05 ?        00:00:00 splunkd -p 8089 start&lt;/P&gt;</description>
    <pubDate>Sun, 15 Jul 2012 20:13:54 GMT</pubDate>
    <dc:creator>MHibbin</dc:creator>
    <dc:date>2012-07-15T20:13:54Z</dc:date>
    <item>
      <title>How to get Splunk web server?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-Splunk-web-server/m-p/99062#M5489</link>
      <description>&lt;P&gt;I downloaded Splunk for the MAC (I have the 10.7 version software, I'm not sure if that'll make a difference on how this works or not), read the manual, and went to the the directions for  /Applications/splunk/bin/splunk start, none of the items in my folder (bin) had a splunk start, there was just a splunk, splunk-optimize, splunk-optimize-lex, splunkd, splunkmon, so I chose the splunk and it logged me in and gave me all these help commands. I thought I did everything right those were the steps I followed and so when I try to access the Splunk web server it gave me, it keeps saying Safari can't identify this server. Do I need to download another browser so it will recognize it? I asked another question similar to this and someone said I have to make sure the local: 8000 isn't blocked, I'm not sure how to go about checking that or changing it if it is blocked on a MAC. Can someone help me? I need like a step by step process on how to go about fixing whatever's wrong.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2012 23:16:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-Splunk-web-server/m-p/99062#M5489</guid>
      <dc:creator>allyandrews14</dc:creator>
      <dc:date>2012-07-13T23:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Splunk web server?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-Splunk-web-server/m-p/99063#M5490</link>
      <description>&lt;P&gt;let's restart from the beginning :&lt;/P&gt;

&lt;P&gt;1 - check that splunkweb is not disabled&lt;BR /&gt;
run ./splunk cmd btool web list --debug &lt;BR /&gt;
and look for startwebserver = 1&lt;/P&gt;

&lt;P&gt;2 - restart splunk on the command line, ./splunk restart&lt;BR /&gt;
check the URL and port of splunk web provided at the end of the launch output.&lt;BR /&gt;
verify if you need http or https&lt;BR /&gt;
(default should be &lt;A href="http://localhost:8000"&gt;http://localhost:8000&lt;/A&gt;)&lt;/P&gt;

&lt;P&gt;3 - check that the web port is not blocked by a firewall or used by another application.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2012 23:50:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-Splunk-web-server/m-p/99063#M5490</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2012-07-13T23:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Splunk web server?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-Splunk-web-server/m-p/99064#M5491</link>
      <description>&lt;P&gt;Not used MAC OS personally, however being a linux system check whether the splunk services are running from command-line (terminal) with...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;ps -ef | grep splunkd
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This is the main splunk daemon, which should be running. You can also check whether the ports are used by an application, with something like...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;netstat -antp | grep 8089
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;OR&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;netstat -antp | grep 8000
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;However, from the way I read this, you are not starting Splunk correctly. From the terminal (command-line) as root (su) or using sudo (prepend the following with "sudo"), run the following...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/Applications/splunk/bin/splunk status
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I suspect the services will be disabled, as you will need to read and accept the T's &amp;amp; C's, so again as root (su) or sudo (prepend the following with "sudo"), run the following...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/Applications/splunk/bin/splunk start
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;As i'm sure this will be your first time in starting splunk you will need be presented with all the T's &amp;amp; C's, to which you must accepted (with a "Y" when asked) to proceed. You will then be run through the initial configuration, if the ports 8000 (splunkweb) and 8089 (splunkd) are already in use, Splunk will ask for alternatives (e.g. these could be 8001 and 8090 for splunkweb and splunkd respectively). Once finished, providing there are no errors, the CLI will state that the services and are started and provide you with a URL to navigate to.&lt;/P&gt;

&lt;P&gt;If you are starting out, another useful CLI command would be...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/Applications/splunk/bin/splunk help cheatsheet
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Jul 2012 10:52:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-Splunk-web-server/m-p/99064#M5491</guid>
      <dc:creator>MHibbin</dc:creator>
      <dc:date>2012-07-14T10:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Splunk web server?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-Splunk-web-server/m-p/99065#M5492</link>
      <description>&lt;P&gt;Thank you so much MHibbin, I just had a few more questions, when I typed in su or sudo into my command line, it says I have the potential for data loss. I just want to make sure that typing that in will not cause me to lose important data or any data at all, that it was just to access splunk?  I checked to see if the ports you suggested were open and also if splunk is running. But, since I'm so new to using command line, it sent back a bunch of numbers and information. I was wondering if you could tell me what exactly I'm looking for to see if every things working? &lt;/P&gt;</description>
      <pubDate>Sun, 15 Jul 2012 15:41:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-Splunk-web-server/m-p/99065#M5492</guid>
      <dc:creator>allyandrews14</dc:creator>
      <dc:date>2012-07-15T15:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Splunk web server?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-Splunk-web-server/m-p/99066#M5493</link>
      <description>&lt;P&gt;For the ps command (to check for the processes) you should see something like the following, which basically says there are splunk processes running (using grep to narrow down on splunk)&lt;/P&gt;

&lt;P&gt;[root@matt-laptop home]# ps -ef | grep splunkd | grep -v grep &lt;BR /&gt;
root      1154     1  2 21:05 ?        00:00:06 splunkd -p 8089 start&lt;BR /&gt;
root      1155  1154  0 21:05 ?        00:00:00 splunkd -p 8089 start&lt;/P&gt;</description>
      <pubDate>Sun, 15 Jul 2012 20:13:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-Splunk-web-server/m-p/99066#M5493</guid>
      <dc:creator>MHibbin</dc:creator>
      <dc:date>2012-07-15T20:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Splunk web server?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-Splunk-web-server/m-p/99067#M5494</link>
      <description>&lt;P&gt;For the netstat command you should something like... this just says the splunkd process is listening on port 8089 and give the PID (process id) for splunkd which you can see matches the PID for the splunkd process in ps-ef above...&lt;/P&gt;

&lt;P&gt;[root@matt-laptop home]# netstat -antp | grep 8089&lt;BR /&gt;
tcp        0      0 0.0.0.0:8089                0.0.0.0:*                   LISTEN      1154/splunkd&lt;/P&gt;</description>
      <pubDate>Sun, 15 Jul 2012 20:17:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-Splunk-web-server/m-p/99067#M5494</guid>
      <dc:creator>MHibbin</dc:creator>
      <dc:date>2012-07-15T20:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Splunk web server?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-Splunk-web-server/m-p/99068#M5495</link>
      <description>&lt;P&gt;for the su command, this basically put's you into Root (the highest level user), which can be risky if you don't know what you are doing as you can accidently remove or modify critical system files.&lt;/P&gt;

&lt;P&gt;sudo allows you to run some process "as root" but there are some system restrictions in place to prevent you doing anything "silly".You should still be careful when using both of these modes.&lt;/P&gt;

&lt;P&gt;You don't have to run Splunk as root, but there may be some restrictions for this: &lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/installation/RunSplunkasadifferentornon-rootuser"&gt;http://docs.splunk.com/Documentation/Splunk/latest/installation/RunSplunkasadifferentornon-rootuser&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Jul 2012 20:20:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-Splunk-web-server/m-p/99068#M5495</guid>
      <dc:creator>MHibbin</dc:creator>
      <dc:date>2012-07-15T20:20:53Z</dc:date>
    </item>
  </channel>
</rss>

