Example
Show results created by John
user: `JOHN` and activity: `CREATE`
Example
Show assets with the IP 10.115.126.240
asset.address: 10.115.126.240
Examples
Show all results with this asset UUID
asset.agentId:`21`
Example
Show all results that contain parts of this asset name
asset.name: windows02
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`
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"
Example
Show asset jobs with the return code 2
return.code: 2
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
Example
Show asset jobs with the status EXECUTION FAILED
status: EXECUTION FAILED
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`