Splunk Search

Which of my two searches is more accurate for monitoring scheduled searches?

maurelio79
Communicator

Hi to all,

I'd like to know the difference between two kind of results that I get with 2 different searches:

1)

index=_internal sourcetype=scheduler host=hostA OR host=hostB savedsearch_name!=_Scheduled* |  stats max(run_time) by savedsearch_name, host |  rename max(run_time) AS runtime |  sort - runtime | head 10

This search returns a table with first 10 searches by runtime.

2)

index=_internal host=hostA OR host=hostB source=*scheduler.log |eval JOB_DELAY_SECS=(dispatch_time-scheduled_time)|search JOB_DELAY_SECS > 30 | eval pool=host +"_"+savedsearch_name | timechart span=1m perc95(JOB_DELAY_SECS) by pool useother=f limit=20

This search returns a graph with the difference between dispatch_time and scheduled_time, but this difference is not the runtime, am I right?

Which one of these searches is more correct to show most long running searches and/or most resource usage?

Thanks and regards.

0 Karma
1 Solution

renjith_nair
Legend

Your first search gives you run time and your second search gives you the delay in execution; ie; if you have scheduled a search at 9:00 and executed at 9:05, then the delay is 5 minutes.

---
What goes around comes around. If it helps, hit it with Karma 🙂

View solution in original post

renjith_nair
Legend

Your first search gives you run time and your second search gives you the delay in execution; ie; if you have scheduled a search at 9:00 and executed at 9:05, then the delay is 5 minutes.

---
What goes around comes around. If it helps, hit it with Karma 🙂

maurelio79
Communicator

Sorry, last question:
To determinate the time range for the scheduled search, Splunk use scheduled time or dispatch time (in case there are relative time range, like -1m@m now)?

Thanks and regards.

0 Karma

renjith_nair
Legend

Normally it takes the scheduled time but Splunk considers different methods to run scheduled reports. http://docs.splunk.com/Documentation/Splunk/6.3.2/Report/Configurethepriorityofscheduledreports

---
What goes around comes around. If it helps, hit it with Karma 🙂
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...