Search Tokens for Remediation Scripts

The following tokens are supported in the Scripts tab (Remediation > Scripts).

 

idid

Search for scripts based on the script ID.  Use an integer value ##### to find results for a specific script ID. After the colon, enter the script id.

Example

Show script with the specified script ID

id:`21`

 

namename

Search scripts based on the script name or a part of it. Use backticks or quotes within values to find all results that have the specified word in their script name. 

After the colon, enter the name. 

Examples

Show all scripts that contain parts of this script name

name: "O365unix"

Show all scripts that match the exact value 

name: 'unixrun'

descriptiondescription

use a text value ##### in quotes to search scripts based on a particular script description. After the colon, enter the description.

Example

description: "test_file"

platformplatform

Use a text value ##### to find scripts corresponding to particular platforms (WINDOWS, LINUX). After the colon, enter the platform.

Example

platform:`LINUX`

controlCidcontrolCid

Use an integer value ##### to find results with a control ID of interest. After the colon, enter the control Id.

Example

controlCid: 1000

controlBenchmarkTypecontrolBenchmarkType

Use a text value ##### to find scripts corresponding to particular control benchmark type. After the colon, enter the control benchmark type.

Example

controlBenchmarkType: CIS

controlTechnologiescontrolTechnologies

Use a text value ##### to find scripts corresponding to particular control technologies (Windows, CentOS). After the colon, enter the control technologies.

Example

controlTechnologies: Windows

andand

Express your boolean search query using the AND operator.

Example

Show scripts created by John

user:`JOHN`and activity:`CREATE`

notnot

Express your boolean search using the NOT operator.

Example

Show activity logs that are not rejected

user:`admin`not activity: `REJECT`

oror

Express your boolean search query using the OR operator.

Example

Search scripts based on:

user:`admin` activity:`APPROVE`