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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.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 ...