<?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: Cent OS6 - LAMP with Splunk in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Cent-OS6-LAMP-with-Splunk/m-p/88787#M18410</link>
    <description>&lt;P&gt;Is anything listening on port 8000?  Not sure if they've fixed it for 4.3, but the 4.2 UF would also say after installation to connect on port 8000 locally.&lt;/P&gt;

&lt;P&gt;You ask about firewalls, have you looked at the configuration of IPtables?  "/sbin/iptables --list" will show the firewall rules currently in affect.  You could also "/sbin/service iptables stop" or "/sbin/iptables --flush" to disable them temporarily&lt;/P&gt;</description>
    <pubDate>Fri, 09 Mar 2012 17:53:48 GMT</pubDate>
    <dc:creator>mikelanghorst</dc:creator>
    <dc:date>2012-03-09T17:53:48Z</dc:date>
    <item>
      <title>Cent OS6 - LAMP with Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cent-OS6-LAMP-with-Splunk/m-p/88781#M18404</link>
      <description>&lt;P&gt;I followed the basic install of spunk (64-bit) and placed the tar install in /opt/splunk. I successfully started the splunk service.&lt;/P&gt;

&lt;P&gt;Checking prerequisites...&lt;BR /&gt;
    Checking mgmt port [8089]: open&lt;BR /&gt;
    Checking conf files for typos...&lt;BR /&gt;
All preliminary checks passed.&lt;/P&gt;

&lt;P&gt;Starting splunk server daemon (splunkd)... [  OK  ]&lt;/P&gt;

&lt;P&gt;However, when I attempt to connect to the website at: &lt;A href="http://localhost:8000"&gt;http://localhost:8000&lt;/A&gt; I get a page cannot be found. I noted the mgmt port is the only one that seems to exist (show above). So I tried &lt;A href="http://localhost:8089"&gt;http://localhost:8089&lt;/A&gt;. It didn't work either. Is there some missing step? Do I need to define some virtual directory in Apache Web Server to point to something in Splunk's /opt/splunk directory?&lt;/P&gt;

&lt;P&gt;Any tips are welcome.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2012 14:42:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cent-OS6-LAMP-with-Splunk/m-p/88781#M18404</guid>
      <dc:creator>joelc67</dc:creator>
      <dc:date>2012-03-09T14:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cent OS6 - LAMP with Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cent-OS6-LAMP-with-Splunk/m-p/88782#M18405</link>
      <description>&lt;P&gt;Splunk comes with its own CherryPy based webserver called SplunkWeb.  I would have expected a similar output for Splunkweb starting, with messages like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Checking http port [8000]: open 

Starting splunkweb... Done.
If you get stuck, we're here to help.
Look for answers here: &lt;A href="http://docs.splunk.com/Documentation/Splunk" target="test_blank"&gt;http://docs.splunk.com/Documentation/Splunk&lt;/A&gt;

The Splunk web interface is at &lt;A href="http://x.y.com:8000" target="test_blank"&gt;http://x.y.com:8000&lt;/A&gt;    
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;My first guess would be you installed the universal forwarder tarball, which does not include Splunkweb, and is intended as an "endpoint" or "agent" installation.  Go get the full tarball and give it a try.  (Or get the RPMs, "they're tasty" says yum)&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2012 14:51:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cent-OS6-LAMP-with-Splunk/m-p/88782#M18405</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2012-03-09T14:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Cent OS6 - LAMP with Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cent-OS6-LAMP-with-Splunk/m-p/88783#M18406</link>
      <description>&lt;P&gt;I installed the correct version....&lt;/P&gt;

&lt;P&gt;The Splunk web interface is at &lt;A href="http://127.0.0.1:8000"&gt;http://127.0.0.1:8000&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;However, the static IP address for the Linux machine which differs from the localhost IP address still says the web page cannot be found. Is there some "config" file I need to hack to put in the actual static IP?  Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2012 15:16:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cent-OS6-LAMP-with-Splunk/m-p/88783#M18406</guid>
      <dc:creator>joelc67</dc:creator>
      <dc:date>2012-03-09T15:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Cent OS6 - LAMP with Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cent-OS6-LAMP-with-Splunk/m-p/88784#M18407</link>
      <description>&lt;P&gt;If the directory that the user sees on the system is actually "/opt/splunk" then, unless they've changed it, I believe that would indicate it's the full version.&lt;/P&gt;

&lt;P&gt;It is possible though that they've either 1) somehow managed to disable the web server by setting their full instance to LWF mode... or 2) maybe SELinux is blocking something?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2012 15:17:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cent-OS6-LAMP-with-Splunk/m-p/88784#M18407</guid>
      <dc:creator>tmeader</dc:creator>
      <dc:date>2012-03-09T15:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Cent OS6 - LAMP with Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cent-OS6-LAMP-with-Splunk/m-p/88785#M18408</link>
      <description>&lt;P&gt;Although it appears that a full install is on the machine...&lt;BR /&gt;
Starting splunk server daemon (splunkd)... &lt;BR /&gt;
                                                           [  OK  ]&lt;BR /&gt;
                                                           [  OK  ]&lt;BR /&gt;
Done.Starting splunkweb... Done.&lt;BR /&gt;
If you get stuck, we're here to help.&lt;BR /&gt;&lt;BR /&gt;
Look for answers here: &lt;A href="http://docs.splunk.com/Documentation/Splunk"&gt;http://docs.splunk.com/Documentation/Splunk&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The Splunk web interface is at &lt;A href="http://127.0.0.1:8000"&gt;http://127.0.0.1:8000&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;.....the address I am hitting it at &lt;A href="http://192.168.2.1:8000"&gt;http://192.168.2.1:8000&lt;/A&gt; tells me that no page can be found. I am running CentOS6, httpd, mysql, and Webmin 1.560.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2012 17:34:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cent-OS6-LAMP-with-Splunk/m-p/88785#M18408</guid>
      <dc:creator>joelc67</dc:creator>
      <dc:date>2012-03-09T17:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cent OS6 - LAMP with Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cent-OS6-LAMP-with-Splunk/m-p/88786#M18409</link>
      <description>&lt;P&gt;I even hacked the "splunk-launch.conf" and added "SPLUNK_BINDIP=192.168.1.2". Then restarted the whole splunk:&lt;/P&gt;

&lt;P&gt;...&lt;BR /&gt;
    Checking http port [192.168.1.2:8000]: open&lt;BR /&gt;
    Checking mgmt port [192.168.1.2:8089]: open&lt;BR /&gt;
    Checking configuration...  Done.&lt;BR /&gt;
    Checking index directory...&lt;BR /&gt;
    Validated databases: _audit _blocksignature _internal _thefishbucket history main summary ...&lt;/P&gt;

&lt;P&gt;The Splunk web interface is at http://[192.168.1.2]:8000&lt;/P&gt;

&lt;P&gt;However, its still does NOT let me view anything on &lt;A href="http://192.168.1.2:8000"&gt;http://192.168.1.2:8000&lt;/A&gt;. Is there some firewall setting? or perhaps Apache (httpd) is blocking?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2012 17:48:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cent-OS6-LAMP-with-Splunk/m-p/88786#M18409</guid>
      <dc:creator>joelc67</dc:creator>
      <dc:date>2012-03-09T17:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cent OS6 - LAMP with Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cent-OS6-LAMP-with-Splunk/m-p/88787#M18410</link>
      <description>&lt;P&gt;Is anything listening on port 8000?  Not sure if they've fixed it for 4.3, but the 4.2 UF would also say after installation to connect on port 8000 locally.&lt;/P&gt;

&lt;P&gt;You ask about firewalls, have you looked at the configuration of IPtables?  "/sbin/iptables --list" will show the firewall rules currently in affect.  You could also "/sbin/service iptables stop" or "/sbin/iptables --flush" to disable them temporarily&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2012 17:53:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cent-OS6-LAMP-with-Splunk/m-p/88787#M18410</guid>
      <dc:creator>mikelanghorst</dc:creator>
      <dc:date>2012-03-09T17:53:48Z</dc:date>
    </item>
  </channel>
</rss>

