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!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...