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
host.hostnamehost.hostname
Use a text value ##### to find a host with hostname.
Example
Show hosts with this hostname
host.hostname: sjosec1
host.ipAddresshost.ipAddress
Use a text value ##### to find a host with an IP address.
Example
Show hosts with this IP address
host.ipAddress: 10.xx.xx.xx
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