Use the search tokens below to search for runtime events. Looking for help with writing your query? click here
Example
Show events for this customer UUID
customerUuid: 6e0afd12-479c-db0d-822a-793a56bfe353
Example
Show events for this container SHA
containerSha: 368ab5ebbccb9d17d45cf62f6fa289edade4af81ef5a94e04a4406a1904175d
Example
Show events with STANDARD type
eventType: STANDARD
Example
Show events with this UUID
uuid: 70b0dd00-cde7-11ea-8000-a130bd09cb71
Examples
Show events created within date range
dateCreated: [2020-06-15 ... 2020-06-30]
Show events created starting 2020-08-01, ending 1 month ago
dateCreated: [2020-08-01 ... now-1M]
Show events created starting 2 weeks ago, ending 1 second ago
dateCreated: [now-2w ... now-1s]
Show events created on specific date
dateCreated:'2020-08-15'
Example
Show events with ALLOW action
action: ALLOW
Example
Show events with this bind IP address
bindAddress: 10.44.92.127
Example
Show events with this bind port
bindPort: 8080
Example
Show events for this file name
fileName: /etc/passwd
Example
Show events with this open mode
openMode: 577
Example
Show events with this process ID
processId: 42
Example
Show events with this process name
processName: /usr/bin/cat
Example
Show events with this seen value
seen: 1
Example
Show events for this system
system: amd64
Example
Show events with this system call
systemCall: 2
Example
Show events with this system call
systemCallName: sys_open
Example
Show events with type Standard and with action Allow
eventType: STANDARD and action: ALLOW
Example
Show events that don't have Deny action
not action: DENY
Example
Show events with one of these actions
action: ALLOW or action: MONITOR