I have a linux logfile i am monitoring with the SAM Linux/Unix Script Monitor.
It looks for .*Status:.* which returns Status: active in the message.
I want to be able to present this on a modern dashboard but for it to just be active (or Active)
Is there a point i can apply regex to this data. I have tried the following in the script monitor [
(?<=active:).*],
but even though the test in the monitor looks right the field ends up blank. So can I modify the data in the dashboard or is there a trick to getting it to work in the script monitor?
thanks
Matt