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
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...