Getting Data In

saved searches

Siddharthnegi
Contributor

i want to get list of scheduled saved searches with the name and the searches itself. can anybody help?

Labels (1)
0 Karma

jayanta2022
Observer

| rest /servicesNS/-/-/saved/searches splunk_server=local

 

Getting all of your stored searches from the Search Head will be much easier with this.

0 Karma

bowesmana
SplunkTrust
SplunkTrust

Start here

 

| rest "/servicesNS/-/-/saved/searches" splunk_server=local search="is_scheduled=1"
| rename eai:* as * acl.app as app
| fields title app author type search

 

that will give you the data, then do what you need to do with it

 

0 Karma
Get Updates on the Splunk Community!

Splunk at Cisco Live 2025: Learning, Innovation, and a Little Bit of Mr. Brightside

Pack your bags (and maybe your dancing shoes)—Cisco Live is heading to San Diego, June 8–12, 2025, and Splunk ...

Splunk App Dev Community Updates – What’s New and What’s Next

Welcome to your go-to roundup of everything happening in the Splunk App Dev Community! Whether you're building ...

The Latest Cisco Integrations With Splunk Platform!

Join us for an exciting tech talk where we’ll explore the latest integrations in Cisco + Splunk! We’ve ...