Hey, just use like you wrote before, NOT LIKE. E.g.:
| where NOT LIKE("FIELD_NAME","%TEXT%")
You can do this:
Your Search Here | regex fieldName != "RegExHere"
try this
| where !LIKE(foo, "$abc")
how to filter for multiple values please i.e
|where !LIKE(foo, "$abc", "xxx", "sss")
Can someone convert this to the answer?
@nick405060 , converted the comment to answer so that it could be accepted as answer.