How to create an Alert filter for empty fields
3 years ago
Originally Published: 2008-01-15
Article Number
000062621
Applies To
Alert
Filter
Empty
Null
Field
Correlation
Rule
Issue
How to create an Alert filter for empty fields
Resolution

The NOT LIKE and LIKE filter options perform a regular expression comparison.

Create a filter with NOT LIKE .

Notice above it's NOT LIKE and the period sign which means in regular expression any single char

For example:

Username NOT LIKE .

The above will filter only on empty user name fields