Group: Moderators
Posts: 1.2K,
Visits: 4.3K
|
Hi Ivan,
The problem here is that the data is split across two separate log messages. There is no way to associate data from one message as being related to data in another, so joining the data would not make sense. Adding the ability to configure this relationship is something we are not currently considering as we want to keep LogViewPlus simple where possible.
You could graph the data over time and that might produce a meaningful result. To do this, you would need to apply a single view (filter) which contains all of the necessary data. Currently, the only way to do is by parsing the log file such that all columns are found in all log entries (possibly with an empty value). Parsing the log message will not work because Parse Message filters revert to the default column view when joined.
Short of that, the only other solution would be to graph the two data sets separately. This is not ideal as the user would then need to 'visually' merge the data, but this could still be useful in some situations.
Hope that helps,
Toby
|