Dashboards & Visualizations

is there a way to see graphs of scheduling

Mansi24
Path Finder

how to see the start time of the schedule searches in a graph , this allows us to see the overall scheduling as well as to schedule new searches according to time

Tags (2)
0 Karma
1 Solution

MuS
SplunkTrust
SplunkTrust

Hi Mansi24,

you can either search the _internal index like this:

index=_internal source=*scheduler.log*

this will show you all logged information about the saved searches which were ran. Or you use the REST endpoint

| REST /services/saved/searches/

to get detailed information about the schedule of the saved searches.

hope this helps to get you started ...

cheers, MuS

View solution in original post

MuS
SplunkTrust
SplunkTrust

Hi Mansi24,

you can either search the _internal index like this:

index=_internal source=*scheduler.log*

this will show you all logged information about the saved searches which were ran. Or you use the REST endpoint

| REST /services/saved/searches/

to get detailed information about the schedule of the saved searches.

hope this helps to get you started ...

cheers, MuS

Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...