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!

Why You Can't Miss .conf25: Unleashing the Power of Agentic AI with Splunk & Cisco

The Defining Technology Movement of Our Lifetime The advent of agentic AI is arguably the defining technology ...

Deep Dive into Federated Analytics: Unlocking the Full Power of Your Security Data

In today’s complex digital landscape, security teams face increasing pressure to protect sprawling data across ...

Your summer travels continue with new course releases

Summer in the Northern hemisphere is in full swing, and is often a time to travel and explore. If your summer ...