Skip to content

Commit 5ef98b8

Browse files
committed
Make terms lowercase in 'Automation' section
1 parent 3f56a3b commit 5ef98b8

File tree

4 files changed

+82
-82
lines changed

4 files changed

+82
-82
lines changed

docs/cse/automation/about-automation-service-and-cloud-siem.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ The Automation Service is a subset of automation capabilities adapted from Cloud
2222
## Benefits
2323

2424
* The Automation Service supports enrichment, notification, containment, user choice, and custom actions in Cloud SIEM.
25-
* Enrichment actions can be used to gather additional information about an Entity or Insight, including threat indicators.
25+
* Enrichment actions can be used to gather additional information about an entity or insight, including threat indicators.
2626
* Notification actions can be used to send notifications or update status in systems like Cloud SIEM, the Sumo Logic core platform, Slack, Microsoft Teams, Jira, email, and so on.
27-
* Automations can be triggered automatically when an Insight is created or closed. For example, you could define a playbook that is executed automatically when an Insight is created that gathers enrichment data. And if the data returned includes a malicious threat indicator:
28-
1. Changes the Insight state to “In Progress”.
29-
1. Assigns the Insight.
30-
1. Sends a (customized) email with information about the Insight and indicator.
31-
1. Creates a Slack channel for the Insight.
27+
* Automations can be triggered automatically when an insight is created or closed. For example, you could define a playbook that is executed automatically when an insight is created that gathers enrichment data. And if the data returned includes a malicious threat indicator:
28+
1. Changes the insight state to “In Progress”.
29+
1. Assigns the insight.
30+
1. Sends a (customized) email with information about the insight and indicator.
31+
1. Creates a Slack channel for the insight.
3232
1. Invites certain people to the Slack channel.
3333

3434
:::note
@@ -81,7 +81,7 @@ Access to the Automation Service is controlled by [role capabilities](/docs/mana
8181
The [Cloud SIEM API](/docs/cse/administration/cse-apis/) supports automations. Endpoints include:
8282
* `GET /automations`. Get the list of automations
8383
* `POST /automations`. Create an automation
84-
* `POST /automations/execute`. Run one or more automations against one or more Entities/Insights
84+
* `POST /automations/execute`. Run one or more automations against one or more entities/insights
8585
* `DELETE /automations/{id}`. Delete an automation
8686
* `GET /automations/{id}`. Get a specific automation
8787
* `PUT /automations/{id}`. Update a specific automation

0 commit comments

Comments
 (0)