Dashboards & Visualizations

Dashboard for all alerts in splunk

Sailesh6891
Engager

Can someone please help me with dashboard search query that will look for all alerts configured in splunk and list only those alerts having index=* 

Labels (1)
0 Karma

marnall
Motivator

Try the API:

| rest "/servicesNS/-/-/saved/searches" splunk_server=*
| regex search="index=\*"
| table title search disabled author eai:acl.app
0 Karma

isoutamo
SplunkTrust
SplunkTrust
You should add \s* in both side of = to found also “index =*” etc definition. Also there could be a macro or eventtypes where this definition is. Even role’s default index or search filters could contains this definition. As you see it’s not as easy than look “index=*” from saved searches or even from _audit.
There are lot of similar questions and answers in community where you could see more information about this subject.
Get Updates on the Splunk Community!

Observability Unlocked: Kubernetes Monitoring with Splunk Observability Cloud

 Ready to master Kubernetes and cloud monitoring like the pros? Join Splunk’s Growth Engineering team for an ...

Update Your SOAR Apps for Python 3.13: What Community Developers Need to Know

To Community SOAR App Developers - we're reaching out with an important update regarding Python 3.9's ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...