<?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 Is collating transaction errors possible? in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/Is-collating-transaction-errors-possible/m-p/721776#M2830</link>
    <description>&lt;P&gt;As I drill down through &lt;STRONG&gt;Application&lt;/STRONG&gt; to &lt;STRONG&gt;Business Transactions&lt;/STRONG&gt;&amp;nbsp;and finally&amp;nbsp;&lt;STRONG&gt;Errors&lt;/STRONG&gt; I have found that it only seems possible to Export Grid Data to get an overview of errors being recorded.&lt;/P&gt;

&lt;P&gt;As I drill down into each error I get more verbose detail of the specific error.&lt;/P&gt;

&lt;P&gt;Is there any way to get a full printout of these more verbose specific error messages without having to copy/paste each individual error? I'd like to be able to capture all of the verbose&amp;nbsp;errors and start to filter them to see if there's any trends.&lt;/P&gt;

&lt;P&gt;Maybe AppDynamics already has a way of simplifying this and I'm trying to reinvent the wheel?&lt;/P&gt;

&lt;P&gt;I've attached screenshots&lt;/P&gt;
&lt;P&gt;1. ExportGridData.PNG - Summary that I can generate already - It's not verbose&lt;/P&gt;
&lt;P&gt;2. VerboseTransactionError.PNG - I want all of these verbose errors collated into one big file that can be filtered.&lt;/P&gt;

&lt;P&gt;I hope this all makes sense!&lt;/P&gt;</description>
    <pubDate>Wed, 02 Aug 2017 14:47:06 GMT</pubDate>
    <dc:creator>CommunityUser</dc:creator>
    <dc:date>2017-08-02T14:47:06Z</dc:date>
    <item>
      <title>Is collating transaction errors possible?</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Is-collating-transaction-errors-possible/m-p/721776#M2830</link>
      <description>&lt;P&gt;As I drill down through &lt;STRONG&gt;Application&lt;/STRONG&gt; to &lt;STRONG&gt;Business Transactions&lt;/STRONG&gt;&amp;nbsp;and finally&amp;nbsp;&lt;STRONG&gt;Errors&lt;/STRONG&gt; I have found that it only seems possible to Export Grid Data to get an overview of errors being recorded.&lt;/P&gt;

&lt;P&gt;As I drill down into each error I get more verbose detail of the specific error.&lt;/P&gt;

&lt;P&gt;Is there any way to get a full printout of these more verbose specific error messages without having to copy/paste each individual error? I'd like to be able to capture all of the verbose&amp;nbsp;errors and start to filter them to see if there's any trends.&lt;/P&gt;

&lt;P&gt;Maybe AppDynamics already has a way of simplifying this and I'm trying to reinvent the wheel?&lt;/P&gt;

&lt;P&gt;I've attached screenshots&lt;/P&gt;
&lt;P&gt;1. ExportGridData.PNG - Summary that I can generate already - It's not verbose&lt;/P&gt;
&lt;P&gt;2. VerboseTransactionError.PNG - I want all of these verbose errors collated into one big file that can be filtered.&lt;/P&gt;

&lt;P&gt;I hope this all makes sense!&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 14:47:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Is-collating-transaction-errors-possible/m-p/721776#M2830</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-08-02T14:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is collating transaction errors possible?</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Is-collating-transaction-errors-possible/m-p/721777#M2831</link>
      <description>&lt;P&gt;Hi Felix,&lt;/P&gt;

&lt;P&gt;It sounds like you would like to create a report based on the set of unique values of error messages that occurred in a given time range.&lt;/P&gt;
&lt;P&gt;One approach to do that is to leverage the REST API to collect the set of matching diagnostic snapshots with errors, then extract the set of distict values from the &amp;lt;errorDetails&amp;gt; block.&lt;/P&gt;

&lt;P&gt;The REST call would look something like this:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://controller1.appdynamics.com/controller/rest/applications/RegisterApp/request-snapshots?time-range-type=BEFORE_NOW&amp;amp;duration-in-mins=5&amp;amp;error-occurred=true&amp;amp;need-props=true" target="_blank" rel="nofollow noopener noreferrer"&gt;http://controller1.appdynamics.com/controller/rest/applications/RegisterApp/request-snapshots?time-range-type=BEFORE_NOW&amp;amp;duration-in-mins=5&amp;amp;error-occurred=true&amp;amp;need-props=true&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The output looks like this:&lt;/P&gt;

&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;request-segment-datas&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="collapsible-content"&gt;
&lt;DIV id="collapsible1" class="collapsible"&gt;
&lt;DIV class="expanded"&gt;
&lt;DIV class="line"&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;request-segment-data&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="collapsible-content"&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;id&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;0&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/id&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;archived&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;false&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/archived&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;requestGUID&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;70f16d2d-18ba-48bc-b148-058e403eb76c&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/requestGUID&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;businessTransactionId&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;1014&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/businessTransactionId&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;applicationId&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;66&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/applicationId&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;applicationComponentId&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;184&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/applicationComponentId&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;applicationComponentNodeId&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;203&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/applicationComponentNodeId&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;async&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;false&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/async&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;threadID&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;4165&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/threadID&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;threadName&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;ajp-bio-8009-exec-24&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/threadName&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;localStartTime&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;1501691252861&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/localStartTime&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;serverStartTime&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;1501691252861&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/serverStartTime&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;firstInChain&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;true&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/firstInChain&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;callChain&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;Component:184&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/callChain&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;localID&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;0&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/localID&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;errorOccured&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;true&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/errorOccured&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;hasDeepDiveData&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;false&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/hasDeepDiveData&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;userExperience&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;ERROR&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/userExperience&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;timeTakenInMilliSecs&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;630&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/timeTakenInMilliSecs&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;cpuTimeTakenInMilliSecs&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;58&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/cpuTimeTakenInMilliSecs&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV id="collapsible50" class="collapsible"&gt;
&lt;DIV class="expanded"&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;warningThreshold&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="collapsible-content"&gt;&lt;SPAN class="text"&gt;25692 ms. 3.0x of standard deviation [6279.3 ms] for moving average [6854.3 ms] (minimum baseline: 200 ms) for the last 333 minutes.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/warningThreshold&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV id="collapsible51" class="collapsible"&gt;
&lt;DIV class="expanded"&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;criticalThreshold&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="collapsible-content"&gt;&lt;SPAN class="text"&gt;31971 ms. 4.0x of standard deviation [6279.3 ms] for moving average [6854.3 ms] (minimum baseline: 600 ms) for the last 333 minutes.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/criticalThreshold&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV id="collapsible52" class="collapsible"&gt;
&lt;DIV class="expanded"&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;summary&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="collapsible-content"&gt;&lt;SPAN class="text"&gt;[Error] - IOException: Server returned HTTP response code: 500 for URL: &lt;A href="http://api.shipping.com:3000/checkInventory/id/46212" target="_blank" rel="nofollow noopener noreferrer"&gt;http://api.shipping.com:3000/checkInventory/id/46212&lt;/A&gt; com.appdynamicspilot.action.CartAction : Server returned HTTP response code: 500 for URL: &lt;A href="http://api.shipping.com:3000/checkInventory/id/46212" target="_blank" rel="nofollow noopener noreferrer"&gt;http://api.shipping.com:3000/checkInventory/id/46212&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/summary&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;errorSummary/&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;diagnosticSessionGUID/&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;delayedDeepDive&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;false&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/delayedDeepDive&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;delayedDeepDiveOffSet&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;0&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/delayedDeepDiveOffSet&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;exitCallsDataTruncated&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;false&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/exitCallsDataTruncated&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;URL&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;/appdynamicspilot/ViewCart!sendItems.action&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/URL&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;httpSessionID&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;466B430B3E415DC2F02404810BA8DC8D.route2&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/httpSessionID&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV id="collapsible53" class="collapsible"&gt;
&lt;DIV class="expanded"&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;errorIDs&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="collapsible-content"&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;long&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;4880&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/long&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;long&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;9110&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/long&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/errorIDs&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV id="collapsible54" class="collapsible"&gt;
&lt;DIV class="expanded"&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;errorDetails&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="collapsible-content"&gt;
&lt;DIV id="collapsible55" class="collapsible"&gt;
&lt;DIV class="expanded"&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;name-value&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="collapsible-content"&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;id&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;0&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/id&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;name&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;1. com.appdynamicspilot.action.CartAction&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/name&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV id="collapsible56" class="collapsible"&gt;
&lt;DIV class="expanded"&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;value&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="collapsible-content"&gt;&lt;STRONG&gt;&lt;SPAN class="text"&gt;com.appdynamicspilot.action.CartAction : Server returned HTTP response code: 500 for URL: &lt;A href="http://api.shipping.com:3000/checkInventory/id/46212" target="_blank" rel="nofollow noopener noreferrer"&gt;http://api.shipping.com:3000/checkInventory/id/46212&lt;/A&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/value&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/name-value&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV id="collapsible57" class="collapsible"&gt;
&lt;DIV class="expanded"&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;name-value&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="collapsible-content"&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;id&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;0&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/id&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;name&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="text"&gt;IOException:&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/name&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV id="collapsible58" class="collapsible"&gt;
&lt;DIV class="expanded"&gt;
&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;value&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="collapsible-content"&gt;&lt;SPAN class="text"&gt;java.io.IOException Server returned HTTP response code: 500 for URL: &lt;A href="http://api.shipping.com:3000/checkInventory/id/46212" target="_blank" rel="nofollow noopener noreferrer"&gt;http://api.shipping.com:3000/checkInventory/id/46212&lt;/A&gt; at sun.net.&lt;A href="http://www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1627" target="_blank" rel="nofollow noopener noreferrer"&gt;www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1627&lt;/A&gt;) at&lt;SPAN&gt;&amp;nbsp;...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="line"&gt;Once filtered, you'd organize these error messages into a meaningful report, by count, BT, etc.&lt;/DIV&gt;
&lt;DIV class="line"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="line"&gt;&lt;A href="https://docs.appdynamics.com/display/PRO43/Metric+and+Snapshot+API#MetricandSnapshotAPI-request-snapshotsRetrieveTransactionSnapshots" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/display/PRO43/Metric+and+Snapshot+API#MetricandSnapshotAPI-request-snapshotsRetrieveTransactionSnapshots&lt;/A&gt; describes the REST call you'd leverage.&lt;/DIV&gt;
&lt;DIV class="line"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="line"&gt;Regards,&lt;/DIV&gt;
&lt;DIV class="line"&gt;Brian Wheeldon&lt;/DIV&gt;
&lt;DIV class="collapsible-content"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 02 Aug 2017 16:44:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Is-collating-transaction-errors-possible/m-p/721777#M2831</guid>
      <dc:creator>Brian_Wheeldon</dc:creator>
      <dc:date>2017-08-02T16:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is collating transaction errors possible?</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Is-collating-transaction-errors-possible/m-p/721778#M2832</link>
      <description>&lt;P&gt;Thanks for that detailed reply. I will investigate and update the thread. Much appreciated!&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2017 16:48:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Is-collating-transaction-errors-possible/m-p/721778#M2832</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-08-04T16:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Is collating transaction errors possible?</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Is-collating-transaction-errors-possible/m-p/721779#M2833</link>
      <description>&lt;P&gt;What you want to do is not easy in AppDynamics UI.&lt;/P&gt;

&lt;P&gt;However, newly available&amp;nbsp;&lt;A href="https://www.appdynamics.com/community/exchange/extension/appdynamics-dexter-data-extraction-enhanced-reporting/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.appdynamics.com/community/exchange/extension/appdynamics-dexter-data-extraction-enhanced-reporting/&lt;/A&gt; extension can give you exactly what you want&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2018 20:13:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Is-collating-transaction-errors-possible/m-p/721779#M2833</guid>
      <dc:creator>Daniel_Odievich</dc:creator>
      <dc:date>2018-01-12T20:13:35Z</dc:date>
    </item>
  </channel>
</rss>

