CBEvents
Returns all events associated with a process query
javascript · Carbon Black Enterprise Response
Details
| ID | CBEvents |
|---|---|
| Language | javascript |
| From Version | 5.0.0 |
| Tags | carbon-black endpoint enhancement |
README
Returns all events associated with a process query.
Script Data
| Name | Description |
|---|---|
| Script Type | javascript |
| Tags | carbon-black, endpoint, enhancement |
Dependencies
This script uses the following commands and scripts.
- cb-process
- process-events
Inputs
| Argument Name | Description |
|---|---|
| query | The query to match against events. |
Outputs
There are no outputs for this script.
commonfields: id: CBEvents version: -1 name: CBEvents script: '' type: javascript tags: - carbon-black - endpoint - enhancement comment: Returns all events associated with a process query system: true args: - name: query required: true default: true description: Query to match against events scripttarget: 0 dependson: must: - cb-process - process-events timeout: 0s fromversion: 5.0.0 tests: - No tests