Use the search tokens below to search for sensors. Looking for help with writing your query? click here
Example
Show findings with this activation UUID
activationUuid: ed46df944e1c
Example
Show findings with arm64 host architecture
architecture: arm64
Example
Show sensors running on the master node
cluster.k8s.node.isMaster: true
Example
Show sensors with this node name
cluster.k8s.node.name: my-node
Example
Show sensors with this pod controller name
cluster.k8s.pod.controller.name: my-controller
Example
Show sensors with this pod controller type
cluster.k8s.pod.controller.type: DaemonSet
Example
Show sensors with this pod controller uuid
cluster.k8s.pod.controller.uuid: 01234567-89ab-cdef-0123-456789abcdef
Example
Show containers with this pod label name
cluster.k8s.pod.label.key: environment
Example
Show containers with this pod label value
cluster.k8s.pod.label.value: production
Example
Show sensors with this pod name
cluster.k8s.pod.name: my-pod
Example
Show sensors with this pod namespace
cluster.k8s.pod.namespace: my.namespace.example.com
Example
Show sensors with this pod uuid
cluster.k8s.pod.uuid: 01234567-89ab-cdef-0123-456789abcdef
Example
Show sensors with this Kubernetes cluster project
cluster.k8s.project: my-project
Example
Show sensors with the Kubernetes cluster type
cluster.type: KUBERNETES
Example
Show containers on this IPv4 address
containerIpv4: 172.17.0.2
Example
Show containers on this IPv6 address
containerIpv6: fe80:0:0:0:2502:b53c:4139:404b
Example
Show container with this MAC address
containerMacAddress: 00-50-56-A9-73-5A
Example
Show container with this Runtime type
containerRuntime: DOCKER
Example
Show container with this Runtime version
containerRuntimeVersion: 1.3
Examples
Find sensors created within certain dates
created: [2017-06-15 ... 2017-06-30]
Find sensors created on specific date
created:'2017-08-15'
Example
Show sensors with this Docker version
dockerVersion: 1.3
Example
Show sensors with this hostname
hostname: dockerhost07.mydomain.com
Example
Show sensors with this image ID
imageId: c2d1b73a90ec
Example
Show container image with this SHA value
imageSha: 163dc7f6b91a30bdaa867c28e7edc341e72da63b0f9056be497bd59a83bce695
Example
Show sensors on this IPv4 address
ipv4: 172.17.0.2
Example
Show sensors on this IPv6 address
ipv6: fe80:0:0:0:2502:b53c:4139:404b
Example
Show sensors with label name "vendor"
label.key: "vendor"
Example
Show sensors with label value "CentOS"
label.value: "CentOS"
Examples
Find sensors with last checkin within certain dates
lastCheckedIn: [2017-06-15 ... 2017-06-30]
Find sensors with last checkin on specific date
lastCheckedIn:'2017-08-15'
Example
Show sensor with this MAC address
macAddress: 00-50-56-A9-73-5A
Example
Show this sensor name
name: "my-sensor"
Examples
Show any sensors on this OS name
os: Windows 2012
Show any sensors contain components of OS name
os: "Windows 2012"
Show sensors that match exact value "Windows 2012"
os: `Windows 2012`
Example
Show privileged sensors
privileged: true
Example
Show findings with this registry name
registry: "registry-name"
Example
Show sensor with this ID
sensorId: ed46df944e1c
Example
Show registry sensors
sensorType: REGISTRY
Example
Show sensors with this version
sensorVersion: 1.3
Example
Show findings with this SHA value
sha: 163dc7f6b91a30bdaa867c28e7edc341e72da63b0f9056be497bd59a83bce695
Example
Show sensors with running status
status: "Running"
Example
Show sensor for this UUID
uuid: c7d66569-5c17-47f6-a8b9-f640cfe71cec
Example
Show sensors with Docker runtime and with runtime version 19
containerRuntime: DOCKER and containerRuntimeVersion:
19
Example
Show sensors that don't have sensor type Registry
not sensorType: REGISTRY
Example
Show sensors with one of these sensor types
sensorType: GENERAL or sensorType: REGISTRY