- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
RonWonkers
Path Finder
01-19-2024
01:34 AM
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?
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

richgalloway

SplunkTrust
01-19-2024
06:51 AM
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.
If this reply helps you, Karma would be appreciated.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
RonWonkers
Path Finder
01-22-2024
03:16 AM
Thanks, I can work with this!
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

richgalloway

SplunkTrust
01-19-2024
06:51 AM
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.
If this reply helps you, Karma would be appreciated.
