Skip to content

Commit eeff309

Browse files
authored
Merge branch 'main' into docs-1310-clean-up-index-pages
2 parents 1d93594 + 4ab96d9 commit eeff309

File tree

14 files changed

+45
-24
lines changed

14 files changed

+45
-24
lines changed

docs/alerts/monitors/settings.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ At the top of the page, you can:
4646

4747
The **Monitor Details** tab provides additional information about a selected monitor, the description, Library location, [query](/docs/alerts/monitors/create-monitor/#query), [muting schedules](/docs/alerts/monitors/muting-schedules), [notification preferences](/docs/alerts/monitors/create-monitor/#step-3-notifications-optional), [alert grouping](/docs/alerts/monitors/alert-grouping), [trigger conditions](/docs/alerts/monitors/create-monitor/#step-1-set-trigger-conditions), and more.
4848

49-
Click on any monitor in your **Monitors** table, and the **Monitor Details** tab will appear in the right-hand pane.<br/><img src={useBaseUrl('img/alerts/monitors/monitor-details.png')} alt="monitor-details.png" style={{border: '1px solid gray'}} width="600"/>
49+
Click on any monitor in your **Monitors** table, and the **Monitor Details** tab will appear in the right-hand pane.<br/><img src={useBaseUrl('img/alerts/monitors/monitor-details.png')} alt="monitor-details.png" style={{border: '1px solid gray'}} />
5050

5151
### View in Log Search
5252

@@ -77,12 +77,6 @@ Click the **Disable** button put the monitor in a disabled state so it will not
7777

7878
<img src={useBaseUrl('img/alerts/monitors/disable-monitor.png')} alt="disable-monitor" style={{border: '1px solid gray'}} width="400"/>
7979

80-
### Mute a monitor
81-
82-
Click the **Mute** button mute the monitor. See also: [Muting Schedules](/docs/alerts/monitors/muting-schedules).
83-
84-
<img src={useBaseUrl('img/alerts/monitors/mute-monitor.png')} alt="mute-monitor" style={{border: '1px solid gray'}} width="400"/>
85-
8680
### More Actions
8781

8882
Click the **More Actions** menu to view more options, including:
@@ -96,7 +90,7 @@ Click the **More Actions** menu to view more options, including:
9690
:::
9791
* **Copy Link**. Copies a link to the monitor. Provide the link to any Sumo Logic user in your organization so they can view the monitor. While this option doesn't allow you to share the monitor in the same way you can share a dashboard, you can use this option to quickly allow others in your Sumo Logic organization to view the monitor details.
9892

99-
<img src={useBaseUrl('img/alerts/monitors/more-actions.png')} alt="monitor more actions" style={{border: '1px solid gray'}} width="600"/>
93+
<img src={useBaseUrl('img/alerts/monitors/more-actions.png')} alt="monitor more actions" style={{border: '1px solid gray'}} width="300"/>
10094

10195
:::tip
10296
To quickly access this menu without opening the Details pane, just hover your mouse over a monitor, then click the three-dot kebab icon to view a menu with all of the options available in the [Monitor Details tab](#monitor-details).<br/><img src={useBaseUrl('img/alerts/monitors/quick-menu-monitors.png')} alt="Quick menu.png" style={{border: '1px solid gray'}} width="800"/>

docs/cloud-soar/automation.md

Lines changed: 38 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,44 @@ The following sections describe automation features only used in Cloud SOAR.
2626

2727
## Run playbooks in Cloud SOAR
2828

29-
In Cloud SOAR, playbooks are run from [incidents](/docs/cloud-soar/incidents-triage/#incidents). To run playbooks in Cloud SOAR, perform the following steps:
30-
1. [Create a playbook](/docs/platform-services/automation-service/playbooks/create-playbooks/#create-a-new-playbook) to use in incident response. When you create the playbook, do the following:
31-
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"/>
32-
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:
33-
* **Insight** and **Entity** are for launching a playbook from a Cloud SIEM automation.
34-
* **Alert** is for launching a playbook from a monitor.
35-
* **Parse from JSON** is for launching a playbook from another playbook.
36-
1. Proceed to create the playbook as needed.
37-
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"/>
38-
1. Monitor and run playbooks on [incidents](/docs/cloud-soar/incidents-triage/#incidents):
39-
* Within an incident, select **Operations > Playbooks** to see the playbooks assigned to the incident.
40-
* If playbooks haven't been assigned by an incident template, you can add playbooks by clicking the **+** button.
41-
* 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"/>
29+
In Cloud SOAR, playbooks are run from [incidents](/docs/cloud-soar/incidents-triage/#incidents). This section describes how to create and run playbooks on incidents.
30+
31+
### Create a playbook to use for incidents
32+
33+
When you [create a playbook](/docs/platform-services/automation-service/playbooks/create-playbooks/#create-a-new-playbook) to use in incident response, do the following:
34+
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"/>
35+
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:
36+
* **Insight** and **Entity** are for launching a playbook from a Cloud SIEM automation.
37+
* **Alert** is for launching a playbook from a monitor.
38+
* **Parse from JSON** is for launching a playbook from another playbook.
39+
1. Proceed to create the playbook as needed.
40+
41+
### Add a playbook to an incident template
42+
43+
1. [Create an incident template](#create-a-new-incident-template) to be assigned to incidents.
44+
1. 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"/>
45+
46+
### Manually add a playbook to an incident
47+
48+
1. Open the [incident](/docs/cloud-soar/incidents-triage/#incidents) in Cloud SOAR.
49+
1. Select **Operations > Playbooks**.
50+
1. Click the **+** button to add the playbook.
51+
1. Click **List View** to see the playbooks attached to the incident.<br/><img src={useBaseUrl('img/cloud-soar/cloud-soar-add-playbook-to-incident.png')} alt="Manually add playbook" style={{border: '1px solid gray'}} width="700"/>
52+
53+
### Monitor and run playbooks on incidents
54+
55+
To monitor and run playbooks on [incidents](/docs/cloud-soar/incidents-triage/#incidents):
56+
1. Within an incident, select **Operations > Playbooks** to see the playbooks assigned to the incident.
57+
1. If playbooks haven't been assigned by an incident template, you can add playbooks by clicking the **+** button.
58+
1. 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"/>
59+
60+
### Add a playbook to an incident with the API
61+
62+
You can attach playbooks to an incident with the API. This lets you automate incident workflows without having to use the UI, and enables integration with external systems.
63+
64+
To attach one or more playbooks to an [incident](/docs/cloud-soar/incidents-triage/#incidents), with an option to auto-run them after attachment, use the [incidents_runbook_create](https://api.sumologic.com/docs/csoar/#operation/incidents_runbook_create) API. To retrieve all playbooks attached to a specific incident, use the [incidents_runbook_retrieve](https://api.sumologic.com/docs/csoar/#operation/incidents_runbook_retrieve) API.
65+
66+
For more information about how to use APIs, see [Cloud SOAR APIs](/docs/api/cloud-soar/).
4267

4368
## Incident templates
4469

docs/cloud-soar/incidents-triage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ All the information related to the ongoing incident is visible in one place in
269269

270270
#### Playbooks
271271

272-
Any playbook that has been applied to an incident can be found under the **Playbooks** section. You can quickly view and make any necessary adjustments to the incident's playbooks, as well as add any additional playbooks that may be required during an incident's investigation.
272+
Any playbook that has been applied to an incident can be found under the **Playbooks** section. You can quickly view and make any necessary adjustments to the incident's playbooks, as well as add any additional playbooks that may be required during an incident's investigation. For more information, see [Run playbooks in Cloud SOAR](/docs/cloud-soar/automation/#run-playbooks-in-cloud-soar).
273273

274274
<img src={useBaseUrl('img/cloud-soar/operations-playbooks-tab.png')} alt="Playbooks displayed in the Playbooks tab" style={{border: '1px solid gray'}} width="700"/>
275275

docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/smartsheet-source.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ Smartsheet is used to collaborate on project timelines, documents, calendars, ta
2424

2525
### Vendor configuration
2626

27-
To collect data from Smartsheet, you need a Smartsheet account with admin privileges that would allow the creation of an app via a developer account. See [steps in the Smartsheet documentation](https://smartsheet.redoc.ly/#section/OAuth-Walkthrough/First-Steps) to create a developer account in Smartsheet.
27+
To collect data from Smartsheet, you must have a Smartsheet account with **Admin** privileges, which allows you to create an app using a developer account. Refer to the [Smartsheet documentation](https://smartsheet.redoc.ly/#section/OAuth-Walkthrough/First-Steps) for the steps to create a developer account.
28+
29+
To collect data from the `\events` endpoint, the Event Reporting **Premium add-on** is required. This add-on is available for **Enterprise and Advanced Work Management** plans, and you must have **System Admin** permissions. Refer to the [Smartsheet documentation](https://developers.smartsheet.com/api/smartsheet/openapi/events/list-events) for more details. You can also contact Smartsheet support to enable this permission for your account.
2830

2931
### Source configuration
3032

docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/workday-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This section demonstrates how to configure the Workday portal to integrate with
4444
1. To register the API client, access the **Register API Client** **for Integrations** task, and provide the following parameters:
4545
* **Client Name.** Sumo Logic Workday Collector
4646
* **Non-Expiring Refresh Tokens.** Yes
47-
* **Scope.** System
47+
* **Scope.** System, Integration, and Tenant Non-Configurable scopes are *required*.
4848
2. Click **OK**.
4949
3. Copy the **Client Secret** and **Client ID** before you navigate away from the page and store it securely. If you lose the **Client Secret**, you can generate a new one using the **Generate New API Client Secret** task.
5050
4. Click **Done**.
-6.29 KB
Loading
-2.38 KB
Loading
-2.25 KB
Loading
65.9 KB
Loading
114 KB
Loading

0 commit comments

Comments
 (0)