Enter a string to match against the fields of the DataPower status fields.

The search is a comma-delimited series of field names and regular expressions.


Take, for example, the Memory Status. Look at the names of the fields displayed
within the table. The following fields are shown:

To show only entries where "Usage" is over 50%, enter:


     Usage=[5-9]\d

To show entries when "Free Memory" is less than 1GB, enter:


     Free Memory=\d\d\d\d\d\d

Filtering can be on multiple fields. Just enter the various expressions separating
them by a comma like this:


     Field 1=expression, Field 2=expression, Field 3=expression

Search strings are case insensitive, so "Alice" and "alice" match the same pattern.