<?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 Why am I getting a &amp;quot;404 Not Found Page not found!&amp;quot; error when an app is invisible? in Security</title>
    <link>https://community.splunk.com/t5/Security/Why-am-I-getting-a-quot-404-Not-Found-Page-not-found-quot-error/m-p/209742#M5995</link>
    <description>&lt;P&gt;Several UI links produce the 404 Not Found (Page not found!) when an app is invisible. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;404 Not Found

Return to Splunk home page

Page not found!

View more information about your request (request ID = 575f2a248b7f18c442be90) in Search 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The problem is reproducable when an app is invisible and you try and:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;edit an alert action of a scheduled search which lives in an invisible app "Click to edit actions"&lt;/LI&gt;
&lt;LI&gt;click "run" from a saved search in an invisible app&lt;/LI&gt;
&lt;LI&gt;"Click on saved search name from the "View recent" page" of a search that lives in an invisible app&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Tue, 14 Jun 2016 00:10:18 GMT</pubDate>
    <dc:creator>rphillips_splk</dc:creator>
    <dc:date>2016-06-14T00:10:18Z</dc:date>
    <item>
      <title>Why am I getting a "404 Not Found Page not found!" error when an app is invisible?</title>
      <link>https://community.splunk.com/t5/Security/Why-am-I-getting-a-quot-404-Not-Found-Page-not-found-quot-error/m-p/209742#M5995</link>
      <description>&lt;P&gt;Several UI links produce the 404 Not Found (Page not found!) when an app is invisible. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;404 Not Found

Return to Splunk home page

Page not found!

View more information about your request (request ID = 575f2a248b7f18c442be90) in Search 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The problem is reproducable when an app is invisible and you try and:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;edit an alert action of a scheduled search which lives in an invisible app "Click to edit actions"&lt;/LI&gt;
&lt;LI&gt;click "run" from a saved search in an invisible app&lt;/LI&gt;
&lt;LI&gt;"Click on saved search name from the "View recent" page" of a search that lives in an invisible app&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 14 Jun 2016 00:10:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Why-am-I-getting-a-quot-404-Not-Found-Page-not-found-quot-error/m-p/209742#M5995</guid>
      <dc:creator>rphillips_splk</dc:creator>
      <dc:date>2016-06-14T00:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting a "404 Not Found Page not found!" error when an app is invisible?</title>
      <link>https://community.splunk.com/t5/Security/Why-am-I-getting-a-quot-404-Not-Found-Page-not-found-quot-error/m-p/209743#M5996</link>
      <description>&lt;P&gt;Invisible App 404 errors:&lt;BR /&gt;
&lt;STRONG&gt;Problem:&lt;/STRONG&gt;&lt;BR /&gt;
                navigate to Settings &amp;gt;&amp;gt; Searches, Reports and Alerts&lt;BR /&gt;
                choose a search that lives in an invisible app and click search name to edit.&lt;BR /&gt;
                Alert actions:"Click to edit actions" link &lt;BR /&gt;
                you will get the following error:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;404 Not Found

Return to Splunk home page

Page not found!

View more information about your request (request ID = 575f2a248b7f18c442be90) in Search 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;Workaround:&lt;/STRONG&gt; The workaround is to set the request.ui_dispatch_app = search in the "savedsearches.conf" of the invisible app ($SPLUNK_HOME/etc/apps/yourinvisibleapp/local/savedsearches.conf)&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Problem:&lt;/STRONG&gt; Click "Run" link from the Searches, reports, and alerts page of a search that lives in an invisible app and get the   404 Not Found error&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Workaround:&lt;/STRONG&gt; The workaround is to set the request.ui_dispatch_app = search in the "savedsearches.conf" of the invisible app&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Problem:&lt;/STRONG&gt; Click on saved search name from the "View recent" page" of a search that lives in an invisible app and get the   404 Not Found error&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Workaround:&lt;/STRONG&gt;  A manual workaround would be to replace the app name with "search" and load the page. Basically, for e.g. when you click on a saved search from view recent page, you will get this URI which returns &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;404: http://127.0.0.1:8000/en-US/app/test_app_1/search?sid=scheduler__admin_dGVzdF9hcHBfMQ__mysearch1_at_1465591320_11
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;So, here replace the &lt;CODE&gt;test_app_1&lt;/CODE&gt; custom app name with &lt;CODE&gt;search&lt;/CODE&gt; to make it look like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;http://127.0.0.1:8000/ui/en-US/app/search/search?sid=scheduler__admin_dGVzdF9hcHBfMQ__mysearch1_at_1465591320_11 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and load it on a different browser tab because you cannot modify the URI of the view recent page.&lt;/P&gt;

&lt;P&gt;These issues are being tracked under internal Splunk bug: SPL-97879&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:57:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Why-am-I-getting-a-quot-404-Not-Found-Page-not-found-quot-error/m-p/209743#M5996</guid>
      <dc:creator>rphillips_splk</dc:creator>
      <dc:date>2020-09-29T09:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting a "404 Not Found Page not found!" error when an app is invisible?</title>
      <link>https://community.splunk.com/t5/Security/Why-am-I-getting-a-quot-404-Not-Found-Page-not-found-quot-error/m-p/209744#M5997</link>
      <description>&lt;P&gt;Great research!  You need to click "Accept".&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 14:01:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Why-am-I-getting-a-quot-404-Not-Found-Page-not-found-quot-error/m-p/209744#M5997</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-06-14T14:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting a "404 Not Found Page not found!" error when an app is invisible?</title>
      <link>https://community.splunk.com/t5/Security/Why-am-I-getting-a-quot-404-Not-Found-Page-not-found-quot-error/m-p/209745#M5998</link>
      <description>&lt;P&gt;This is nice, but for automatic searches that output to a lookup table, it puts those tables into the Search &amp;amp; Reporting app instead of the hidden app.&lt;/P&gt;

&lt;P&gt;Just started playing with it so I don't have a suggestion for a fix yet outside of manually moving the resulting lookup tables into the hidden app, which may involve manually deleting the current tables and replacing them with the new ones.....&lt;/P&gt;

&lt;P&gt;EDIT:  Looks like I spoke too soon.  I just reviewed the results via sideview utils and the confirmed via ssh and those lookup table csv's are created in the hidden app.&lt;/P&gt;

&lt;P&gt;apologies&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2016 15:33:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Why-am-I-getting-a-quot-404-Not-Found-Page-not-found-quot-error/m-p/209745#M5998</guid>
      <dc:creator>reswob4</dc:creator>
      <dc:date>2016-08-26T15:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting a "404 Not Found Page not found!" error when an app is invisible?</title>
      <link>https://community.splunk.com/t5/Security/Why-am-I-getting-a-quot-404-Not-Found-Page-not-found-quot-error/m-p/209746#M5999</link>
      <description>&lt;P&gt;Still seeing this problem in 6.5.3 but not for all saved searches.  Click on Run for a saved search in a hidden app and get the 404.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jun 2017 05:29:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Why-am-I-getting-a-quot-404-Not-Found-Page-not-found-quot-error/m-p/209746#M5999</guid>
      <dc:creator>kranzrm</dc:creator>
      <dc:date>2017-06-04T05:29:43Z</dc:date>
    </item>
  </channel>
</rss>

