<?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: [subsearch]: Search auto-finalized after time limit reached (30 seconds). Results may be incomplete. in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/subsearch-Search-auto-finalized-after-time-limit-reached-30/m-p/38621#M8789</link>
    <description>&lt;P&gt;I have updated my answer to my question ...&lt;/P&gt;</description>
    <pubDate>Fri, 27 Aug 2010 16:53:47 GMT</pubDate>
    <dc:creator>SamChang</dc:creator>
    <dc:date>2010-08-27T16:53:47Z</dc:date>
    <item>
      <title>[subsearch]: Search auto-finalized after time limit reached (30 seconds). Results may be incomplete.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/subsearch-Search-auto-finalized-after-time-limit-reached-30/m-p/38619#M8787</link>
      <description>&lt;P&gt;Dear Sir&lt;/P&gt;

&lt;P&gt;When I run a long search.
The Splunk always reponsd this message.&lt;/P&gt;

&lt;P&gt;[subsearch]: Search auto-finalized after time limit reached (30 seconds). Results may be incomplete.&lt;/P&gt;

&lt;P&gt;and then ... subsearch's result can't be finished.&lt;/P&gt;

&lt;P&gt;How to modify this time limit ???
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
I have add limits.conf to my apps's local directory&lt;/P&gt;

&lt;P&gt;Below is my limits.conf's settings --&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[subsearch]
maxtime = 180
timeout = 180
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and then .... restart splunk service&lt;/P&gt;

&lt;P&gt;and then .... it isn't workable&lt;/P&gt;

&lt;P&gt;Do you have other method to fix this issue ?
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Below is my search ... &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="wms_summary" search_name="Summary Basic Data Output 01" $Param_API_Name$ 
| `GenerateTimeFields` 
| dedup Week_Number, Request_API_Name, Sub_ID 
| stats min(Event_Time) as Event_Start_Time, max(Event_Time) as Event_End_Time, count(Sub_ID) as Sub_ID_Number by Week_Number, Request_API_Name 
| fields + Event_Start_Time, Event_End_Time, Request_API_Name, Sub_ID_Number 
| `FieldsRename` 
| append 
[search index="wms_summary" search_name="Summary Basic Data Output 01" $Param_API_Name$ 
| stats min(_time) as Convert_Start_Time, max(_time) as Convert_End_Time, values(Request_API_Name) as Request_API_Name, dc(Sub_ID) as Sub_ID_Number 
| convert mktime(Convert_Start_Time) as Unix_Start_Time 
| convert timeformat="%Y/%m/%d" ctime(Unix_Start_Time) as Event_Start_Time 
| convert mktime(Convert_End_Time) as Unix_End_Time 
| convert timeformat="%Y/%m/%d" ctime(Unix_End_Time) as Event_End_Time 
| eval $Param_API_Name$ 
| eval Request_API_Name = if(Request_API_Name == "*", "ALL_Sites", Request_API_Name) 
| fields + Event_Start_Time, Event_End_Time, Request_API_Name, Sub_ID_Number 
| `FieldsRename`]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 27 Aug 2010 11:53:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/subsearch-Search-auto-finalized-after-time-limit-reached-30/m-p/38619#M8787</guid>
      <dc:creator>SamChang</dc:creator>
      <dc:date>2010-08-27T11:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: [subsearch]: Search auto-finalized after time limit reached (30 seconds). Results may be incomplete.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/subsearch-Search-auto-finalized-after-time-limit-reached-30/m-p/38620#M8788</link>
      <description>&lt;P&gt;You can adjust the setting in the limits.conf configuration file.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2010 12:46:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/subsearch-Search-auto-finalized-after-time-limit-reached-30/m-p/38620#M8788</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-08-27T12:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: [subsearch]: Search auto-finalized after time limit reached (30 seconds). Results may be incomplete.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/subsearch-Search-auto-finalized-after-time-limit-reached-30/m-p/38621#M8789</link>
      <description>&lt;P&gt;I have updated my answer to my question ...&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2010 16:53:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/subsearch-Search-auto-finalized-after-time-limit-reached-30/m-p/38621#M8789</guid>
      <dc:creator>SamChang</dc:creator>
      <dc:date>2010-08-27T16:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: [subsearch]: Search auto-finalized after time limit reached (30 seconds). Results may be incomplete.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/subsearch-Search-auto-finalized-after-time-limit-reached-30/m-p/38622#M8790</link>
      <description>&lt;P&gt;Are you doing this in a subsearch in a search command, or a in join command, or an append command? These each take a different setting.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2010 21:20:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/subsearch-Search-auto-finalized-after-time-limit-reached-30/m-p/38622#M8790</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-08-27T21:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: [subsearch]: Search auto-finalized after time limit reached (30 seconds). Results may be incomplete.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/subsearch-Search-auto-finalized-after-time-limit-reached-30/m-p/38623#M8791</link>
      <description>&lt;P&gt;I have updated my search to my question&lt;/P&gt;</description>
      <pubDate>Sat, 28 Aug 2010 00:02:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/subsearch-Search-auto-finalized-after-time-limit-reached-30/m-p/38623#M8791</guid>
      <dc:creator>SamChang</dc:creator>
      <dc:date>2010-08-28T00:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: [subsearch]: Search auto-finalized after time limit reached (30 seconds). Results may be incomplete.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/subsearch-Search-auto-finalized-after-time-limit-reached-30/m-p/38624#M8792</link>
      <description>&lt;P&gt;You can modify the settings that affect subsearch timeouts in &lt;A href="http://www.splunk.com/base/Documentation/latest/admin/Limitsconf" rel="nofollow"&gt;limits.conf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;-- edit --&lt;BR /&gt;
It depends.  One location to edit (or create) this file would be: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/etc/system/local/limits.conf  
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You may wish to read more &lt;A href="http://www.splunk.com/base/Documentation/latest/Admin/Aboutconfigurationfiles" rel="nofollow"&gt;about configuration files&lt;/A&gt; to learn more.  .  &lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2010 04:12:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/subsearch-Search-auto-finalized-after-time-limit-reached-30/m-p/38624#M8792</guid>
      <dc:creator>bwooden</dc:creator>
      <dc:date>2010-11-18T04:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: [subsearch]: Search auto-finalized after time limit reached (30 seconds). Results may be incomplete.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/subsearch-Search-auto-finalized-after-time-limit-reached-30/m-p/38625#M8793</link>
      <description>&lt;P&gt;Sorry but where is that?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2010 04:15:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/subsearch-Search-auto-finalized-after-time-limit-reached-30/m-p/38625#M8793</guid>
      <dc:creator>wyang6</dc:creator>
      <dc:date>2010-11-18T04:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: [subsearch]: Search auto-finalized after time limit reached (30 seconds). Results may be incomplete.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/subsearch-Search-auto-finalized-after-time-limit-reached-30/m-p/38626#M8794</link>
      <description>&lt;P&gt;I also have the same problem, modifying the limits.conf still doesn't work, Is this a bug ??&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2011 03:56:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/subsearch-Search-auto-finalized-after-time-limit-reached-30/m-p/38626#M8794</guid>
      <dc:creator>hjwang</dc:creator>
      <dc:date>2011-06-09T03:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: [subsearch]: Search auto-finalized after time limit reached (30 seconds). Results may be incomplete.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/subsearch-Search-auto-finalized-after-time-limit-reached-30/m-p/38627#M8795</link>
      <description>&lt;P&gt;I have the same problem too. Tuning up the limits.conf file does not fix the problem.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2011 16:54:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/subsearch-Search-auto-finalized-after-time-limit-reached-30/m-p/38627#M8795</guid>
      <dc:creator>lpolo</dc:creator>
      <dc:date>2011-07-15T16:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: [subsearch]: Search auto-finalized after time limit reached (30 seconds). Results may be incomplete.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/subsearch-Search-auto-finalized-after-time-limit-reached-30/m-p/38628#M8796</link>
      <description>&lt;P&gt;Same here.  Is anyone going to address this question?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2011 18:30:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/subsearch-Search-auto-finalized-after-time-limit-reached-30/m-p/38628#M8796</guid>
      <dc:creator>ehoward</dc:creator>
      <dc:date>2011-08-24T18:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: [subsearch]: Search auto-finalized after time limit reached (30 seconds). Results may be incomplete.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/subsearch-Search-auto-finalized-after-time-limit-reached-30/m-p/38629#M8797</link>
      <description>&lt;P&gt;We have an internal bug filed around this behavior.  Please file a case with splunk support to get more information and help us prioritize this issue.&lt;/P&gt;

&lt;P&gt;For those of you who changed the limits.conf. The job is most likely still running in the background, take a look at the job manager.  I would also expect these searches to work better on the CLI.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2011 19:43:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/subsearch-Search-auto-finalized-after-time-limit-reached-30/m-p/38629#M8797</guid>
      <dc:creator>melting</dc:creator>
      <dc:date>2011-08-24T19:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: [subsearch]: Search auto-finalized after time limit reached (30 seconds). Results may be incomplete.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/subsearch-Search-auto-finalized-after-time-limit-reached-30/m-p/38630#M8798</link>
      <description>&lt;P&gt;Are there any updates on the status of this internal bug?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2016 16:21:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/subsearch-Search-auto-finalized-after-time-limit-reached-30/m-p/38630#M8798</guid>
      <dc:creator>bhawkins1</dc:creator>
      <dc:date>2016-11-14T16:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: [subsearch]: Search auto-finalized after time limit reached (30 seconds). Results may be incomplete.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/subsearch-Search-auto-finalized-after-time-limit-reached-30/m-p/38631#M8799</link>
      <description>&lt;P&gt;do we have a fix on this issue ? i'm seeing the same issue on a pivot report using the data model. we had modified the limit.conf setting, but it didnt helps. Any advise would be greatly appreciated !!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 17:39:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/subsearch-Search-auto-finalized-after-time-limit-reached-30/m-p/38631#M8799</guid>
      <dc:creator>hongklee</dc:creator>
      <dc:date>2017-03-21T17:39:05Z</dc:date>
    </item>
  </channel>
</rss>

