<?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: How to create alert based on Splunk Dashboard Studio indicators? in Other Usage</title>
    <link>https://community.splunk.com/t5/Other-Usage/How-to-create-alert-based-on-Splunk-Dashboard-Studio-indicators/m-p/647836#M799</link>
    <description>&lt;P&gt;I personally don't have much experience with the ITSI plugin but here is some information regarding ITSI with Service Now -&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/ITSI/4.17.0/EA/ServiceNow" target="_blank"&gt;https://docs.splunk.com/Documentation/ITSI/4.17.0/EA/ServiceNow&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I know Service Now Add-on itself can create a SNOW ticket with an alert -&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/AddOns/released/ServiceNow/Usecustomalertactions" target="_blank"&gt;https://docs.splunk.com/Documentation/AddOns/released/ServiceNow/Usecustomalertactions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps!!! Kindly upvote if it does!!!&lt;/P&gt;</description>
    <pubDate>Wed, 21 Jun 2023 18:14:24 GMT</pubDate>
    <dc:creator>VatsalJagani</dc:creator>
    <dc:date>2023-06-21T18:14:24Z</dc:date>
    <item>
      <title>How to create alert based on Splunk Dashboard Studio indicators?</title>
      <link>https://community.splunk.com/t5/Other-Usage/How-to-create-alert-based-on-Splunk-Dashboard-Studio-indicators/m-p/647682#M796</link>
      <description>&lt;P&gt;I have below Splunk query which calculates SLI&amp;nbsp; but I need to create the alert to support group if the SLI values falls below 95 can someone please help me with that?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SLI I am calculating based on events and how can I generate the alerts when I am tiring this I am not getting Alerts option on to Splunk, appreciate help on this&lt;/P&gt;
&lt;P&gt;(index=idx_re2eeur0_v5 host=mpllnx0432 EVENT_GROUP="SHIPMENT" SOURCE_SYSTEM="IIB" TARGET_SYSTEM="GGX" EVENT_MSG="Send a ZLIDCTR*" COMPONENTNAME="RNATLL05")&lt;BR /&gt;OR (index=idx_re2eeur0_v5 host=* EVENT_GROUP="SHIPPED" SOURCE_SYSTEM="WMB" TARGET_SYSTEM="SDS" EVENT_MSG="Tech Ack OK received*" COMPONENTNAME="RNATLL05")&lt;BR /&gt;| rex field=NATIVEID "...\S...\S(?&amp;lt;DeliveryID&amp;gt;\d+)\/"&lt;BR /&gt;| rex field=_raw "\"nativeID\":\"(?&amp;lt;DeliveryID&amp;gt;\d+)\S"&lt;BR /&gt;| transaction DeliveryID startswith="Send a ZLIDCTR*" endswith="Tech Ack OK received*"&lt;BR /&gt;| stats count as valid_events count(eval(duration&amp;lt;180)) as good_events avg(duration) as averageDuration&lt;BR /&gt;| eval sli=round((good_events/valid_events) * 100, 2)&lt;BR /&gt;| stats count | where sli &amp;lt; 95&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2023 22:36:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/How-to-create-alert-based-on-Splunk-Dashboard-Studio-indicators/m-p/647682#M796</guid>
      <dc:creator>Amit79</dc:creator>
      <dc:date>2023-06-20T22:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to create alert based on Splunk Dashboard Studio indicators?</title>
      <link>https://community.splunk.com/t5/Other-Usage/How-to-create-alert-based-on-Splunk-Dashboard-Studio-indicators/m-p/647725#M797</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/257948"&gt;@Amit79&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Run this as a search query on the Splunk Search page.&lt;/LI&gt;&lt;LI&gt;Save -&amp;gt; Save as Alert&lt;/LI&gt;&lt;LI&gt;And then set all crieterias as you need it.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reference -&amp;nbsp;&lt;A href="https://www.splunk.com/en_us/resources/videos/create-alerts-splunk-enterprise.html" target="_blank"&gt;https://www.splunk.com/en_us/resources/videos/create-alerts-splunk-enterprise.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps!!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 08:22:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/How-to-create-alert-based-on-Splunk-Dashboard-Studio-indicators/m-p/647725#M797</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2023-06-21T08:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to create alert based on Splunk Dashboard Studio indicators?</title>
      <link>https://community.splunk.com/t5/Other-Usage/How-to-create-alert-based-on-Splunk-Dashboard-Studio-indicators/m-p/647831#M798</link>
      <description>&lt;P&gt;Thank you, I have another question, do you any references or samples to create ticket in servicenow using ITSI plugin, I also need to create if thresholds are breaching&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 16:57:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/How-to-create-alert-based-on-Splunk-Dashboard-Studio-indicators/m-p/647831#M798</guid>
      <dc:creator>Amit79</dc:creator>
      <dc:date>2023-06-21T16:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to create alert based on Splunk Dashboard Studio indicators?</title>
      <link>https://community.splunk.com/t5/Other-Usage/How-to-create-alert-based-on-Splunk-Dashboard-Studio-indicators/m-p/647836#M799</link>
      <description>&lt;P&gt;I personally don't have much experience with the ITSI plugin but here is some information regarding ITSI with Service Now -&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/ITSI/4.17.0/EA/ServiceNow" target="_blank"&gt;https://docs.splunk.com/Documentation/ITSI/4.17.0/EA/ServiceNow&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I know Service Now Add-on itself can create a SNOW ticket with an alert -&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/AddOns/released/ServiceNow/Usecustomalertactions" target="_blank"&gt;https://docs.splunk.com/Documentation/AddOns/released/ServiceNow/Usecustomalertactions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps!!! Kindly upvote if it does!!!&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 18:14:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/How-to-create-alert-based-on-Splunk-Dashboard-Studio-indicators/m-p/647836#M799</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2023-06-21T18:14:24Z</dc:date>
    </item>
  </channel>
</rss>

