<?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: Spike in 503 errors in the Splunk WebUI after upgrading to 10.0.3 (also affects 9.4.8/10.2.0) in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Spike-in-503-errors-in-the-Splunk-WebUI-after-upgrading-to-10-0/m-p/758206#M23844</link>
    <description>&lt;P&gt;Great a fix! Thanks you.&lt;/P&gt;&lt;P&gt;Added this post to my splunk support ticket&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Feb 2026 12:56:51 GMT</pubDate>
    <dc:creator>teunlaan</dc:creator>
    <dc:date>2026-02-10T12:56:51Z</dc:date>
    <item>
      <title>Spike in 503 errors in the Splunk WebUI after upgrading to 10.0.3 (also affects 9.2.10/9.3.9/9.4.8/10.2.0)</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Spike-in-503-errors-in-the-Splunk-WebUI-after-upgrading-to-10-0/m-p/758029#M23813</link>
      <description>&lt;P&gt;Good afternoon!&amp;nbsp;&lt;/P&gt;&lt;P&gt;This week we upgraded a Splunk deployment from 9.4.x to 10.0.3, and whilst everything seemingly went well, we came to work the next day to a number of upset users who kept getting random 503 errors and the Oops page:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="livehybrid_0-1770310144013.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/41326iC33D93709069DCAD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="livehybrid_0-1770310144013.png" alt="livehybrid_0-1770310144013.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I was able to replicate this and found that approximately every 5 minutes certain pages in the Splunk UI gave this frustating error!&amp;nbsp;Following further analysis we found that 30 seconds after the 503 error we saw the following error in the _internal logs:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Splunkd daemon is not responding: ('Error connecting to /services/apps/local: The read operation timed out')&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;After checking directly to &lt;A href="https://splunkserver:8089/services/apps/local" target="_blank" rel="noopener"&gt;https://splunkserver:8089/services/apps/local&lt;/A&gt; we found that most of the time it returned in 10-30milliseconds but would periodically take upto 180 seconds to respond.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I later found errors in _internal for the following web address: &lt;A href="https://cdn.splunkbase.splunk.com/public/report/apps_dump.json" target="_blank" rel="noopener"&gt;https://cdn.splunkbase.splunk.com/public/report/apps_dump.json&lt;/A&gt; - This environment does not have internet access and has allowInternetAccess=false in server.conf.&lt;/P&gt;&lt;P&gt;Following a chat with some other users in the Community &lt;A href="https://splunkcommunity.slack.com/archives/C08ELLLLG1J/p1770197501980839" target="_self"&gt;on Slack&lt;/A&gt;&amp;nbsp;we found others have had the same issue with different versions - we found that a setting was added in the latest releases (9.4.8/10.0.3/10.2.0) [see&amp;nbsp;&lt;A href="https://github.com/livehybrid/splunk-spec-files/blob/master/server.conf#L255]" target="_blank" rel="noopener"&gt;https://github.com/livehybrid/splunk-spec-files/blob/master/server.conf#L255&lt;/A&gt;] in&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;server.conf/[applicationsManagement]/splunkbaseAppsDumpUrl&lt;/STRONG&gt;&amp;nbsp;which contains that SplunkBase URL.&lt;/P&gt;&lt;P&gt;These settings were not in previous 9.4/10.0 releases and I couldnt find any reference to it in the Release Notes either, however settings this to a blank value &lt;STRONG&gt;solved the problem for us&lt;/STRONG&gt;.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;# server.conf
[applicationsManagement]
splunkbaseAppsDumpUrl=
archivedSplunkbaseAppsDumpUrl=&lt;/LI-CODE&gt;&lt;P&gt;Ultimately we believe this to be a bug which was introduced in the latest releases and have raised with Support to see if it gets added to&amp;nbsp;the Known Issue for 10.0.3 (&lt;A href="https://help.splunk.com/en/splunk-enterprise/release-notes-and-updates/release-notes/10.0/known-issues-for-this-release/known-issues/splunk-enterprise-10.0.3-known-issues" target="_blank" rel="noopener"&gt;https://help.splunk.com/en/splunk-enterprise/release-notes-and-updates/release-notes/10.0/known-issues-for-this-release/known-issues/splunk-enterprise-10.0.3-known-issues&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;Hopefully if you come across this issue you can find this fix! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
      <pubDate>Mon, 16 Feb 2026 12:52:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Spike-in-503-errors-in-the-Splunk-WebUI-after-upgrading-to-10-0/m-p/758029#M23813</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2026-02-16T12:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Spike in 503 errors in the Splunk WebUI after upgrading to 10.0.3 (also affects 9.4.8/10.2.0)</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Spike-in-503-errors-in-the-Splunk-WebUI-after-upgrading-to-10-0/m-p/758059#M23820</link>
      <description>&lt;P&gt;Awesome find, thanks for sharing!&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2026 09:34:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Spike-in-503-errors-in-the-Splunk-WebUI-after-upgrading-to-10-0/m-p/758059#M23820</guid>
      <dc:creator>erlingen</dc:creator>
      <dc:date>2026-02-06T09:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Spike in 503 errors in the Splunk WebUI after upgrading to 10.0.3 (also affects 9.4.8/10.2.0)</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Spike-in-503-errors-in-the-Splunk-WebUI-after-upgrading-to-10-0/m-p/758188#M23842</link>
      <description>&lt;P&gt;Hi!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Found same bug and errors upgrading to 9.4.8 (splunk-9.4.8-c543277b24fa-linux-amd64.tgz) on Customer's Environment.&lt;/P&gt;&lt;P&gt;Asked to appli the same fix and let's see if it works there too!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 17:55:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Spike-in-503-errors-in-the-Splunk-WebUI-after-upgrading-to-10-0/m-p/758188#M23842</guid>
      <dc:creator>marcoscala</dc:creator>
      <dc:date>2026-02-09T17:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Spike in 503 errors in the Splunk WebUI after upgrading to 10.0.3 (also affects 9.4.8/10.2.0)</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Spike-in-503-errors-in-the-Splunk-WebUI-after-upgrading-to-10-0/m-p/758189#M23843</link>
      <description>&lt;P&gt;We are experiencing this issue. Splunk support was no help.&amp;nbsp; It'd be nice to have accurate change logs.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 18:27:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Spike-in-503-errors-in-the-Splunk-WebUI-after-upgrading-to-10-0/m-p/758189#M23843</guid>
      <dc:creator>davisb221</dc:creator>
      <dc:date>2026-02-09T18:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Spike in 503 errors in the Splunk WebUI after upgrading to 10.0.3 (also affects 9.4.8/10.2.0)</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Spike-in-503-errors-in-the-Splunk-WebUI-after-upgrading-to-10-0/m-p/758206#M23844</link>
      <description>&lt;P&gt;Great a fix! Thanks you.&lt;/P&gt;&lt;P&gt;Added this post to my splunk support ticket&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2026 12:56:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Spike-in-503-errors-in-the-Splunk-WebUI-after-upgrading-to-10-0/m-p/758206#M23844</guid>
      <dc:creator>teunlaan</dc:creator>
      <dc:date>2026-02-10T12:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Spike in 503 errors in the Splunk WebUI after upgrading to 10.0.3 (also affects 9.4.8/10.2.0)</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Spike-in-503-errors-in-the-Splunk-WebUI-after-upgrading-to-10-0/m-p/758216#M23845</link>
      <description>&lt;P&gt;Great find, I can confirm this solved this (very annoying) problem for me!&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2026 22:06:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Spike-in-503-errors-in-the-Splunk-WebUI-after-upgrading-to-10-0/m-p/758216#M23845</guid>
      <dc:creator>whar_garbl</dc:creator>
      <dc:date>2026-02-10T22:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Spike in 503 errors in the Splunk WebUI after upgrading to 10.0.3 (also affects 9.4.8/10.2.0)</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Spike-in-503-errors-in-the-Splunk-WebUI-after-upgrading-to-10-0/m-p/758238#M23847</link>
      <description>&lt;P&gt;Can confirm that this fix is working on Splunk Version 9.4.8!&lt;/P&gt;&lt;P&gt;Thanks for sharing this find.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2026 13:58:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Spike-in-503-errors-in-the-Splunk-WebUI-after-upgrading-to-10-0/m-p/758238#M23847</guid>
      <dc:creator>BenjaminFinck</dc:creator>
      <dc:date>2026-02-11T13:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Spike in 503 errors in the Splunk WebUI after upgrading to 10.0.3 (also affects 9.4.8/10.2.0)</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Spike-in-503-errors-in-the-Splunk-WebUI-after-upgrading-to-10-0/m-p/758334#M23865</link>
      <description>&lt;P&gt;Applied the suggested fix on Splunk 9.3.9, it only converted&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ERROR LocalAppsAdminHandler [846555 TcpChannelThread] - Failed to fetch and parse apps dump; aborting splunkbase apps cache update
ERROR LocalAppsAdminHandler [846555 TcpChannelThread] - Failed to fetch apps from apps dump error at url=https://cdn.splunkbase.splunk.com/public/report/apps_dump.json code=502 desc=Error connecting: Connect Timeout&lt;/LI-CODE&gt;&lt;P&gt;To (every time I click on the GUI now)&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ERROR LocalAppsAdminHandler [1078631 TcpChannelThread] - Failed to parse apps dump uri from server.conf; aborting splunkbase apps cache update&lt;/LI-CODE&gt;&lt;P&gt;Do you had the same issue?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2026 16:34:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Spike-in-503-errors-in-the-Splunk-WebUI-after-upgrading-to-10-0/m-p/758334#M23865</guid>
      <dc:creator>joao_amorim</dc:creator>
      <dc:date>2026-02-13T16:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Spike in 503 errors in the Splunk WebUI after upgrading to 10.0.3 (also affects 9.4.8/10.2.0)</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Spike-in-503-errors-in-the-Splunk-WebUI-after-upgrading-to-10-0/m-p/758392#M23886</link>
      <description>&lt;P&gt;Same issue with Splunk 9.2.12&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2026 09:52:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Spike-in-503-errors-in-the-Splunk-WebUI-after-upgrading-to-10-0/m-p/758392#M23886</guid>
      <dc:creator>esplunkuser</dc:creator>
      <dc:date>2026-02-17T09:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Spike in 503 errors in the Splunk WebUI after upgrading to 10.0.3 (also affects 9.4.8/10.2.0)</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Spike-in-503-errors-in-the-Splunk-WebUI-after-upgrading-to-10-0/m-p/758431#M23889</link>
      <description>&lt;P&gt;I'm seeing the same behavior on Splunk 9.4.8 after upgrading our lower environment.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2026 17:36:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Spike-in-503-errors-in-the-Splunk-WebUI-after-upgrading-to-10-0/m-p/758431#M23889</guid>
      <dc:creator>tjohnson</dc:creator>
      <dc:date>2026-02-17T17:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Spike in 503 errors in the Splunk WebUI after upgrading to 10.0.3 (also affects 9.2.10/9.3.9/9.4.8/10.2.0)</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Spike-in-503-errors-in-the-Splunk-WebUI-after-upgrading-to-10-0/m-p/758433#M23890</link>
      <description>&lt;P&gt;There are now 2 Knowledge base articles about this so its an acknowledged issue with these releases and hopefully patched in the next release (I'll keep an eye out!)&lt;/P&gt;&lt;P&gt;The following KB links might be useful for others who find this, but it pretty much repeats what is in the original post:&lt;/P&gt;&lt;P&gt;&lt;A href="https://splunk.my.site.com/customer/s/article/Splunk-Web-503-errors-after-9-4-8-upgrade-on-offline-deployments" target="_blank"&gt;https://splunk.my.site.com/customer/s/article/Splunk-Web-503-errors-after-9-4-8-upgrade-on-offline-deployments&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://splunk.my.site.com/customer/s/article/Error-503-Splunkd-daemon-cannot-be-reached-by-Splunk-Web-after-upgrade-to-9-4-8-10-x-versions" target="_blank"&gt;https://splunk.my.site.com/customer/s/article/Error-503-Splunkd-daemon-cannot-be-reached-by-Splunk-Web-after-upgrade-to-9-4-8-10-x-versions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2026 18:08:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Spike-in-503-errors-in-the-Splunk-WebUI-after-upgrading-to-10-0/m-p/758433#M23890</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2026-02-17T18:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Spike in 503 errors in the Splunk WebUI after upgrading to 10.0.3 (also affects 9.2.10/9.3.9/9.4.8/10.2.0)</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Spike-in-503-errors-in-the-Splunk-WebUI-after-upgrading-to-10-0/m-p/758805#M23942</link>
      <description>&lt;P&gt;Many many thanks again for resolving the issue.&lt;BR /&gt;I did the same analysis, and found all those CDN calls with errors, but couldn't figure out how to solve it!&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Splunk-Enterprise/9-3-6-to-9-3-9-frequently-WebUI-timeout/td-p/758767/jump-to/first-unread-message" target="_blank" rel="noopener"&gt;https://community.splunk.com/t5/Splunk-Enterprise/9-3-6-to-9-3-9-frequently-WebUI-timeout/td-p/758767/jump-to/first-unread-message&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Great &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;&lt;P&gt;PS. quite annoying SPLUNK introduces this really strange bug with 503/delays/timeouts for users&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":tired_face:"&gt;😫&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Feb 2026 17:24:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Spike-in-503-errors-in-the-Splunk-WebUI-after-upgrading-to-10-0/m-p/758805#M23942</guid>
      <dc:creator>verbal_666</dc:creator>
      <dc:date>2026-02-25T17:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Spike in 503 errors in the Splunk WebUI after upgrading to 10.0.3 (also affects 9.4.8/10.2.0)</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Spike-in-503-errors-in-the-Splunk-WebUI-after-upgrading-to-10-0/m-p/758981#M23955</link>
      <description>&lt;P&gt;I did not have 503 errors, but instead 502 errors. Applying the fix here did fix that issue. The UI was also responding very slowly on random moments, the fix also remedied that. Unfortunately, I'm now seeing the "&lt;/P&gt;&lt;PRE class="lia-code-sample  language-markup"&gt;&lt;CODE&gt;Failed to parse apps dump uri from server.conf;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;error as well. It seems to not affect the speed of the UI though, so for now we're keeping it like this.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2026 08:00:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Spike-in-503-errors-in-the-Splunk-WebUI-after-upgrading-to-10-0/m-p/758981#M23955</guid>
      <dc:creator>i_am_me</dc:creator>
      <dc:date>2026-03-03T08:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Spike in 503 errors in the Splunk WebUI after upgrading to 10.0.3 (also affects 9.2.10/9.3.9/9.4.8/10.2.0)</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Spike-in-503-errors-in-the-Splunk-WebUI-after-upgrading-to-10-0/m-p/759025#M23959</link>
      <description>&lt;P&gt;I just started getting a 502 Proxy error (not a 503) after upgrading from 9.3.8 to 9.3.9.&amp;nbsp; The addition of the below stanza to server.conf did not help.&lt;BR /&gt;&lt;BR /&gt;[applicationsManagement]&lt;BR /&gt;splunkbaseAppsDumpUrl=&lt;BR /&gt;archivedSplunkbaseAppsDumpUrl=&lt;BR /&gt;&lt;BR /&gt;We are using Apache&amp;nbsp;as an SSL proxy to pass your user's CAC credentials through Splunk.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;H1&gt;Proxy Error&lt;/H1&gt;&lt;P&gt;The proxy server received an invalid response from an upstream server.&lt;BR /&gt;The proxy server could not handle the request&lt;/P&gt;&lt;P&gt;Reason:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Error reading from remote server&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2026 15:16:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Spike-in-503-errors-in-the-Splunk-WebUI-after-upgrading-to-10-0/m-p/759025#M23959</guid>
      <dc:creator>computermathguy</dc:creator>
      <dc:date>2026-03-05T15:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Spike in 503 errors in the Splunk WebUI after upgrading to 10.0.3 (also affects 9.2.10/9.3.9/9.4.8/10.2.0)</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Spike-in-503-errors-in-the-Splunk-WebUI-after-upgrading-to-10-0/m-p/759086#M23963</link>
      <description>&lt;P&gt;Then our users start asking questions about the 502 proxy errors.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2026 19:57:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Spike-in-503-errors-in-the-Splunk-WebUI-after-upgrading-to-10-0/m-p/759086#M23963</guid>
      <dc:creator>computermathguy</dc:creator>
      <dc:date>2026-03-06T19:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Spike in 503 errors in the Splunk WebUI after upgrading to 10.0.3 (also affects 9.2.10/9.3.9/9.4.8/10.2.0)</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Spike-in-503-errors-in-the-Splunk-WebUI-after-upgrading-to-10-0/m-p/759087#M23964</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/62394"&gt;@computermathguy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This was a very specific 503 error, if you're getting Proxy error 502 then I would recommend creating a new thread so that someone can help look into it as it sounds like a different issue.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2026 19:59:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Spike-in-503-errors-in-the-Splunk-WebUI-after-upgrading-to-10-0/m-p/759087#M23964</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2026-03-06T19:59:15Z</dc:date>
    </item>
  </channel>
</rss>

