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 the feature.
Is your feature related to a problem? Please describe.
That would solve the problem I just documented : https://github.com/Particular/ServiceInsight/issues/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