<?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: Alerts Dashboard in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Alerts-Dashboard/m-p/673755#M15690</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks! i will check. i dont have permission to install apps.&lt;BR /&gt;i wonder if there is an internal query to get all alerts and their results&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jan 2024 10:01:54 GMT</pubDate>
    <dc:creator>maayan</dc:creator>
    <dc:date>2024-01-10T10:01:54Z</dc:date>
    <item>
      <title>Alerts Dashboard</title>
      <link>https://community.splunk.com/t5/Alerting/Alerts-Dashboard/m-p/673744#M15688</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i need to find a way to present all alerts in a dashboard(Classic/Studio). users don't want to get mail for each alert, they prefer to see (maybe in a table ) all the alerts in one page + the alert's last result.&lt;BR /&gt;and maybe to click on the alert and get the last search.&lt;/P&gt;&lt;P&gt;is it possible to create an alerts dashboard?&lt;/P&gt;&lt;P&gt;thanks,&lt;BR /&gt;Maayan&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 09:04:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alerts-Dashboard/m-p/673744#M15688</guid>
      <dc:creator>maayan</dc:creator>
      <dc:date>2024-01-10T09:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Alerts Dashboard</title>
      <link>https://community.splunk.com/t5/Alerting/Alerts-Dashboard/m-p/673749#M15689</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/256320"&gt;@maayan&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;did you explored the Alert Manager App (&lt;A href="https://splunkbase.splunk.com/app/2665)?" target="_blank"&gt;https://splunkbase.splunk.com/app/2665)?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Try it, I usually use it when I cannot use ES.&lt;/P&gt;&lt;P&gt;Put attention only to one point: the app can see only alerts with a Global sharing.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 09:32:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alerts-Dashboard/m-p/673749#M15689</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-01-10T09:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Alerts Dashboard</title>
      <link>https://community.splunk.com/t5/Alerting/Alerts-Dashboard/m-p/673755#M15690</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks! i will check. i dont have permission to install apps.&lt;BR /&gt;i wonder if there is an internal query to get all alerts and their results&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 10:01:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alerts-Dashboard/m-p/673755#M15690</guid>
      <dc:creator>maayan</dc:creator>
      <dc:date>2024-01-10T10:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Alerts Dashboard</title>
      <link>https://community.splunk.com/t5/Alerting/Alerts-Dashboard/m-p/673763#M15691</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/256320"&gt;@maayan&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;with this search you can list all the alerts&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rest splunk_server=local /servicesNS/-/-/saved/searches 
| where alert_type!="always"
| table title&lt;/LI-CODE&gt;&lt;P&gt;and with this search yu can list the fired alerts&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_audit action="alert_fired" 
| rename ss_name AS title 
| join title [ | rest /services/saved/searches | table title, alert_threshold ] 
| timechart values(alert_threshold) AS alert_threshold count by title&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 10:42:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alerts-Dashboard/m-p/673763#M15691</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-01-10T10:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Alerts Dashboard</title>
      <link>https://community.splunk.com/t5/Alerting/Alerts-Dashboard/m-p/673774#M15692</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;It's a very useful query!&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;| rest splunk_server=local /servicesNS/-/-/saved/searches | where alert_type!="always" | table title,author,description,"eai:acl.owner","next_scheduled_time","action.email.to"&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;I need the alerts results and the second query doesn't work for me. i have already created an alert and see in under the "Alerts" tab and scheduled in today.&lt;BR /&gt;What i need to change in the second query to results?&amp;nbsp;&lt;BR /&gt;maybe something in the alert setting? or different index?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 13:07:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alerts-Dashboard/m-p/673774#M15692</guid>
      <dc:creator>maayan</dc:creator>
      <dc:date>2024-01-10T13:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Alerts Dashboard</title>
      <link>https://community.splunk.com/t5/Alerting/Alerts-Dashboard/m-p/674175#M15700</link>
      <description>&lt;P&gt;we don't have permission to install the app. i will try to ask the infra team again.&lt;BR /&gt;is there an option to add the alert result to this query?&lt;BR /&gt;&lt;BR /&gt;| rest splunk_server=local /servicesNS/-/-/saved/searches | where alert_type!="always" | table title,author,description,"eai:acl.owner","next_scheduled_time","action.email.to"&lt;/P&gt;</description>
      <pubDate>Sun, 14 Jan 2024 09:22:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alerts-Dashboard/m-p/674175#M15700</guid>
      <dc:creator>maayan</dc:creator>
      <dc:date>2024-01-14T09:22:17Z</dc:date>
    </item>
  </channel>
</rss>

