You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/alerts/monitors/alert-variables.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ Variables must be enclosed by double curly brackets (`{{ }}`). Unresolved variab
36
36
|`{{TriggerTimeEnd}}`| The end time of the time range that triggered the monitor in Unix format. For example, `1626190592042`. |✅|✅|
37
37
|`{{SourceURL}}`| The URL to the configuration or status page of the monitor in Sumo Logic. |✅|❌|
38
38
|`{{AlertResponseUrl}}`| When your monitor is triggered, it will generate a URL and provide it as the value of this variable where you can use it to open alert response. |✅|❌|
39
+
|`{{AlertResponseId}}`| The unique identifier of the triggered alert. |✅|❌|
39
40
|`{{AlertName}}`| Name of the alert that will be displayed on the alert page. |✅|✅|
40
41
|`{{Playbook}}`| Allows you to access the [playbook content](/docs/alerts/monitors/create-monitor/#step-4-playbook-optional) configured as part of your initial monitor setup. |✅|✅|
Copy file name to clipboardExpand all lines: docs/cloud-soar/automation.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,14 +17,30 @@ The **Automation** section contains configuration tools for Cloud SOAR's automat
17
17
18
18
Because Cloud SOAR provides automation functionality to the [Automation Service](/docs/platform-services/automation-service/), many features are identical between Cloud SOAR and the Automation Service. Therefore, for information about the following Cloud SOAR features, see the Automation Service articles:
*[Playbooks](/docs/platform-services/automation-service/automation-service-playbooks/). (For information specific to running playbooks in Cloud SOAR, see [Run playbooks in Cloud SOAR](#run-playbooks-in-cloud-soar) below.)
25
25
26
26
The following sections describe automation features only used in Cloud SOAR.
27
27
28
+
## Run playbooks in Cloud SOAR
29
+
30
+
In Cloud SOAR, playbooks are run from [incidents](/docs/cloud-soar/incidents-triage/#incidents). To run playbooks in Cloud SOAR, perform the following steps:
31
+
1.[Create a playbook](/docs/platform-services/automation-service/automation-service-playbooks/#create-a-new-playbook) to use in incident response. When you create the playbook, do the following:
32
+
1. Click the **Edit** icon on the **Start** node:<br/><img src={useBaseUrl('img/platform-services/automation-service/start-node.png')} alt="Start node" style={{border:'1px solid gray'}} width="100"/>
33
+
1. Ensure that the **Add one or more params as a playbook input** field is left blank: <br/><img src={useBaseUrl('img/platform-services/automation-service/edit-start-node-input.png')} alt="Edit node dialog" style={{border:'1px solid gray'}} width="500"/><br/>Do *not* click the field to show the dropdown menu: <br/><img src={useBaseUrl('img/platform-services/automation-service/start-node-parameters.png')} alt="Types of start node parameters" style={{border:'1px solid gray'}} width="400"/><br/>The other values in the field are used for automation outside of Cloud SOAR:
34
+
***Insight** and **Entity** are for launching a playbook from a Cloud SIEM automation.
35
+
***Alert** is for launching a playbook from a monitor.
36
+
***Parse from JSON** is for launching a playbook from another playbook.
37
+
1. Proceed to create the playbook as needed.
38
+
1.[Create an incident template](#create-a-new-incident-template) to be assigned to incidents. When you create the template, add the playbook to the template and select **Autorun** to run the playbook when the incident is created, or deselect if you want to manually run the playbook from the incident.<br/><img src={useBaseUrl('img/cloud-soar/new-incident-template-add-playbook.png')} alt="New template" style={{border: '1px solid gray'}} width="700"/>
39
+
1. Monitor and run playbooks on [incidents](/docs/cloud-soar/incidents-triage/#incidents):
40
+
* Within an incident, select **Operations > Playbooks** to see the playbooks assigned to the incident.
41
+
* If playbooks haven't been assigned by an incident template, you can add playbooks by clicking the **+** button.
42
+
* To manually run a playbook for the incident, click the **Run** button at the bottom of the screen.<br/><img src={useBaseUrl('img/cloud-soar/playbook-on-incident.png')} alt="Playbook on an incident" style={{border: '1px solid gray'}} width="700"/>
43
+
28
44
## Incident templates
29
45
30
46
Incident templates define the way in which incidents will be created for a specific alert, incident type or event. They allow you to define a certain number of incident attributes (for example, incident type, severity, assignment, and any other default or custom incident parameters) that will automatically be set each time an incident is generated, based on the template. This may include type, classification, incident assignment, playbooks, knowledge base articles, or any other incident attribute. Since rules are created for generating incidents based on syslog messages, email, SIEM integrations, or other data sources, it is the incident templates that will define how the initial incident will be created.
0 commit comments