Forum Discussion
rurno
Aug 18, 2020Copper Contributor
Use "where contains" from a list
Hello, I have been trying to setup Linux audit logs in Azure Sentinel, using the OMS auditd parser found in the OMS agent. (Not AUOMS, which I can't use as I have isolated servers). Anyone wh...
- Aug 18, 2020you can use "not (fieldname has_any(dynamiclist))"
rurno
Aug 18, 2020Copper Contributor
The lists have things I want to exclude from the query in them. The fields I want to exclude this from can and often contains other data so I can never make a 100% match, which is why I need to make use of contains.
has_any would work wonders for an inclusive list but not exclusive and !has_any sadly doesn't exist.