I'd like to setup a schedule report showing top X 4XX errors, and am wondering if anyone has done this. The report should be able to show the errors from a given time frame, (for example - 1 day), and should NOT include all of the other errors, CS JSS, Important loggings, 5XX, exceptions etc.
Any suggestions appreciated!
Answer by Chris S. ·
Andrew,
Glad you got it working with/without Dynatrace. However, if you are just looking for a quick representation of what the status of that business transaction was for the last 1 hour, if you have your aggregations of splittings set right, you can store them in the performance warehouse and create a chart which can easily show you the top 10 based on count of errors over time.
Chris
Answer by Andrew W. ·
Thanks - I experimented with that - it works, but I'm a little concerned about the number of splittings, we have a large volume of errors unfortunately, so I've come up with another way to do it outside of DynaTrace. DynaTrace will be useful to diagnose the errors though.
Thanks
Answer by Chris S. ·
I have not done this, however I believe you could do this with a business transaction. Create a measure for "Web Requests - Response Status Code" and have it start with "4". In your business transaction Filter on that measure and add a split to "Complete URI Path". Depending on your application, you may need to set this so that it doesn't store the data in the performance warehouse if there are a large amount of splittings. Or you can adjust your splitting settings to aggregate.
Chris
JANUARY 15, 3:00 PM GMT / 10:00 AM ET