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!

Announcing Scheduled Export GA for Dashboard Studio

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

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...