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/platform-services/automation-service/playbooks/create-playbooks.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -198,6 +198,30 @@ A filter node filters results from the preceding action based on the condition y
198
198
:::
199
199
1. Click **Create**.
200
200
201
+
## Action types
202
+
203
+
Every integration contains actions you can perform to help with incident remediation, such as sending notifications, adding additional information (enrichment), containment, and so on. Following are the available action types:
204
+
***Containment**. Performs some sort of response or remediation action, such as resetting a user's password or blocking a domain on your firewall.
205
+
***Custom**. Performs an action defined in a custom action YAML file. For an example of a custom action created for Cloud SIEM, see [Advanced example: Configure a custom integration](/docs/cse/automation/cloud-siem-automation-examples/#advanced-example-configure-a-custom-integration).
206
+
***Enrichment**. Enriches data with additional information, such as adding information about a known malicious IP address.
207
+
***Notification**. Sends a notification, for example, an email or a post in a messaging service.
208
+
***Scheduled**. Runs an action on a schedule once the playbook starts. For example, the action regularly checks a condition, and once the condition is met, the next playbook actions are executed.
209
+
210
+
211
+
If you take a look at the [Automation Integrations in App Central](/docs/platform-services/automation-service/app-central/integrations/), you'll see each has a list of available actions with the type of action listed for each. For example, here are some of the actions in the [Sumo Logic Cloud SIEM](/docs/platform-services/automation-service/app-central/integrations/sumo-logic-cloud-siem/) integration:
212
+
***Get Entity***(Enrichment)* - Get Entity details.
213
+
***Add Network Block***(Containment)* - Add an address into the Network Blocks.
214
+
***Add Comment To Insight***(Notification)* - Add a comment to an existing Insight.
215
+
***Check Insight Status Schedule***(Scheduled)* - Schedule action that periodically checks if the Insight is closed.
216
+
217
+
### Select the action type
218
+
219
+
When you [Add an action node to a playbook](/docs/platform-services/automation-service/playbooks/create-playbooks/#add-an-action-node-to-a-playbook), you select the type of action to perform from the integration.
220
+
221
+
The **Type** drop-down menu shows only the action types available in the selected integration. For example, for the Sumo Logic Cloud SIEM integration, the available action types are shown in the dropdown menu:<br/><img src={useBaseUrl('img/platform-services/automation-service/action-types-on-cloud-siem-integration.png')} alt="Action types on Sumo Logic Cloud SIEM integration" style={{border:'1px solid gray'}} width="500"/>
222
+
223
+
Then when you select the action type, the available actions of that type in the integration are listed:<br/><img src={useBaseUrl('img/platform-services/automation-service/enrichment-actions-on-cloud-siem.png')} alt="Enrichment actions on Sumo Logic Cloud SIEM integration" style={{border:'1px solid gray'}} width="500"/>
0 commit comments