You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature related to a problem? Please describe.
That would solve the problem I just documented : #1525
But it's not the main point.
Describe the requested feature
That would be great to have a way to get only audit or only error messages.
I had to investigate some errors but since audit messages are always loaded (and we have way more audit messages than error messages) it really slow down any operation (search/paging/ordering).
I tried ordering on status but... If I order "ascending" I get the successful first (not useful).
If I order "descending" I see the errors for a second then they are replaced by the "successful after retries"
And even if ordering was OK, since it's not possible to order on multiple columns it's not usable.
Having a way to specify I only want to deal with error/audit messages would be great and probably way faster (we usually have way less error messages than audit messages).
Describe alternatives you've considered
I checked directly in the API, but that's pity.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
@DCollart - Thanks for this and your other suggested improvements (#1527 and #1528). We'll review your requests on the next round of enhancements for ServiceInsight.
Describe the feature.
Is your feature related to a problem? Please describe.
That would solve the problem I just documented : #1525
But it's not the main point.
Describe the requested feature
That would be great to have a way to get only audit or only error messages.
I had to investigate some errors but since audit messages are always loaded (and we have way more audit messages than error messages) it really slow down any operation (search/paging/ordering).
I tried ordering on status but... If I order "ascending" I get the successful first (not useful).


If I order "descending" I see the errors for a second then they are replaced by the "successful after retries"
And even if ordering was OK, since it's not possible to order on multiple columns it's not usable.
Having a way to specify I only want to deal with error/audit messages would be great and probably way faster (we usually have way less error messages than audit messages).
Describe alternatives you've considered
I checked directly in the API, but that's pity.
Additional Context
No response
The text was updated successfully, but these errors were encountered: