Previous Topic: ScopingNext Topic: Normalized Event Search Limitations


Raw Event Search Limitations

The following table shows the operators and functions that you can use for raw event searches and which of them will work in a normalization policy.

 

Search

Normalization Policy

Operators

All

Only AND, “=”, “!=”

'fn:Parse' function

Yes

No

'not' function

Yes

Yes

The following three examples show the only raw event search patterns that are supported for normalization policy deployment:

Severity='Critical' and AlertType='Health'
matches(Severity,'Critical|Fatal')
Severity='Critical' and not(SeverityTrend='Unknown')

Note: The use of the ‘not’ function has the following limitations:

When constructing search patterns, consider the following: