Splunk Search

Trying to run a search, why are we getting a "Queued" message?

kiril123
Path Finder

Hello,

The user has a role setting to run up to 100 concurrent job searches. However, at about 15-20 concurrent jobs, any new searches are getting queued. Is there a hard setting somewhere which has to be tweaked? Looking a CPU, RAM, and disk read/write performance, the system is not heavily utilized. We use a standalone server with indexing and search functions combined.

0 Karma
1 Solution

rphillips_splk
Splunk Employee
Splunk Employee

You are most likely hitting the system-wide limit for historical search concurrency.

The system-wide limit of historical searches is computed as:
max_hist_searches = max_searches_per_cpu x number_of_cpus + base_max_searches

see the section on concurrency in the limits.conf spec file

http://docs.splunk.com/Documentation/Splunk/latest/Admin/Limitsconf?ac=partner_smt

I would caution against tweaking these limits as you may see search performance decrease. Instead consider adding more cpu cores or moving to a distributed deployment with search head clustering

View solution in original post

0 Karma

rphillips_splk
Splunk Employee
Splunk Employee

You are most likely hitting the system-wide limit for historical search concurrency.

The system-wide limit of historical searches is computed as:
max_hist_searches = max_searches_per_cpu x number_of_cpus + base_max_searches

see the section on concurrency in the limits.conf spec file

http://docs.splunk.com/Documentation/Splunk/latest/Admin/Limitsconf?ac=partner_smt

I would caution against tweaking these limits as you may see search performance decrease. Instead consider adding more cpu cores or moving to a distributed deployment with search head clustering

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...