<?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: When a search job runs for more than 10 minutes and the job-id expires, why doesn't the &amp;quot;Send job to background&amp;quot; option work? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/When-a-search-job-runs-for-more-than-10-minutes-and-the-job-id/m-p/117242#M31204</link>
    <description>&lt;P&gt;The problem here is that your job expired, just as you stated. Once the Job expires, it gets deleted from the system. So if you try to send a non-existent job to background, it won't know the job, because it doesn't exists. You get the popup because you haven't refreshed the page in a while, and it's just javascript. It doesn't know the job expired. This can be considered a bug in the UI. The "Send to background" button should check first if the job is expired, and if not, then display the modal.&lt;/P&gt;

&lt;P&gt;Opening a support case won't actually help, since it is very easy to determine the cause of this problem. I instead would open a support case to report the UI bug that the model displayed without checking the state of the job.&lt;/P&gt;

&lt;P&gt;Additionally, don't wait 10 minutes in the UI. Send the job to background immediately if you want it to continue past 10 minutes.&lt;/P&gt;

&lt;P&gt;Conversely, try some search optimizations and enhancements to see if you can speed up the search it self.&lt;/P&gt;</description>
    <pubDate>Mon, 13 Jul 2015 23:12:26 GMT</pubDate>
    <dc:creator>alacercogitatus</dc:creator>
    <dc:date>2015-07-13T23:12:26Z</dc:date>
    <item>
      <title>When a search job runs for more than 10 minutes and the job-id expires, why doesn't the "Send job to background" option work?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/When-a-search-job-runs-for-more-than-10-minutes-and-the-job-id/m-p/117235#M31197</link>
      <description>&lt;P&gt;When my search runs for more than 10 min, 'job-id' expires since the default TTL value is 600 (10 min), so I get "unknown sid" in the search view.&lt;/P&gt;

&lt;P&gt;I tried to recover the job by the option  &lt;STRONG&gt;"Send job to background"&lt;/STRONG&gt; - which should ideally extend the particular job-id's TTL value under the metadata.csv in dispatch folder.&lt;/P&gt;

&lt;P&gt;However, since the folder itself gets removed, there is no possibility to reset the value, whereby there is no action in the search head when I click "Send job to background".&lt;/P&gt;

&lt;P&gt;Is this a known issue ?&lt;/P&gt;

&lt;P&gt;Please advise &lt;/P&gt;</description>
      <pubDate>Sat, 11 Jul 2015 14:53:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/When-a-search-job-runs-for-more-than-10-minutes-and-the-job-id/m-p/117235#M31197</guid>
      <dc:creator>splunker12er</dc:creator>
      <dc:date>2015-07-11T14:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: When a search job runs for more than 10 minutes and the job-id expires, why doesn't the "Send job to background" option work?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/When-a-search-job-runs-for-more-than-10-minutes-and-the-job-id/m-p/117236#M31198</link>
      <description>&lt;P&gt;When you click on "Send Job to Background, you should get a popup that asks you if you would like to be notified by email when the job is complete.  Are you getting this dialog?&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jul 2015 06:53:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/When-a-search-job-runs-for-more-than-10-minutes-and-the-job-id/m-p/117236#M31198</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-07-12T06:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: When a search job runs for more than 10 minutes and the job-id expires, why doesn't the "Send job to background" option work?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/When-a-search-job-runs-for-more-than-10-minutes-and-the-job-id/m-p/117237#M31199</link>
      <description>&lt;P&gt;Yes , i am getting this dialog. I choose the option "Email when complete" and provided my mail-id.&lt;BR /&gt;
But no response after i submit.&lt;/P&gt;

&lt;P&gt;When i close the dialog , it takes me back to the "search" window . No traces found for that particular search_id&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jul 2015 08:19:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/When-a-search-job-runs-for-more-than-10-minutes-and-the-job-id/m-p/117237#M31199</guid>
      <dc:creator>splunker12er</dc:creator>
      <dc:date>2015-07-12T08:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: When a search job runs for more than 10 minutes and the job-id expires, why doesn't the "Send job to background" option work?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/When-a-search-job-runs-for-more-than-10-minutes-and-the-job-id/m-p/117238#M31200</link>
      <description>&lt;P&gt;Inspecting the job:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;ResourceNotFound: [HTTP 404] &lt;A href="https://127.0.0.1:8089/services/search/jobs/1436687594.215?message_level=debug" target="test_blank"&gt;https://127.0.0.1:8089/services/search/jobs/1436687594.215?message_level=debug&lt;/A&gt;; [{'type': 'FATAL', 'text': 'Unknown sid.', 'code': None}]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 12 Jul 2015 08:21:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/When-a-search-job-runs-for-more-than-10-minutes-and-the-job-id/m-p/117238#M31200</guid>
      <dc:creator>splunker12er</dc:creator>
      <dc:date>2015-07-12T08:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: When a search job runs for more than 10 minutes and the job-id expires, why doesn't the "Send job to background" option work?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/When-a-search-job-runs-for-more-than-10-minutes-and-the-job-id/m-p/117239#M31201</link>
      <description>&lt;P&gt;Open a case with support.Splunk.com.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2015 01:29:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/When-a-search-job-runs-for-more-than-10-minutes-and-the-job-id/m-p/117239#M31201</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-07-13T01:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: When a search job runs for more than 10 minutes and the job-id expires, why doesn't the "Send job to background" option work?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/When-a-search-job-runs-for-more-than-10-minutes-and-the-job-id/m-p/117240#M31202</link>
      <description>&lt;P&gt;did you delete dispatch folder? or cleared it?&lt;/P&gt;

&lt;P&gt;if dispatch folder fills , then search takes time.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2015 05:37:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/When-a-search-job-runs-for-more-than-10-minutes-and-the-job-id/m-p/117240#M31202</guid>
      <dc:creator>srisahitya_v</dc:creator>
      <dc:date>2015-07-13T05:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: When a search job runs for more than 10 minutes and the job-id expires, why doesn't the "Send job to background" option work?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/When-a-search-job-runs-for-more-than-10-minutes-and-the-job-id/m-p/117241#M31203</link>
      <description>&lt;P&gt;no I do have enough free space , also i haven't deleted anything in dispatch folder.&lt;/P&gt;

&lt;P&gt;I hope so , since the default TTL is 600 seconds , splunk automatically clears the "search-id" folder , and shows me "Unknown Sid" , so eventhough I send job to background , there is no traces of my job , so i get no response.&lt;/P&gt;

&lt;P&gt;TO resolve this , eventhough the TTL is 600 , that search-id folder in dispatch directory should exist for more time, or else "Send job to background" should be disabled in splunkweb ??!&lt;/P&gt;

&lt;P&gt;does this make sense ?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2015 06:00:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/When-a-search-job-runs-for-more-than-10-minutes-and-the-job-id/m-p/117241#M31203</guid>
      <dc:creator>splunker12er</dc:creator>
      <dc:date>2015-07-13T06:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: When a search job runs for more than 10 minutes and the job-id expires, why doesn't the "Send job to background" option work?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/When-a-search-job-runs-for-more-than-10-minutes-and-the-job-id/m-p/117242#M31204</link>
      <description>&lt;P&gt;The problem here is that your job expired, just as you stated. Once the Job expires, it gets deleted from the system. So if you try to send a non-existent job to background, it won't know the job, because it doesn't exists. You get the popup because you haven't refreshed the page in a while, and it's just javascript. It doesn't know the job expired. This can be considered a bug in the UI. The "Send to background" button should check first if the job is expired, and if not, then display the modal.&lt;/P&gt;

&lt;P&gt;Opening a support case won't actually help, since it is very easy to determine the cause of this problem. I instead would open a support case to report the UI bug that the model displayed without checking the state of the job.&lt;/P&gt;

&lt;P&gt;Additionally, don't wait 10 minutes in the UI. Send the job to background immediately if you want it to continue past 10 minutes.&lt;/P&gt;

&lt;P&gt;Conversely, try some search optimizations and enhancements to see if you can speed up the search it self.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2015 23:12:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/When-a-search-job-runs-for-more-than-10-minutes-and-the-job-id/m-p/117242#M31204</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2015-07-13T23:12:26Z</dc:date>
    </item>
  </channel>
</rss>

