Searching Activity Logs
Use a text value ##### to find all results with the specified activity type
(Activate, Approve, Create, Deactivate, Delete, Deprecate, Execute, Modify, Reject, Test).
Examples
Show results with this activity
activity:`Approve`
Use a text value ##### to find all results that have the specified target type category.
(Schedule, Script)
Example
To view results with target type 'Schedule':
targetType: Schedule
Use quotes or backticks within values to help you find all results that have the specified word in their user name.
Examples
Show all results that contain parts of this user name
user:"O365unix"
Show all results that match exact value "unixrun"
user:`admin`
Use a boolean query to express your query using AND logic.
Example
Show results created by John
user: `JOHN` and activity: `CREATE`
Use a boolean query to express your query using NOT logic.
Example
Show activity logs that are not rejected
user: `admin` not activity: `REJECT`
Use a boolean query to express your query using OR logic.
Example
Show results with one of these categories
user: `admin` or activity: `APPROVE`