<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Export list of triggered alerts in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Export-list-of-triggered-alerts/m-p/578350#M13313</link>
    <description>&lt;P&gt;There's no single request to get that information.&amp;nbsp; 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.&amp;nbsp; Perhaps this query will get you started.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_internal [
  | rest /servicesNS/-/-/alerts/fired_alerts/ 
  | rename title as savedsearch_name 
  | return 1000 savedsearch_name] result_count!=0
| table savedsearch_name _time&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 14 Dec 2021 16:57:20 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2021-12-14T16:57:20Z</dc:date>
    <item>
      <title>Export list of triggered alerts</title>
      <link>https://community.splunk.com/t5/Alerting/Export-list-of-triggered-alerts/m-p/578314#M13312</link>
      <description>&lt;P&gt;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&amp;gt;Triggered Alerts screen? The important fields are triggered time and title of alert.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 12:57:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Export-list-of-triggered-alerts/m-p/578314#M13312</guid>
      <dc:creator>ovidiupp</dc:creator>
      <dc:date>2021-12-14T12:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Export list of triggered alerts</title>
      <link>https://community.splunk.com/t5/Alerting/Export-list-of-triggered-alerts/m-p/578350#M13313</link>
      <description>&lt;P&gt;There's no single request to get that information.&amp;nbsp; 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.&amp;nbsp; Perhaps this query will get you started.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_internal [
  | rest /servicesNS/-/-/alerts/fired_alerts/ 
  | rename title as savedsearch_name 
  | return 1000 savedsearch_name] result_count!=0
| table savedsearch_name _time&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 14 Dec 2021 16:57:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Export-list-of-triggered-alerts/m-p/578350#M13313</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-12-14T16:57:20Z</dc:date>
    </item>
  </channel>
</rss>

