Hi, I would like to apply several rules.
One of them ignores the time values the other one is used to capture the code of the message and then ignore several lines.
Message is something like this:
When I apply both rules (to define that both elements are not important) it will work as expected but when i only apply time rules (as unimportant) the time of the MessageCodeRule is highlighted, is it possible to ignore the time in this message? I have tried duplicating the time rule putting one above and the other one below the MessageCodeRule but it didn't work.
03:07:06.9 MESSAGE: NAME OF MESSAGE(code)
03:07:06.9 VARIABLE_1 = X
03:07:06.9 VARIABLE_2 = Y
03:07:06.9 VARIABLE_3 = Z
03:07:06.9 VARIABLE_4 = O
03:07:06.9 No More variables
03:07:06.9
03:07:06.9 End of Message: Name Of message
Rule time is \d\d:\d\d:\d\d.\d with settings Category = Basic, Regular Expression Checked
Message rule is : MESSAGE: NAME OF MESSAGE\(code\) with settings Category = Lines, Regular Expression Checked and Next 9 lines
One of them ignores the time values the other one is used to capture the code of the message and then ignore several lines.
Message is something like this:
When I apply both rules (to define that both elements are not important) it will work as expected but when i only apply time rules (as unimportant) the time of the MessageCodeRule is highlighted, is it possible to ignore the time in this message? I have tried duplicating the time rule putting one above and the other one below the MessageCodeRule but it didn't work.
03:07:06.9 MESSAGE: NAME OF MESSAGE(code)
03:07:06.9 VARIABLE_1 = X
03:07:06.9 VARIABLE_2 = Y
03:07:06.9 VARIABLE_3 = Z
03:07:06.9 VARIABLE_4 = O
03:07:06.9 No More variables
03:07:06.9
03:07:06.9 End of Message: Name Of message
Rule time is \d\d:\d\d:\d\d.\d with settings Category = Basic, Regular Expression Checked
Message rule is : MESSAGE: NAME OF MESSAGE\(code\) with settings Category = Lines, Regular Expression Checked and Next 9 lines
Comment