Splunk Search

how to list out all the scheduled searches and macros which contain an event type named "ABC"?

pavanae
Builder

Is there any way or workaround to list out all the saved/scheduled searches in which it contains an eventtype named "ABC" in its search body?

I am trying to test the impact of newly modified event types and its dependency in any current running search..

0 Karma

somesoni2
Revered Legend

Try this

| rest /servicesNS/-/-/saved/searches splunk_server=local | search search="*eventtype=ABC*" | table title search eai:acl.owner eai:acl.app | rename eai:acl.* as *
0 Karma

harshal_chakran
Builder

Well, this worked for me.
Do check if you have not missed the "" , i.e. `|search search="*eventtype=ABC"`

For macro, try the following:

| rest /servicesNS/-/-/admin/macros splunk_server=local |search definition="*eventtype=ABC*"| table title definition
0 Karma

pavanae
Builder

The search resulted no results....It worked untill rest /servicesNS/-/-/saved/searches splunk_server=local but it didnt worked with the | search search="eventtype=ABC"

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to November Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...

Index This | When is October more than just the tenth month?

October 2025 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

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 ...