Alerting

How to make a quick monthly report of all triggered alerts?

RonWonkers
Engager

Under "Activity" you have "Triggered Alerts" but I cant seem to make an easy to read overview/email a PDF with these numbers.

I would like to create a report of the following:

 

In previous month the following alerts were triggered:

Use case 1: 15 alerts

Use case 2: 10 alerts

Use case 3: 3 alerts

Use case 4: 0 alerts

 

I can make this manually in a dashboard but it will take a long time to do when you have 100+ use cases ..

Anybody have any insights on how to create this quickly in a (scheduled) report for the previous month?

Labels (5)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

You should be able to build a report around the REST command

| rest splunk_server=local /servicesNS/-/-/alerts/fired_alerts
---
If this reply helps you, Karma would be appreciated.

View solution in original post

RonWonkers
Engager

Thanks, I can work with this!

richgalloway
SplunkTrust
SplunkTrust

You should be able to build a report around the REST command

| rest splunk_server=local /servicesNS/-/-/alerts/fired_alerts
---
If this reply helps you, Karma would be appreciated.
Get Updates on the Splunk Community!

Enter the Dashboard Challenge and Watch the .conf24 Global Broadcast!

The Splunk Community Dashboard Challenge is still happening, and it's not too late to enter for the week of ...

Join Us at the Builder Bar at .conf24 – Empowering Innovation and Collaboration

What is the Builder Bar? The Builder Bar is more than just a place; it's a hub of creativity, collaboration, ...

Combine Multiline Logs into a Single Event with SOCK - a Guide for Advanced Users

This article is the continuation of the “Combine multiline logs into a single event with SOCK - a step-by-step ...