Home

Searching for Hosts within Container and Image Details

Use the search tokens below to search for hosts within Container and Image details. Looking for help with writing your query? click here

container.image.host.namecontainer.image.host.name

Use a text value ##### to find a host with hostname.

Example

Show hosts with this hostname

container.image.host.name: sjosec1

container.image.host.ipV6Addresscontainer.image.host.ipV6Address

Use a text value ##### to find a host with an IPv6 address.

Example

Show hosts with this IP address

container.image.host.ipV6Address: 2001:XXX:0:0:0:XXX:200c:XXXX

andand

Use a boolean query to express your query using AND logic.

Example

Show hosts with sjc in hostname and with IP 10.10.10.10

host.hostname: sjc and host.ipAddress: 10.10.10.10

notnot

Use a boolean query to express your query using NOT logic.

Example

Show hosts that don't have this hostname

not host.hostname: Demo

oror

Use a boolean query to express your query using OR logic.

Example

Show hosts with one of these hostnames

host.hostname: Demo or host.hostname: Sample