svlad-90 / DLT-Message-Analyzer

"Extended search" plugin for the DLT-viewer
Other
76 stars 13 forks source link

[SEARCH] String creator widget #41

Open svlad-90 opened 4 years ago

svlad-90 commented 4 years ago

Add the possibility to dynamically select, which parts of information to combine into a single string, before sending it to the regex engine. Currently those parts are "APP ID" + " " + "Context ID" + " " + "payload" without the possibility to adjust something. It might be useful to add the possibility of a dynamic selection of columns to be used, e.g. Ecuid, Timestamp, etc. Also, it would be cool to allow us to change the order of the used parts.

In addition to that, the "patterns view" and "regex input" should be extended in order to allow to specify parts of regex, which should be used for each separate column. Some "simplified" & "advanced" view variants. It will allow us to consistently support this feature.