Forum Discussion

jainshamu's avatar
jainshamu
Copper Contributor
Sep 22, 2021

AND operator in KQL

How can we whitelist combination of columns using KQL. For Eg. I want to create exclusion like below:   | where column1 !contains "abc" and column2 !contains "qwe" and column3 !contains "xyz"   w...

Resources