Hello GL fans,
Simple pipeline rule question
We are trying to filter out messages with certain file paths in them.
This line works:
regex(“EMSAgent.exe”, to_string($message.full_message)).matches == false
But this one, trying to add the folder paths does not (note that the GUI has big red X on the backslashes till I have 4 of them)…
regex(“MaaS360\\Cloud Extender\\EMSAgent.exe”, to_string($message.full_message)).matches == false
All insight is appreciated
Thanks
TP