Alerting

Monitoring Splunk alerts

a212830
Champion

Hi,

We recently gave customers the ability to create their own alerts into our ticket management system. I'm concerned that some customers will flood either the ticketing system, or email in-boxes. Is there anyway to monitor the number of alerts that are getting generated in Splunk, similiar to any other data-source?

Tags (1)

jtrucks
Splunk Employee
Splunk Employee

You can start with searching for the _internal index for alert_actions field data:

index=_internal alert_actions="*"

This will get you the raw data.

To count the times an alert has been triggered and get a list of which searches they are, use:

index=_internal alert_actions="*" | top alert_actions,savedsearch_name limit=0

Cheers,
Jesse

--
Jesse Trucks
Minister of Magic
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...