Reporting

How to check schedule search frequency by Splunk search?

philip_wong
Communicator

As Splunk administrator I'm interested to have monitoring on frequency of search that user's schedule searches. So we can have better control or ask user to tune down frequency and not to overload the search head.

0 Karma
1 Solution

MuS
Legend

Hi philip.wong,

assuming you forward all internal search head logs to your indexer[s], you can start searching the scheduler.log:

 index=_internal source=*scheduler.log | timechart span=5m count by status

which will give you a quick overview on how many searches were ran and if they all were successful or not.
I recommend the S.o.S. App as well, it makes daily Splunk life easier.

hope this helps to get you started ...

cheers, MuS

View solution in original post

0 Karma

MuS
Legend

Hi philip.wong,

assuming you forward all internal search head logs to your indexer[s], you can start searching the scheduler.log:

 index=_internal source=*scheduler.log | timechart span=5m count by status

which will give you a quick overview on how many searches were ran and if they all were successful or not.
I recommend the S.o.S. App as well, it makes daily Splunk life easier.

hope this helps to get you started ...

cheers, MuS

0 Karma

MuS
Legend
0 Karma

philip_wong
Communicator

"assuming you forward all internal search head logs to your indexer[s]"

Looks like it has another issue. I can see the user searches concern me from local scheduler.log and indexer's splunkd_access.log. However, I couldn't search as you said from SH. I've already set "forwardedindex.filter.disable = true" in search head's outputs.conf

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...