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 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...