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 |
|---|---|
| Items where dvm is NOT the value in the execUser field. |
| Items where engine is found anywhere in the execUser field. |
| Items where engine is NOT found anywhere in the execUser field. |
| Items where dvm root admin is included in the execUser field AND the execProgram is vascan. |
| Items where dvm root admin is included in the execUser field OR the execProgram is vascan. |