<?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 WebServer not available post OS upgrade to RHEL 8.10 in Installation</title>
    <link>https://community.splunk.com/t5/Installation/Splunk-WebServer-not-available-post-OS-upgrade-to-RHEL-8-10/m-p/710962#M14287</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/256482"&gt;@rukshar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check Splunk logs for any web service issues:&amp;nbsp;cat /opt/splunk/var/log/splunk/web_service.log&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 07 Feb 2025 17:21:54 GMT</pubDate>
    <dc:creator>kiran_panchavat</dc:creator>
    <dc:date>2025-02-07T17:21:54Z</dc:date>
    <item>
      <title>Splunk WebServer not available post OS upgrade to RHEL 8.10</title>
      <link>https://community.splunk.com/t5/Installation/Splunk-WebServer-not-available-post-OS-upgrade-to-RHEL-8-10/m-p/710835#M14280</link>
      <description>&lt;P&gt;We are unable to access our splunk webserver post OS upgrade to&amp;nbsp;RHEL 8.10, However our Splunk service is up and running fine but the UI is not available for us. Can someone please help us to fix this issue.&lt;/P&gt;&lt;P&gt;We have checked port 8000 is listening fine.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Trying 10.xxx.xxx.xx...&lt;BR /&gt;Connected to 10.xxx.xxx.xx.&lt;BR /&gt;Escape character is '^]'.&lt;BR /&gt;^Z&lt;BR /&gt;Connection closed by foreign host.&lt;/P&gt;&lt;P&gt;tcp 0 0 0.0.0.0:8000 0.0.0.0:* LISTEN&lt;BR /&gt;&lt;BR /&gt;We dont have anything in internal logs to dig in.&lt;/P&gt;&lt;P&gt;we are getting the error message on the page as below:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;H1&gt;The connection has timed out&lt;/H1&gt;&lt;/DIV&gt;&lt;P&gt;The server at 10.xxx.xxx.xx is taking too long to respond.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;UL&gt;&lt;LI&gt;The site could be temporarily unavailable or too busy. Try again in a few moments.&lt;/LI&gt;&lt;LI&gt;If you are unable to load any pages, check your computer’s network connection.&lt;/LI&gt;&lt;LI&gt;If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the web.&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 06 Feb 2025 12:57:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Splunk-WebServer-not-available-post-OS-upgrade-to-RHEL-8-10/m-p/710835#M14280</guid>
      <dc:creator>rukshar</dc:creator>
      <dc:date>2025-02-06T12:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk WebServer not available post OS upgrade to RHEL 8.10</title>
      <link>https://community.splunk.com/t5/Installation/Splunk-WebServer-not-available-post-OS-upgrade-to-RHEL-8-10/m-p/710853#M14281</link>
      <description>&lt;P&gt;When you ran the telnet check, was this from the same host you are trying to access Splunk with via the browser or from the Splunk server itself?&lt;/P&gt;&lt;P&gt;If this was checked from the Splunk server then I would suggest checking the firewall rules on that host if either `iptables` or `firewalld` is configured to allow inbound traffic on port 8000. You can check your firewall rules with: `sudo iptables -L` or `sudo firewall-cmd --list-all` depending how this is configured on your host.&lt;!--  notionvc: e36c76b5-ede6-4625-b116-27ff6a9cd9d5  --&gt;&lt;/P&gt;&lt;P&gt;Please check if you are using https in your URL if Splunk has been configured with SSL enabled.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 16:00:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Splunk-WebServer-not-available-post-OS-upgrade-to-RHEL-8-10/m-p/710853#M14281</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-02-06T16:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk WebServer not available post OS upgrade to RHEL 8.10</title>
      <link>https://community.splunk.com/t5/Installation/Splunk-WebServer-not-available-post-OS-upgrade-to-RHEL-8-10/m-p/710903#M14282</link>
      <description>&lt;P&gt;We are using http url with setting enableSplunkWebSSL = false in web.conf file.&lt;/P&gt;&lt;P&gt;The host where i am trying to access splunk webrowser is a windows machine and the telnet i did is from the splunk server that is a linux machine which i am trying to access and its not accessible in url.&lt;BR /&gt;&lt;BR /&gt;below output from splunk server:&lt;/P&gt;&lt;P&gt;sudo iptables -L&lt;BR /&gt;[sudo] password for acnops_splunk:&lt;BR /&gt;Chain INPUT (policy ACCEPT)&lt;BR /&gt;target prot opt source destination&lt;BR /&gt;ACCEPT tcp -- anywhere anywhere tcp dpt:irdmi&lt;BR /&gt;ACCEPT tcp -- anywhere anywhere tcp dpt:palace-6&lt;BR /&gt;ACCEPT tcp -- anywhere anywhere tcp dpt:distinct32&lt;BR /&gt;ACCEPT tcp -- anywhere anywhere tcp dpt:8089&lt;BR /&gt;ACCEPT tcp -- anywhere anywhere tcp dpt:distinct&lt;/P&gt;&lt;P&gt;Chain FORWARD (policy ACCEPT)&lt;BR /&gt;target prot opt source destination&lt;/P&gt;&lt;P&gt;Chain OUTPUT (policy ACCEPT)&lt;BR /&gt;target prot opt source destination&lt;BR /&gt;[acnops_splunk@IEM******** ~]$ sudo firewall-cmd --list-all&lt;BR /&gt;public (active)&lt;BR /&gt;target: default&lt;BR /&gt;icmp-block-inversion: no&lt;BR /&gt;interfaces: eth0&lt;BR /&gt;sources:&lt;BR /&gt;services: dhcpv6-client ssh&lt;BR /&gt;ports:&lt;BR /&gt;protocols:&lt;BR /&gt;forward: no&lt;BR /&gt;masquerade: no&lt;BR /&gt;forward-ports:&lt;BR /&gt;source-ports:&lt;BR /&gt;icmp-blocks:&lt;BR /&gt;rich rules:&lt;BR /&gt;[acnops_splunk@IEM****** ~]$&lt;BR /&gt;&lt;BR /&gt;looking forward for some solution&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2025 09:34:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Splunk-WebServer-not-available-post-OS-upgrade-to-RHEL-8-10/m-p/710903#M14282</guid>
      <dc:creator>rukshar</dc:creator>
      <dc:date>2025-02-07T09:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk WebServer not available post OS upgrade to RHEL 8.10</title>
      <link>https://community.splunk.com/t5/Installation/Splunk-WebServer-not-available-post-OS-upgrade-to-RHEL-8-10/m-p/710918#M14283</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/256482"&gt;@rukshar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check if SELinux is Blocking Access.&amp;nbsp;After upgrading to RHEL 8.10, SELinux policies may restrict Splunk Web.&lt;/P&gt;&lt;P&gt;Temporarily disable SELinux and test:&amp;nbsp;sudo setenforce 0&lt;/P&gt;&lt;P&gt;If this resolves the issue, &lt;STRONG&gt;permanently disable SELinux&lt;/STRONG&gt; by modifying the configuration and&amp;nbsp;Reboot the server&lt;/P&gt;&lt;P&gt;sudo vi /etc/selinux/config&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Change: SELINUX=enforcing → SELINUX=disabled&lt;/PRE&gt;&lt;P&gt;Try accessing the Splunk UI &lt;STRONG&gt;locally from the server&lt;/STRONG&gt; to confirm if the firewall is blocking external acces&lt;/P&gt;&lt;PRE&gt;curl -v &amp;lt;http://splunkipadd&amp;gt;:8000&lt;/PRE&gt;&lt;P&gt;Check Splunk logs for any web service issues:&amp;nbsp;cat /opt/splunk/var/log/splunk/web_service.log&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2025 13:16:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Splunk-WebServer-not-available-post-OS-upgrade-to-RHEL-8-10/m-p/710918#M14283</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2025-02-07T13:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk WebServer not available post OS upgrade to RHEL 8.10</title>
      <link>https://community.splunk.com/t5/Installation/Splunk-WebServer-not-available-post-OS-upgrade-to-RHEL-8-10/m-p/710922#M14284</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/264857"&gt;@kiran_panchavat&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thanks for your response,&lt;BR /&gt;However, i checked and found that SElinux is already permissive(0) here&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;[acnops_splunk@IEM***** ~]$ getenforce&lt;BR /&gt;Permissive&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, i did curl from local server and don't find any connection error showing in the below output&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[acnops_splunk@IEM****** ~]$ curl -v http://&amp;lt;serverip&amp;gt;:8000&lt;BR /&gt;* Rebuilt URL to: http://&amp;lt;serverip&amp;gt;:8000/&lt;BR /&gt;* Trying &amp;lt;serverip&amp;gt;...&lt;BR /&gt;* TCP_NODELAY set&lt;BR /&gt;* Connected to &amp;lt;serverip&amp;gt; port 8000 (#0)&lt;BR /&gt;&amp;gt; GET / HTTP/1.1&lt;BR /&gt;&amp;gt; Host: &amp;lt;serverip&amp;gt;:8000&lt;BR /&gt;&amp;gt; User-Agent: curl/7.61.1&lt;BR /&gt;&amp;gt; Accept: */*&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;lt; HTTP/1.1 303 See Other&lt;BR /&gt;&amp;lt; Date: Fri, 07 Feb 2025 13:30:56 GMT&lt;BR /&gt;&amp;lt; Content-Type: text/html; charset=UTF-8&lt;BR /&gt;&amp;lt; X-Content-Type-Options: nosniff&lt;BR /&gt;&amp;lt; Content-Length: 339&lt;BR /&gt;&amp;lt; Location: http://&amp;lt;serverip&amp;gt;:8000/en-US/&lt;BR /&gt;&amp;lt; Vary: Accept-Language&lt;BR /&gt;&amp;lt; Connection: Keep-Alive&lt;BR /&gt;&amp;lt; X-Frame-Options: SAMEORIGIN&lt;BR /&gt;&amp;lt; Server: Splunkd&lt;BR /&gt;&amp;lt;&lt;BR /&gt;&amp;lt;!doctype html&amp;gt;&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;&amp;lt;meta http-equiv="content-type" content="text/html; charset=UTF-8"&amp;gt;&amp;lt;meta http-equiv="refresh" content="1;url=http://&amp;lt;serverip&amp;gt;:8000/en-US/"&amp;gt;&amp;lt;title&amp;gt;303 See Other&amp;lt;/title&amp;gt;&amp;lt;/head&amp;gt;&amp;lt;body&amp;gt;&amp;lt;h1&amp;gt;See Other&amp;lt;/h1&amp;gt;&amp;lt;p&amp;gt;The resource has moved temporarily &amp;lt;a href="&lt;A href="http://10.144.176.37:8000/en-US/" target="_blank" rel="noopener"&gt;http://&amp;lt;serverip&amp;gt;/en-US/&lt;/A&gt;"&amp;gt;here&amp;lt;/a&amp;gt;.&amp;lt;/p&amp;gt;&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;&lt;BR /&gt;* Connection #0 to host &amp;lt;serverip&amp;gt; left intact&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2025 14:02:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Splunk-WebServer-not-available-post-OS-upgrade-to-RHEL-8-10/m-p/710922#M14284</guid>
      <dc:creator>rukshar</dc:creator>
      <dc:date>2025-02-07T14:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk WebServer not available post OS upgrade to RHEL 8.10</title>
      <link>https://community.splunk.com/t5/Installation/Splunk-WebServer-not-available-post-OS-upgrade-to-RHEL-8-10/m-p/710948#M14285</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/256482"&gt;@rukshar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to update the URL: curl -v http://&amp;lt;serverip&amp;gt;:8000&lt;/P&gt;&lt;P&gt;Please replace it with your Splunk Web URL.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2025 16:55:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Splunk-WebServer-not-available-post-OS-upgrade-to-RHEL-8-10/m-p/710948#M14285</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2025-02-07T16:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk WebServer not available post OS upgrade to RHEL 8.10</title>
      <link>https://community.splunk.com/t5/Installation/Splunk-WebServer-not-available-post-OS-upgrade-to-RHEL-8-10/m-p/710959#M14286</link>
      <description>&lt;P&gt;Yes, i am doing curl for my web url only and the result is good.&lt;BR /&gt;Any further help would really be appreciated.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2025 17:16:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Splunk-WebServer-not-available-post-OS-upgrade-to-RHEL-8-10/m-p/710959#M14286</guid>
      <dc:creator>rukshar</dc:creator>
      <dc:date>2025-02-07T17:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk WebServer not available post OS upgrade to RHEL 8.10</title>
      <link>https://community.splunk.com/t5/Installation/Splunk-WebServer-not-available-post-OS-upgrade-to-RHEL-8-10/m-p/710962#M14287</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/256482"&gt;@rukshar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check Splunk logs for any web service issues:&amp;nbsp;cat /opt/splunk/var/log/splunk/web_service.log&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2025 17:21:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Splunk-WebServer-not-available-post-OS-upgrade-to-RHEL-8-10/m-p/710962#M14287</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2025-02-07T17:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk WebServer not available post OS upgrade to RHEL 8.10</title>
      <link>https://community.splunk.com/t5/Installation/Splunk-WebServer-not-available-post-OS-upgrade-to-RHEL-8-10/m-p/710963#M14288</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/256482"&gt;@rukshar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems that Splunk Web (port 8000) is not open in the firewall. Please coordinate with the firewall or OS team and inform them about this. We recently encountered a similar issue, and after notifying the Linux team, they made some firewall-level changes at the OS level. Following those changes, we were able to access the Splunk Web successfully.&lt;/P&gt;&lt;PRE&gt;sudo firewall-cmd --permanent --add-port=8000/tcp &lt;BR /&gt;sudo firewall-cmd --reload&lt;/PRE&gt;&lt;P&gt;Check if the port is open.&lt;/P&gt;&lt;PRE&gt;sudo firewall-cmd --list-ports&lt;/PRE&gt;&lt;P&gt;If you see 8000/tcp in the list, the port is now open.&lt;/P&gt;&lt;P&gt;After opening the port, restart Splunk&lt;/P&gt;&lt;PRE&gt;sudo su - splunk&lt;BR /&gt;/opt/splunk/bin/splunk restart&lt;/PRE&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Check if Splunk Web is listening on port 8000:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&amp;nbsp;netstat -tulnp | grep 8000&lt;/PRE&gt;&lt;P&gt;If firewalld is disabled but iptables is in use, you need to allow port 8000:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;sudo iptables -A INPUT -p tcp --dport 8000 -j ACCEPT&lt;BR /&gt;sudo iptables-save | sudo tee /etc/sysconfig/iptables&lt;BR /&gt;sudo systemctl restart iptables&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2025 17:31:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Splunk-WebServer-not-available-post-OS-upgrade-to-RHEL-8-10/m-p/710963#M14288</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2025-02-07T17:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk WebServer not available post OS upgrade to RHEL 8.10</title>
      <link>https://community.splunk.com/t5/Installation/Splunk-WebServer-not-available-post-OS-upgrade-to-RHEL-8-10/m-p/710965#M14289</link>
      <description>&lt;P&gt;When i ran the command its shows nothing, does that means 8000 port is not open?&lt;/P&gt;&lt;PRE&gt;sudo firewall-cmd --list-ports&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;[acnops_splunk@IEM***** ~]$ netstat -tulnp | grep 8000&lt;BR /&gt;(Not all processes could be identified, non-owned process info&lt;BR /&gt;will not be shown, you would have to be root to see it all.)&lt;BR /&gt;tcp 0 0 0.0.0.0:8000 0.0.0.0:* LISTEN 3679909/splunkd&lt;BR /&gt;[acnops_splunk@IEMS****** ~]$&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;netstat -tulnp | grep 8000&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2025 17:47:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Splunk-WebServer-not-available-post-OS-upgrade-to-RHEL-8-10/m-p/710965#M14289</guid>
      <dc:creator>rukshar</dc:creator>
      <dc:date>2025-02-07T17:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk WebServer not available post OS upgrade to RHEL 8.10</title>
      <link>https://community.splunk.com/t5/Installation/Splunk-WebServer-not-available-post-OS-upgrade-to-RHEL-8-10/m-p/710967#M14290</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/256482"&gt;@rukshar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Internally on the server, Splunk is running fine. Externally, if you cannot access http://&amp;lt;server-ip&amp;gt;:8000, the firewall may be blocking the connection. Contact your OS team to fix this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2025 17:53:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Splunk-WebServer-not-available-post-OS-upgrade-to-RHEL-8-10/m-p/710967#M14290</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2025-02-07T17:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk WebServer not available post OS upgrade to RHEL 8.10</title>
      <link>https://community.splunk.com/t5/Installation/Splunk-WebServer-not-available-post-OS-upgrade-to-RHEL-8-10/m-p/711003#M14291</link>
      <description>&lt;P&gt;It looks like port 8000 is already open on the host firewall (I believe "irdmi" referenced is the service name for&amp;nbsp; port 8000 on RHEL), so it sounds like the host itself should be allowing connectivity.&lt;/P&gt;&lt;P&gt;Nevertheless, you could try explicitly allowing port 8000 and checking the logs:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Open Port 8000 in the Firewall:&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;sudo firewall-cmd --zone=public --add-port=8000/tcp --permanent sudo firewall-cmd --reload&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;Verify with:&lt;BR /&gt;&lt;SPAN&gt;sudo firewall-cmd --list-all&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;Check Splunk logs for any errors:&lt;BR /&gt;&lt;SPAN class=""&gt;$SPLUNK_HOME&lt;/SPAN&gt;/var/log/splunk/web_service.log&lt;BR /&gt;&lt;SPAN class=""&gt;$SPLUNK_HOME&lt;/SPAN&gt;/var/log/splunk/splunkd.log&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Have you been able to confirm that no network changes were made around the time?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Feb 2025 08:23:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Splunk-WebServer-not-available-post-OS-upgrade-to-RHEL-8-10/m-p/711003#M14291</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-02-08T08:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk WebServer not available post OS upgrade to RHEL 8.10</title>
      <link>https://community.splunk.com/t5/Installation/Splunk-WebServer-not-available-post-OS-upgrade-to-RHEL-8-10/m-p/711005#M14292</link>
      <description>&lt;P&gt;Since you apparently did a local connectivity test and it succeeded, there must be something external to Splunk itself preventing you from connecting. Your iptables rules seem to not be interfering (you don't have port 8000 explicitly open but the general policy is ACCEPT). So it points to something network-related. Routing? Filtering on some intermediate device? It's something best solved with your local admin staff since it doesn't seem to be related to Splunk as such.&lt;/P&gt;</description>
      <pubDate>Sat, 08 Feb 2025 11:38:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Splunk-WebServer-not-available-post-OS-upgrade-to-RHEL-8-10/m-p/711005#M14292</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-02-08T11:38:03Z</dc:date>
    </item>
  </channel>
</rss>

