Splunk Search

Why are we getting "[subsearch]: Search auto-finalized after time limit (60 seconds) reached" error?

ddrillic
Ultra Champion

We get the error such as -

[subsearch]: Search auto-finalized after time limit(60 seconds) reached.

We changed the following for the search app while we use a different app -

$ cat limits.conf
[search]
# setting for an hour
maxtime = 216000

Any ideas?

1 Solution

ddrillic
Ultra Champion

We ended up having the following in limits.conf -

[subsearch]
maxout = 50000
maxtime = 3600
ttl = 300

[join]
subsearch_maxout = 50000
subsearch_maxtime = 3600
subsearch_timeout = 360

It works!!! ; - )

View solution in original post

ddrillic
Ultra Champion

We ended up having the following in limits.conf -

[subsearch]
maxout = 50000
maxtime = 3600
ttl = 300

[join]
subsearch_maxout = 50000
subsearch_maxtime = 3600
subsearch_timeout = 360

It works!!! ; - )

woodcock
Esteemed Legend

You could run a scheduled search to pull the hunk data in on a regular basis and then use loadjob in your subsearch to access the hunk data from the scheduled search (or ref if in a dashboard panel).

0 Karma

ddrillic
Ultra Champion

Interesting - we should try that...

0 Karma

woodcock
Esteemed Legend

You should show your subsearch; there must be something wrong with it taking so long. It needs optimization.

0 Karma

ddrillic
Ultra Champion

It's a Hunk one - huge data set ; -)

woodcock
Esteemed Legend

One of the very few GOOD reasons to resort to upping the timeout.

0 Karma

ddrillic
Ultra Champion

Very kind @woodcock ; -)

But, you see, why does the error message speak about 60 seconds after we upped the timeout interval to an hour?

0 Karma

DalJeanis
Legend

did you restart splunk after changing the configuration?

0 Karma

ddrillic
Ultra Champion

Oh yeah - we did.

0 Karma
Get Updates on the Splunk Community!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...