Filter syntax

Prev Next

The filter is based on the elastic search syntax.

Enter filter criteria in this format:

keyword: (value)

For example, to include users named DVM, type execUser:(dvm).

Keywords entered as filter criteria are case sensitive.

You can use wildcards and operators as shown here.

Filter criteria examples

Results

execUser:(-dvm)

Items where dvm is NOT the value in the execUser field.

execUser:(*engine*)

Items where engine is found anywhere in the execUser field.

execUser:(-*engine*)

Items where engine is NOT found anywhere in the execUser field.

execUser:(dvm root admin) && execProgram:(vascan)

Items where dvm root admin is included in the execUser field AND the execProgram is vascan.

execUser:dvm OR execProgram:vascan

Items where dvm root admin is included in the execUser field OR the execProgram is vascan.