Alerting

Export list of triggered alerts

ovidiupp
New Member

How do I export of list of triggered alerts in a CSV for a certain period of time from Splunk Cloud? This should be something like the view on the Activity>Triggered Alerts screen? The important fields are triggered time and title of alert.

Thank you.

Labels (1)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

There's no single request to get that information.  You can use a REST call to get a list of alerts that triggered and then use that to search the internal indexes for details.  Perhaps this query will get you started.

index=_internal [
  | rest /servicesNS/-/-/alerts/fired_alerts/ 
  | rename title as savedsearch_name 
  | return 1000 savedsearch_name] result_count!=0
| table savedsearch_name _time
---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Prove Your Splunk Prowess at .conf25—No Prereqs Required!

Your Next Big Security Credential: No Prerequisites Needed We know you’ve got the skills, and now, earning the ...

Splunk Observability Cloud's AI Assistant in Action Series: Observability as Code

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

Splunk Answers Content Calendar, July Edition I

Hello Community! Welcome to another month of Community Content Calendar series! For the month of July, we will ...