Group: Forum Members
Posts: 2,
Visits: 19
|
My problem is that my log lines are grouped heavily. Imagine something like the log shows app actions on orders. So each log "group" starts with a log line with the order number "order number:" . Then are following dozens of action log lines on that order. Than there is a separation line, and then the next order is processed...
What I usually want now is to filter whole orders not single log lines. This means I want to filter out orders where there group of log lines (of one order) contains a line with the text "error" AND a line with the text "customer has not paid" . And maybe a third condition (own line) "customer is female". If I was to search single log lines, your text filter would work great.
But what I need is kind of treating a repeating group of log lines as they were one log line for the filteri ng so that I could use an "AND" condition for text filtering.
In other words- I would like to group text filters with "AND" concernig the whole log group.
Is there any possibility to get the log viewer the group of log lines because it doesn't sound to difficult ?
Maybe you have another method or idea. I kind of got something better than nothing to form a merged text filter with "OR" for every line. But as this does not replace the "AND" condition this is only of little help since I have to got through all filtered lines and have to look, if all filters are applied. (all text lines exist in that group) or only a part.
|