opserver / Opserver

Stack Exchange's Monitoring System
https://opserver.github.io/Opserver/
MIT License
4.5k stars 823 forks source link

Additional filtering in exceptions view #404

Closed peschkaj closed 2 years ago

peschkaj commented 2 years ago

The Exceptions tab provides a lot of information to help investigate exceptions. One problem that we've noticed is there's no way to search for a particular exception and filter by host, URL, etc.

When prototyping this, we've added separate boxes for filtering: image

I'm interested in your thoughts about adding some kind of additional filtering like this to Opserver to help rapid drilldown to problem areas.

Ideally, a user would be able to search on any of the columns that appear in the Exceptions view

dalehhirt commented 2 years ago

Would it be easier to just have one text box, then filter on all columns by that text box?

peschkaj commented 2 years ago

That's what the current search box does. There are cases where the same string appears in multiple fields, making the search noisy.

After discussing this with @NickCraver, we're going to use the same filter UI that's on pages like Top SQL.