<?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: Getting an error banner &amp;quot;[HTTP 404] (...) [{'text':'Unknown sid.','code': None, 'type': 'FATAL'}] when searching in Splunk Web and no results in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Getting-an-error-banner-quot-HTTP-404-text-Unknown-sid-code-None/m-p/87583#M3188</link>
    <description>&lt;P&gt;More detailed command to use from the NFS location:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;touch var/run/splunk/dispatch/test ;  ls -l --time-style=full var/run/splunk/dispatch/test ; date
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;On Solaris it's:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;touch var/run/splunk/dispatch/test ; ls -l -E var/run/splunk/dispatch/test ; date
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 09 Jun 2011 20:57:34 GMT</pubDate>
    <dc:creator>mzax</dc:creator>
    <dc:date>2011-06-09T20:57:34Z</dc:date>
    <item>
      <title>Getting an error banner "[HTTP 404] (...) [{'text':'Unknown sid.','code': None, 'type': 'FATAL'}] when searching in Splunk Web and no results</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Getting-an-error-banner-quot-HTTP-404-text-Unknown-sid-code-None/m-p/87581#M3186</link>
      <description>&lt;P&gt;This error banner is displayed every time a search is run, whether from the search bar or for searches embedded in views :&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://i53.tinypic.com/2d8m91x.jpg" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;No search results are displayed from the UI, but CLI searches are working.&lt;/P&gt;

&lt;P&gt;What is going on here? How can this be resolved?&lt;/P&gt;</description>
      <pubDate>Sat, 23 Apr 2011 18:49:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Getting-an-error-banner-quot-HTTP-404-text-Unknown-sid-code-None/m-p/87581#M3186</guid>
      <dc:creator>hexx</dc:creator>
      <dc:date>2011-04-23T18:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an error banner "[HTTP 404] (...) [{'text':'Unknown sid.','code': None, 'type': 'FATAL'}] when searching in Splunk Web and no results</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Getting-an-error-banner-quot-HTTP-404-text-Unknown-sid-code-None/m-p/87582#M3187</link>
      <description>&lt;P&gt;This error means that the search artifact (the file package containing the search results) requested by Splunk Web could not be found in $SPLUNK_HOME/var/run/splunk/dispatch for the search that was just dispatched.&lt;/P&gt;

&lt;P&gt;In the error show above, the path to the real-time search artifact requested should be $SPLUNK_HOME/var/run/splunk/dispatch/rt_1302277839.33, but there is nothing there.&lt;/P&gt;

&lt;P&gt;This problem commonly happens when the $SPLUNK_HOME/var/run/dispatch directory is hosted on a network device with a time setting behind the system clock of the operating system where splunkd is running.&lt;/P&gt;

&lt;P&gt;What happens then is that the search artifacts are created in the dispatch directory with a modification time &lt;EM&gt;behind&lt;/EM&gt; the system time known to splunkd :&lt;BR /&gt;
&lt;CODE&gt;&lt;/CODE&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;BR /&gt;
[root@splunk-search-head dispatch]# pwd&lt;BR /&gt;
/opt/splunk/var/run/splunk/dispatch&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;PRE&gt;&lt;CODE&gt;[root@splunk-search-head dispatch]# touch test ; ls -l test ; date&lt;BR /&gt;
-rw-r--r-- 1 root root 0 Apr 22 22:16 test      &amp;lt;=== creation time assigned to the file by &lt;BR /&gt;
                                                        the NAS device : 22:16pm&lt;BR /&gt;
Fri Apr 22 22:39:58 GMT 2011                    &amp;lt;=== system time at which the file was&lt;BR /&gt;
                                                     created : 22:39pm&lt;BR /&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;

&lt;P&gt;As you can see here, any file newly-created in the dispatch directory has a modification time 23 minutes behind the system time.&lt;/P&gt;

&lt;P&gt;This means that any new search artifact created by an ad-hoc search will be evaluated by splunkd as having exceeded the default TTL (Time To Live) of 15 minutes and will therefore be immediately deleted.&lt;/P&gt;

&lt;P&gt;For that reason, it is very important to ensure that the clock of any NAS device hosting the search dispatch directory is in synch with the clock of the system on which splunkd is running.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:29:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Getting-an-error-banner-quot-HTTP-404-text-Unknown-sid-code-None/m-p/87582#M3187</guid>
      <dc:creator>hexx</dc:creator>
      <dc:date>2020-09-28T09:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an error banner "[HTTP 404] (...) [{'text':'Unknown sid.','code': None, 'type': 'FATAL'}] when searching in Splunk Web and no results</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Getting-an-error-banner-quot-HTTP-404-text-Unknown-sid-code-None/m-p/87583#M3188</link>
      <description>&lt;P&gt;More detailed command to use from the NFS location:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;touch var/run/splunk/dispatch/test ;  ls -l --time-style=full var/run/splunk/dispatch/test ; date
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;On Solaris it's:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;touch var/run/splunk/dispatch/test ; ls -l -E var/run/splunk/dispatch/test ; date
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 09 Jun 2011 20:57:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Getting-an-error-banner-quot-HTTP-404-text-Unknown-sid-code-None/m-p/87583#M3188</guid>
      <dc:creator>mzax</dc:creator>
      <dc:date>2011-06-09T20:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an error banner "[HTTP 404] (...) [{'text':'Unknown sid.','code': None, 'type': 'FATAL'}] when searching in Splunk Web and no results</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Getting-an-error-banner-quot-HTTP-404-text-Unknown-sid-code-None/m-p/87584#M3189</link>
      <description>&lt;P&gt;hexx: This is update;&lt;/P&gt;

&lt;P&gt;limits.conf.spec says;&lt;/P&gt;

&lt;P&gt;[search]&lt;/P&gt;

&lt;P&gt;ttl = &lt;INTEGER&gt;&lt;BR /&gt;
* How long search artifacts should be stored on disk once completed, in seconds.&lt;BR /&gt;
* Defaults to 600, which is equivalent to 10 minutes.&lt;/INTEGER&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2011 01:27:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Getting-an-error-banner-quot-HTTP-404-text-Unknown-sid-code-None/m-p/87584#M3189</guid>
      <dc:creator>Masa</dc:creator>
      <dc:date>2011-09-01T01:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an error banner "[HTTP 404] (...) [{'text':'Unknown sid.','code': None, 'type': 'FATAL'}] when searching in Splunk Web and no results</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Getting-an-error-banner-quot-HTTP-404-text-Unknown-sid-code-None/m-p/87585#M3190</link>
      <description>&lt;P&gt;I have a similar case about that issue. Changing the time of the machine and close to NFS server time difference. The issue has gone. &lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2012 04:16:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Getting-an-error-banner-quot-HTTP-404-text-Unknown-sid-code-None/m-p/87585#M3190</guid>
      <dc:creator>mwong</dc:creator>
      <dc:date>2012-02-20T04:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an error banner "[HTTP 404] (...) [{'text':'Unknown sid.','code': None, 'type': 'FATAL'}] when searching in Splunk Web and no results</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Getting-an-error-banner-quot-HTTP-404-text-Unknown-sid-code-None/m-p/87586#M3191</link>
      <description>&lt;P&gt;how can approach to the problem ?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2012 07:38:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Getting-an-error-banner-quot-HTTP-404-text-Unknown-sid-code-None/m-p/87586#M3191</guid>
      <dc:creator>charles_cui</dc:creator>
      <dc:date>2012-12-20T07:38:41Z</dc:date>
    </item>
  </channel>
</rss>

