Link to Related Event Incident
LAST UPDATED: AUG 19, 2024
This command uses the search condition to find events from MongoDB and retrieves related incidents from the $LinkedIncidents field, then escalates ingested events to the related incidents.
READER NOTE
Please note that this command can only be executed within an event playbook's "On Event Ingestion" trigger.
Implementation | System |
Command Category | System Utility |
Tags | EVENT EVENT LINKING |
Inputs
Parameter Name | Required/Optional | Description | Sample Data |
---|---|---|---|
Search Conditions | Required | To find the related event using the search conditions in the JSON object, use the internal field name as the key name. The value query corresponding to the key supports regular expressions, string, number, { "$in": ["value1", "value2"] }, and, date:"$date": "2023-08-01T00:00:00Z" format. |
CODE
|