Entity Search
Overview
The entity search interface finds entities by name, entity tag, and last insert date.
Syntax
Search text can consist of multiple keywords.
- Keywords containing a colon are treated as tag filters, for example
example-tag:example-valuefinds entities with tagexample-tagset toexample-value. - Reserved keywords
min-dateandmax-datefilter entities by last insert date specified as literal date inyyyy-MM-ddor ISO format or as a calendar keyword. - Remaining keywords match entity names.
Wildcards
Name patterns support the following wildcard symbols:
*Matches any number of characters.?Matches any one character.
Wildcard * is automatically appended to the end of name patterns when performing searches, thereby matching any entities which contain a name that begins with the specified text.
Multiple keywords are evaluated as boolean AND conditions.
Entity names, tag names, and tag values are matched on a case-insensitive basis.
Examples
Find entities which begin with keyword
nur:nurIdentical query:
nur*Find entities which contain keyword
nur:*nur*Find entities with tag
locationset toSVL:location:SVLFind entities which contain tag
locationthat begins withNORTH:location:NORTH*Find entities with any value for tag
locationand displaylocationcolumn:location:*Find entities with non-empty value for tag
locationand displaylocationcolumn:location:Find entities which begin with
nurand contain taglocationset toSVL:nur location:SVLFind entities with a last insert date on or later than the specified date:
min-date:2018-08-21Find entities without a last insert date:
max-date:1970-01-01T00:00:00ZFind entities with a last insert date in the specified range:
min-date:2018-08-01 max-date:2018-08-10Find entities containing
cpuormemory:*cpu* *memory*Find all entities matching
server-?which have any data for last five minutes, and display some tags:server-? min-date:"now - 5 * minute" num_cpus: mem_size: disk_size:Find entities with tag value containing whitespace:
server_group:"Email servers"Find entities with a name that contains a reserved character such as a colon
:as insha256:123:sha256\:*