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!

Announcing Scheduled Export GA for Dashboard Studio

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

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 GA in US-AWS!

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