Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
This is helpful for customers that do not utilize the ESM and only have Connector Appliance or Connectors and do not know the syntax for filtering
= - EQ "x"
!= - NE "x"
IS NULL - Is "NULL"
IS NOT NULL - Is "NOT NULL"
< - LT x x=numerical value not surrounded by quotes
> - GT x x=numerical value not surrounded by quotes
<= - LE x x=numerical value not surrounded by quotes
>= - GE x x=numerical value not surrounded by quotes
between - between (x,y) x and y = numerical values
NOT - NOT (A EQ "x" And B EQ "y")
Same as ESM
Contains, Like, StartsWith, EndsWith