rappen / PluginTraceViewer

Investigate the Microsoft Dataverse Plugin Trace Log with easy filtering and display possibilities
https://JonasR.app/PTV
GNU General Public License v3.0
12 stars 5 forks source link

Extra filtering conditions #179

Closed eleung83 closed 1 year ago

eleung83 commented 1 year ago

This would be more of a nice to have and it could easily just be done by exporting to Excel, but would it be possible to add extra filters, e.g exclude Message types (Create/Update/delete etc) and exclude Plugins

rappen commented 1 year ago

Thanks for your ideas!

However, I don't really understand what you are missing... We can filter like this:

image

Now I'm excluded plugins from Microsoft and ClickDimention with the plugin filter: !Microsoft*, !clickdimensions* Now only showing messages: Delete, Create

Docs show filters here: https://jonasr.app/ptv/#filter A bit "not updated", I will update them, "soon"...

What more do you need? 😊

eleung83 commented 1 year ago

Ah, I wasn't aware of the "!" operator being available. Is it available for all of the filter options, e.g. if, within one correlation ID, I wanted to ignore "RetrieveMultiple" message, but include "Create" message

rappen commented 1 year ago

Try it! I don't really remember... 😂

Not that you can also add more than one, like Create, Update, Delete. And you can combine like *log*, !Microsoft

eleung83 commented 1 year ago

ok, I'll close this for now till I get another chance to apply similar filters again