<?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 Alerts based on specific error code for a Business Transaction in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/Alerts-based-on-specific-error-code-for-a-Business-Transaction/m-p/737918#M10660</link>
    <description>&lt;P&gt;Hi Experts,&lt;/P&gt;

&lt;P&gt;I need suggestions on how we can send email alerts for specific error codes for a Business Transaction.&lt;/P&gt;
&lt;P&gt;BT and Error detection is working as expected, the question is only on alerting part.&lt;/P&gt;

&lt;P&gt;Consider, BT1 have errors reported as 400,500,300,XXX.&lt;/P&gt;
&lt;P&gt;The requirement is to get an email alert when 500 errors are more than 1 for BT1.&lt;/P&gt;

&lt;P&gt;Any pointers will be helpful.&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sahil&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Jun 2021 06:50:38 GMT</pubDate>
    <dc:creator>Sahil_Gupta</dc:creator>
    <dc:date>2021-06-23T06:50:38Z</dc:date>
    <item>
      <title>Alerts based on specific error code for a Business Transaction</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Alerts-based-on-specific-error-code-for-a-Business-Transaction/m-p/737918#M10660</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;

&lt;P&gt;I need suggestions on how we can send email alerts for specific error codes for a Business Transaction.&lt;/P&gt;
&lt;P&gt;BT and Error detection is working as expected, the question is only on alerting part.&lt;/P&gt;

&lt;P&gt;Consider, BT1 have errors reported as 400,500,300,XXX.&lt;/P&gt;
&lt;P&gt;The requirement is to get an email alert when 500 errors are more than 1 for BT1.&lt;/P&gt;

&lt;P&gt;Any pointers will be helpful.&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sahil&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 06:50:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Alerts-based-on-specific-error-code-for-a-Business-Transaction/m-p/737918#M10660</guid>
      <dc:creator>Sahil_Gupta</dc:creator>
      <dc:date>2021-06-23T06:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Alerts based on specific error code for a Business Transaction</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Alerts-based-on-specific-error-code-for-a-Business-Transaction/m-p/737919#M10661</link>
      <description>&lt;P&gt;Hi Sahil,&lt;/P&gt;&lt;P&gt;If you have Analytics, then you could define an Analytics metric with a query similar to this:&lt;/P&gt;&lt;P&gt;SELECT count(*) FROM transactions WHERE transactionName = "BT1" and userExperience = "ERROR" and segments.errorList.errorCode = "500"&lt;/P&gt;&lt;P&gt;And then define your Health Rule based on this metric.&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 20:23:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Alerts-based-on-specific-error-code-for-a-Business-Transaction/m-p/737919#M10661</guid>
      <dc:creator>Mark_Byrne</dc:creator>
      <dc:date>2021-06-23T20:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Alerts based on specific error code for a Business Transaction</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Alerts-based-on-specific-error-code-for-a-Business-Transaction/m-p/737920#M10662</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/142885"&gt;@Mark.Byrne&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Thanks&lt;SPAN&gt;&amp;nbsp;for your suggestion, I missed mentioning that we do NOT have an analytics license.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sahil Gupta&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Jun 2021 13:24:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Alerts-based-on-specific-error-code-for-a-Business-Transaction/m-p/737920#M10662</guid>
      <dc:creator>Sahil_Gupta</dc:creator>
      <dc:date>2021-06-27T13:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Alerts based on specific error code for a Business Transaction</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Alerts-based-on-specific-error-code-for-a-Business-Transaction/m-p/737921#M10663</link>
      <description>&lt;P&gt;Hi Sahil,&lt;/P&gt;&lt;P&gt;I wondered if that was the case.&lt;/P&gt;&lt;P&gt;The only other thing I can think of, which might not be appropriate in your case, is to use the Error Detection configuration to ignore all HTTP errors apart from the 500.&lt;/P&gt;&lt;P&gt;This of course would mean you would lose visibility of the other errors codes, so probably isn't a good option.&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 21:46:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Alerts-based-on-specific-error-code-for-a-Business-Transaction/m-p/737921#M10663</guid>
      <dc:creator>Mark_Byrne</dc:creator>
      <dc:date>2021-06-28T21:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Alerts based on specific error code for a Business Transaction</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Alerts-based-on-specific-error-code-for-a-Business-Transaction/m-p/737922#M10664</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Mark,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As you pointed right, we can ignore&amp;nbsp;all HTTP errors apart from the 500 but it is not a good solution. At least if we have an option to ignore errors for specific business transaction(Instead of whole Application), that would have helped.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks Mark for your suggestions. Lets keep this discussion open to see if anyone else can contribute.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sahil Gupta&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jul 2021 16:01:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Alerts-based-on-specific-error-code-for-a-Business-Transaction/m-p/737922#M10664</guid>
      <dc:creator>Sahil_Gupta</dc:creator>
      <dc:date>2021-07-01T16:01:38Z</dc:date>
    </item>
  </channel>
</rss>

