Dashboards & Visualizations

how to search for no. of active alerts through search and Reporting

priyankara
New Member

I am trying to search for the no. of active alerts which are there is the system for my index and sources by splunk query language to be run on Search and Reporting App, how can I go about this ?

Tags (1)
0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

@priyankara

You can use rest command for having a list of savedsearches and other details.

https://docs.splunk.com/Documentation/Splunk/8.0.0/SearchReference/Rest

You can use below search for reference. You need to modify as per your requirement. This search will list all the enabled savedsearches.

| rest /servicesNS/-/-/saved/searches splunk_server=local | search disabled=0  

UPDATED:

Please try this search.

| rest /servicesNS/-/-/saved/searches splunk_server=local 
| search "alert.suppress" IN (1,0) AND  disabled=0 
| table title disabled "eai:acl.app" "eai:acl.owner" search

Thanks

0 Karma

priyankara
New Member

@kamlesh_vaghela
Thanks Kamlesh but I am looking for a query to get the active alerts which are active in the system.

0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

@priyankara

Please check my UPDATED answer.

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...