Other Usage

How to count the number of alert returning results?

jip31
Motivator

Hi

I have a lot of alerts in my Splunk apps

Is there a way to count the number of alerts returning result by days, by month...

Is it possible ?

Thanks 

Labels (1)
Tags (3)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

Sorry, I left that out of my original reply.  The number of results is in the result_count field.  If the alert did anything, then the alert_actions field is not empty.

If an alert fired (was triggered), it will be in the output of this command

| rest splunk_server=local /servicesNS/-/-/alerts/fired_alerts | search title!="-"

 

---
If this reply helps you, Karma would be appreciated.

View solution in original post

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Start with this query and modify as necessary to suit your requirements.  Note that, by default, the _internal index only has 30 days of day so there may no "by month".

index=_internal source=*scheduler.log* savedsearch_name=* sourcetype=scheduler alert_actions!=""
---
If this reply helps you, Karma would be appreciated.
0 Karma

jip31
Motivator

Thanks

Is alert_actions is the field that an alert has generated a result?

alert_actions!=

 If yes, if i want to count the alerts actions, its enough to do a stats count(alert_actions) ?

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Sorry, I left that out of my original reply.  The number of results is in the result_count field.  If the alert did anything, then the alert_actions field is not empty.

If an alert fired (was triggered), it will be in the output of this command

| rest splunk_server=local /servicesNS/-/-/alerts/fired_alerts | search title!="-"

 

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Splunk App Dev Community Updates – What’s New and What’s Next

Welcome to your go-to roundup of everything happening in the Splunk App Dev Community! Whether you're building ...

The Latest Cisco Integrations With Splunk Platform!

Join us for an exciting tech talk where we’ll explore the latest integrations in Cisco + Splunk! We’ve ...

Enterprise Security Content Update (ESCU) | New Releases

In April, the Splunk Threat Research Team had 2 releases of new security content via the Enterprise Security ...