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!

Dashboards: Hiding charts while search is being executed and other uses for tokens

There are a couple of features of SimpleXML / Classic dashboards that can be used to enhance the user ...

Splunk Observability Cloud's AI Assistant in Action Series: Explaining Metrics and ...

This is the fourth post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how ...

Brains, Bytes, and Boston: Learn from the Best at .conf25

When you think of Boston, you might picture colonial charm, world-class universities, or even the crack of a ...