21 Feb 2020
07:50 AM
- last edited on
31 Aug 2022
03:36 AM
by
MaciejNeumann
Hi!
Is possible to "Pin to dashboard", or do something similar, this kind of informations for what concern the error details?
My aim is to have in a new dashboard the most frequent errors, like the image above.
I was trying to use also the USQL but the best that I was able to find was:
SELECT TOP (usererror.name, 10) AS "Error", COUNT(*) AS "Number" FROM usersession WHERE useraction.application IS "app_name" GROUP BY Error ORDER BY Number DESC
Thanks!
Roberto
@Roberto R. This is possible by creating a custom chart and selecting Applications > Count of errors by user Type, Error type and Error origin. see the screen shots:
In the last step you have the ability to further customize and filter down your chart. This will be pinned to any dashboard you desire. Let me know if you need any additional assistance.
-Chad
Hello Chad,
Thanks for the feedback. I have already seen it, but it does not return the details of the HTTP error such as:
"HTTP 404: /bundles/fonts/slick.ttf"
I only have the type of error
Roberto
Even with the filtering of HTTP?
If you want to see that Multi-dimensional analysis: Errors and or the clicking into one of these errors and seeing the details surrounding it...
I would recommend tossing in a Request for Feature as the ability to pin this does not exist yet. For a solution you can put in place today... I would recommend using a markdown tile as such:
Clicking this link will take you right to the page you desire. but you will not see an overview on the dashboard. that is one drawback.
Hello Chad,
thanks for the suggestions. Using a markdown tile for link the dashbaord is a good workaround, but I need the overview directly on the dashboard. I've opened a RFE for it.
Thanks for the support.
Roberto
Hi Roberto,
you use custom chart. Search 5xx or 4xx in metrix fields 🙂
Hi Domenico,
yes, I was thinking about it but I must use the "service" section for the custom chart.
At the moment I have different management zone configurated by only the single application rule. If I use service for charting, no information are displayed. In the management zone rule configuration I must add all the correct services for do this. Is it correct?
Anyway my aim is to show the top error 4xx 5xx and not only the count, for what that I saw at the moment is not possible 🙂
Thanks,
Roberto
Yes. My suggestion is to create automatic rules in order to tag your service and add tag to management zone to filter tiles base on your needs and/or add it to management zone.