Splunk Search

Retreive list of alerts shared at app level

rupasri
Observer

Can I retrieve list of alerts shared in App level, Is it possible?

|rest /services/saved/searches 
| search eai:acl.app=my_app eai:acl.sharing=app

| fields eai:acl.owner eai:acl.app eai:acl.sharing search title cron_schedule description
Labels (1)
Tags (1)
0 Karma

yuanliu
SplunkTrust
SplunkTrust

Your search should have given you the results.  Anything unexpected happens when you run the search?  The most I can think of is to search for only scheduled and enabled searches.

| rest /services/saved/searches
| seach eai:acl.app = myapp eai.acl.sharing = app
  is_scheduled = 1 disabled = 0
| fields eai:acl.owner eai:acl.app eai:acl.sharing search title cron_schedule description

 

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

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