Splunk Search

How to find all concurrent searches that are running at the same time?

kteng2024
Path Finder

Hi there,

Is there any way to find out the all scheduled searches which are scheduled to run at same time because it seems like all the scheduled searches are running at same time causing the kernel to kill splunkd by OOM killer because splunk is consuming too much of CPU to run all those searches .

0 Karma

woodcock
Esteemed Legend

You need to tune OOM Killer because Splunk need "all the stuff" routinely and that generally should not be a reason to kill it.

0 Karma

skoelpin
SplunkTrust
SplunkTrust

Try this search.. It will give you a visual representation of scheduled searches vs real-time searches

index=_internal sourcetype=splunkd source=*metrics.log group=search_concurrency "system total"
| timechart max(active_hist_searches) as "Historical Searches" min(active_realtime_searches) as "Real-time Searches" by host

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...