Standard Arithmetic Operators

Standard arithmetic operators can be used to build a condition that compares the value of a Sentinel metatag and a user-specified value (either a numeric value or a string field). The standard arithmetic operators in Sentinel are =, <, >, !=, <=, and >=.

Examples:

filter(e.Severity > 3)

filter(e.BeginTime < 1179217665)

filter(e.SourceUserName != "Administrator")