I ran a search to get total request count, success count and error count by Application ID and then calculated success percent as well and get the application ID, request count, success count, error count and success percent in table format in dashboard. I want to get the Success percent for consecutive time intervals as mentioned below :-
1st success percent column should have -10m@m data
2nd success percent column should have -20m@m to -10m@m data
3rd success percent column should have -30m@m to -20m@m data
and want to show in dashboard like below :-
Application ID RequestCount SuccessCount ErrorCount -10mSuccessPercent -20m to-10m SuccessPercent -30m to -20m SuccessPercen
How to get this consecutive success count, please help asap.
↧