Examples
Show all results with this asset UUID
asset.agentId:`21`
Examples
Show all results with this asset ID
asset.id:`21`
Examples
Show all results that contain parts of this agent name
agent.name:"O365unix"
Show all results that match exact value "unixrun"
agent.name:`unixrun`
Examples
Show all results with this operating system
asset.operatingSystem:`WINDOWS`
Example
Show jobs that completed within 100 to 460 seconds:
durationInMillis: [100 .. 460]
Or,
Show jobs that completed in 1200 seconds:
durationInMillis: 1200
>=, >, <, =>
Provide the value within quotes to get the exact match.
Example
Show jobs that were executed on September 21 at 3:30:
executionStartTime:"2022-09-21T13:30:00.000"
Examples
Show all results that contain parts of this script name
script.name:"O365unix"
Show all results that match exact value "unixrun"
script.name:`unixrun`
Examples
Show results with this script type
script.type:Shell
Examples
Show results with this script category
script.category:GENERAL AUTOMATION
Examples
Show all results with this script ID
scriptId:`21`
Example
Show results with test jobs done
isTest:"True"
Example
Show results created by John
user: `JOHN` and activity: `CREATE`
Example
Show activity logs that are not rejected
user: `admin` not activity: `REJECT`
Example
Show results with one of these categories
user: `admin` or activity: `APPROVE`