<?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 splunk alert triggering multiple incidents instead of single incident in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/splunk-alert-triggering-multiple-incidents-instead-of-single/m-p/742548#M117955</link>
    <description>&lt;P&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;I have a splunk alert that is having this search query:&lt;BR /&gt;index="dcn_b2b_use_case_analytics" sourcetype=lime_process_monitoring&lt;BR /&gt;| where BCD_AU_UP_01=0 OR BDC_BA_01=0&lt;BR /&gt;| dedup host&lt;BR /&gt;| eval failed_processes=mvappend(&lt;BR /&gt;if(BCD_AU_UP_01=0, "BCD_AU_UP_01", NULL),&lt;BR /&gt;if(BDC_BA_01=0, "BDC_BA_01", NULL)&lt;BR /&gt;)&lt;BR /&gt;| eval failed_process_list=mvjoin(failed_processes, ", ")&lt;BR /&gt;| eval metricLabel="Labware - Services has been stopped in Server--Test Incident--Please Ignore"&lt;BR /&gt;| eval metricValue_part1="Hello Application Support team, The below service has been stopped in the server, Service name: "&lt;BR /&gt;| eval metricValue_part2=failed_process_list&lt;BR /&gt;| eval metricValue_part3=" Server name: "&lt;BR /&gt;| eval metricValue_part4=host&lt;BR /&gt;| eval metricValue_part5=" Please take the required action to resume the service. Thank you. Regards, Background Service Check Automation Bot"&lt;BR /&gt;| eval metricValue=metricValue_part1 + metricValue_part2 + metricValue_part3 + metricValue_part4 + metricValue_part5&lt;BR /&gt;| eval querypattern="default"&lt;BR /&gt;| eval assignmentgroup="SmartTech Team"&lt;BR /&gt;| eval business_service="SmartTech Business Service"&lt;BR /&gt;| eval serviceoffering="SmartTech service offering"&lt;BR /&gt;| eval Interface="CAB"&lt;BR /&gt;| eval urgency=3&lt;BR /&gt;| eval impact=3&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;(Please note: here process status = 0 is failed process and =1 is successful process)&lt;/P&gt;&lt;P&gt;ALERT CONFIG:&lt;/P&gt;&lt;P&gt;Alert type: Scheduled&lt;BR /&gt;Cron Expression:&amp;nbsp;*/7 * * * *&lt;BR /&gt;Expires 24 hours&lt;BR /&gt;Trigger Once&lt;/P&gt;&lt;P&gt;Throttle (was checked in checkbox)&lt;/P&gt;&lt;P&gt;Suppress triggering for 30 minutes&lt;/P&gt;&lt;P&gt;When triggered - Alert Action- PTIX SNOWALERT(trigger incident in SNOW)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This should trigger only one incident having the Service names and the Server name, but not sure why this alert is triggering three different tickets-please help me correct the alert to trigger single ticket whenever alert is enabled.&lt;/P&gt;</description>
    <pubDate>Mon, 24 Mar 2025 14:54:29 GMT</pubDate>
    <dc:creator>avi123</dc:creator>
    <dc:date>2025-03-24T14:54:29Z</dc:date>
    <item>
      <title>splunk alert triggering multiple incidents instead of single incident</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunk-alert-triggering-multiple-incidents-instead-of-single/m-p/742548#M117955</link>
      <description>&lt;P&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;I have a splunk alert that is having this search query:&lt;BR /&gt;index="dcn_b2b_use_case_analytics" sourcetype=lime_process_monitoring&lt;BR /&gt;| where BCD_AU_UP_01=0 OR BDC_BA_01=0&lt;BR /&gt;| dedup host&lt;BR /&gt;| eval failed_processes=mvappend(&lt;BR /&gt;if(BCD_AU_UP_01=0, "BCD_AU_UP_01", NULL),&lt;BR /&gt;if(BDC_BA_01=0, "BDC_BA_01", NULL)&lt;BR /&gt;)&lt;BR /&gt;| eval failed_process_list=mvjoin(failed_processes, ", ")&lt;BR /&gt;| eval metricLabel="Labware - Services has been stopped in Server--Test Incident--Please Ignore"&lt;BR /&gt;| eval metricValue_part1="Hello Application Support team, The below service has been stopped in the server, Service name: "&lt;BR /&gt;| eval metricValue_part2=failed_process_list&lt;BR /&gt;| eval metricValue_part3=" Server name: "&lt;BR /&gt;| eval metricValue_part4=host&lt;BR /&gt;| eval metricValue_part5=" Please take the required action to resume the service. Thank you. Regards, Background Service Check Automation Bot"&lt;BR /&gt;| eval metricValue=metricValue_part1 + metricValue_part2 + metricValue_part3 + metricValue_part4 + metricValue_part5&lt;BR /&gt;| eval querypattern="default"&lt;BR /&gt;| eval assignmentgroup="SmartTech Team"&lt;BR /&gt;| eval business_service="SmartTech Business Service"&lt;BR /&gt;| eval serviceoffering="SmartTech service offering"&lt;BR /&gt;| eval Interface="CAB"&lt;BR /&gt;| eval urgency=3&lt;BR /&gt;| eval impact=3&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;(Please note: here process status = 0 is failed process and =1 is successful process)&lt;/P&gt;&lt;P&gt;ALERT CONFIG:&lt;/P&gt;&lt;P&gt;Alert type: Scheduled&lt;BR /&gt;Cron Expression:&amp;nbsp;*/7 * * * *&lt;BR /&gt;Expires 24 hours&lt;BR /&gt;Trigger Once&lt;/P&gt;&lt;P&gt;Throttle (was checked in checkbox)&lt;/P&gt;&lt;P&gt;Suppress triggering for 30 minutes&lt;/P&gt;&lt;P&gt;When triggered - Alert Action- PTIX SNOWALERT(trigger incident in SNOW)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This should trigger only one incident having the Service names and the Server name, but not sure why this alert is triggering three different tickets-please help me correct the alert to trigger single ticket whenever alert is enabled.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2025 14:54:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunk-alert-triggering-multiple-incidents-instead-of-single/m-p/742548#M117955</guid>
      <dc:creator>avi123</dc:creator>
      <dc:date>2025-03-24T14:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: splunk alert triggering multiple incidents instead of single incident</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunk-alert-triggering-multiple-incidents-instead-of-single/m-p/742551#M117956</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/265595"&gt;@avi123&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you get the 3 alerts all at the same time, or 7 mins apart?&lt;/P&gt;&lt;P&gt;Regarding the "&lt;SPAN&gt;Suppress results" under the Throttle checkbox, what did you put into this textbox?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please let me know how you get on and consider adding karma to this or any other answer if it has helped.&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Will&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2025 15:17:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunk-alert-triggering-multiple-incidents-instead-of-single/m-p/742551#M117956</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-03-24T15:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: splunk alert triggering multiple incidents instead of single incident</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunk-alert-triggering-multiple-incidents-instead-of-single/m-p/742552#M117957</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/170906"&gt;@livehybrid&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;I am getting all&amp;nbsp;&lt;SPAN&gt;the 3 alerts all at the same time. Not sure where the alert is going wrong?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2025 15:24:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunk-alert-triggering-multiple-incidents-instead-of-single/m-p/742552#M117957</guid>
      <dc:creator>avi123</dc:creator>
      <dc:date>2025-03-24T15:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: splunk alert triggering multiple incidents instead of single incident</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunk-alert-triggering-multiple-incidents-instead-of-single/m-p/742553#M117958</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/170906"&gt;@livehybrid&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;I had checked the throttle checkbox and enabled Suppress triggering for 30 minutes time to not trigger another incident.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2025 15:31:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunk-alert-triggering-multiple-incidents-instead-of-single/m-p/742553#M117958</guid>
      <dc:creator>avi123</dc:creator>
      <dc:date>2025-03-24T15:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: splunk alert triggering multiple incidents instead of single incident</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunk-alert-triggering-multiple-incidents-instead-of-single/m-p/742555#M117959</link>
      <description>&lt;P&gt;Hi Will,&lt;BR /&gt;&lt;BR /&gt;I have given this under throttle conditions:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="avi123_0-1742831490649.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/38319iB8D724AB326262EF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="avi123_0-1742831490649.png" alt="avi123_0-1742831490649.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2025 15:52:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunk-alert-triggering-multiple-incidents-instead-of-single/m-p/742555#M117959</guid>
      <dc:creator>avi123</dc:creator>
      <dc:date>2025-03-24T15:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: splunk alert triggering multiple incidents instead of single incident</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunk-alert-triggering-multiple-incidents-instead-of-single/m-p/742572#M117963</link>
      <description>&lt;P&gt;1. We don't know what data you're running your search over.&lt;/P&gt;&lt;P&gt;2. Ars you sure you're using dedup right?&lt;/P&gt;&lt;P&gt;3. If you run the search manually, what results does it return?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2025 22:07:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunk-alert-triggering-multiple-incidents-instead-of-single/m-p/742572#M117963</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-03-24T22:07:21Z</dc:date>
    </item>
  </channel>
</rss>

