How can I match the value 329 in this log-file without using multi-line (\n) ?
The regex for this one is that I want to match everything below 50 in that value, and generate an alarm.
With multi-line it would look something like this: /([0-9]|[0-4][0-9]|49)\nANR1462I/
run free_volumes
Unnamed[1]
------------
329
ANR1462I RUN: Command script FREE_VOLUMES completed successfully.
Read something about the Format Rules, but not sure how to use it. Could someone please explain how to use it in this case?