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
1.**Playbooks**. Click to view [playbooks in App Central](#playbooks-in-app-central) that are available to install.
26
+
1.**Playbooks**. Click to view [playbooks in App Central](/docs/platform-services/automation-service/playbooks-in-app-central/) that are available to install.
27
27
1.**Integrations**. Click to view [integrations in App Central](/docs/platform-services/automation-service/app-central/integrations/) that are available to install.
28
28
1.**Search**. Search for integrations or playbooks to install.
29
29
1.**Current hour actions count**. Shows how many playbook actions have been executed in the current hour in your organization.
30
30
:::note
31
31
<ActionsLimit/>
32
32
:::
33
-
1.**Install**. Click to [install an integration](#install-an-integration-from-app-central) or [install a playbook](#install-a-playbook-from-app-central).
33
+
1.**Install**. Click to [install an integration](#install-an-integration-from-app-central) or [install a playbook](/docs/platform-services/automation-service/playbooks-in-app-central/#install-a-playbook-from-app-central).
34
34
35
35
## Work with integrations in App Central
36
36
@@ -90,29 +90,4 @@ Sumo Logic will validate the integration, and work with you to make any updates
90
90
91
91
## Playbooks in App Central
92
92
93
-
A playbook is a predefined set of actions and conditional statements that run in an automated workflow to respond to a certain event or incident type.
94
-
95
-
While [Playbooks](/docs/platform-services/automation-service/automation-service-playbooks/) in the Automation Service UI show the playbooks installed to your environment, the **Playbooks** tab in App Central shows you additional playbooks you can install.
96
-
97
-
### Install a playbook from App Central
98
-
99
-
1. Use the **Search** bar in the upper right of the **Playbooks** tab to find playbooks.
100
-
1. Click **Install** in the corner of the playbook box.
101
-
1. Click **Next**.
102
-
1. Click **Install** to install the playbook.
103
-
1. Click **Close**. After installation is complete, **Installed** replaces the **Install** link in the corner of the playbook box.
104
-
1.**IMPORTANT**: Click **Show More** in the playbook box to see if there are additional steps you need to follow to configure the installed playbook. Failure to perform these additional steps may result in the playbook not working properly.
105
-
106
-
<!-- There used to be an export button, but now it's gone. Saving this text below in case it comes back.
107
-
108
-
## Export from App Central
109
-
110
-
You can export the contents of integrations and playbooks from App Central.
111
-
112
-
1. Click the **Go to export page** button in the top right corner of the **Integrations** tab.<br/><img src={useBaseUrl('img/cse/automation-service-app-central-export-button.png')} alt="Go to the export page" style={{border: '1px solid gray'}} width="300"/>
113
-
1. Select the items you want to export. Provide a description in the box provided. If you select more than one item, you are prompted to provide a title as well.
114
-
1. Scroll down and click **Export** at the bottom right corner of the screen. The selections are exported in a .tar file to your downloads folder.
115
-
1. Extract the .tar file. An archive file is extracted from the .tar file (for example, a .tar.gz file).
116
-
1. Extract the archive file. The exported items are extracted, including any YAML files they contain.
117
-
118
-
-->
93
+
To work with playbooks in App Central, see [Playbooks in App Central](/docs/platform-services/automation-service/playbooks-in-app-central/).
Copy file name to clipboardExpand all lines: docs/platform-services/automation-service/automation-service-playbooks.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,23 +13,23 @@ A playbook is a predefined set of actions and conditional statements that run in
13
13
14
14
Playbooks can be configured to execute automatically without user intervention, acting on information from the incident, or can be executed in interactive mode, where user input is required to authorize predefined actions.
15
15
16
-
To run a playbook, add it to an automation. You can run playbooks in [monitors](/docs/alerts/monitors/use-playbooks-with-monitors/), [Cloud SIEM](/docs/cse/automation/automations-in-cloud-siem/), and [Cloud SOAR](/docs/cloud-soar/automation/#run-playbooks-in-cloud-soar).
16
+
To run a playbook, add it to an automation. You can run playbooks in [monitors](/docs/alerts/monitors/use-playbooks-with-monitors/), [Cloud SIEM](/docs/cse/automation/automations-in-cloud-siem/), and [Cloud SOAR](/docs/cloud-soar/automation/#run-playbooks-in-cloud-soar). Sumo Logic provides a number of out-of-the-box playbooks that you can use install to use your automations. See [Playbooks in App Central](/docs/platform-services/automation-service/playbooks-in-app-central/).
17
17
18
18
:::note
19
19
<ActionsLimit/>
20
20
:::
21
21
22
22
## View playbooks
23
23
24
-
The following procedure describes how to view playbooks already installed in your environment. To add more playbooks, [create a playbook](#create-a-new-playbook), or [install a playbook from App Central](/docs/platform-services/automation-service/automation-service-app-central/#install-a-playbook-from-app-central).
24
+
The following procedure describes how to view playbooks already installed in your environment. To add more playbooks, [create a playbook](#create-a-new-playbook), or [install a playbook from App Central](/docs/platform-services/automation-service/playbooks-in-app-central/#install-a-playbook-from-app-central).
25
25
26
26
1.[**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Automation > Playbooks**. <br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the main Sumo Logic menu, select **Automation > Playbooks**. You can also click the **Go To...** menu at the top of the screen and select **Playbooks**. <br/>The list of playbooks displays. <br/> <img src={useBaseUrl('img/cse/automations-playbook-list.png')} alt="Automation Playbook list" style={{border:'1px solid gray'}} width="700"/>
27
27
1. Select a playbook to see the elements in the workflow.<br/><img src={useBaseUrl('img/cse/automations-open-playbook.png')} style={{border:'1px solid gray'}} alt="Opened playbook" width="700"/>
28
28
1. Click the elements in the playbook to see their details. For example, click actions (the boxes in the flow) to see the [integration](/docs/platform-services/automation-service/automation-service-integrations/) resources that provide the actions.<br/><img src={useBaseUrl('img/cse/automations-action-example.png')} style={{border:'1px solid gray'}} alt="Action example" width="700"/>
29
29
30
30
## Create a new playbook
31
31
32
-
Before you create your own playbook, first [view playbooks](#view-playbooks) to make sure there isn't one already that does what you want to accomplish, and also check to see if you can [install a playbook from App Central](/docs/platform-services/automation-service/automation-service-app-central/#install-a-playbook-from-app-central) that does what you need. After you create a playbook, you can run it in automations for [monitors](/docs/alerts/monitors/use-playbooks-with-monitors/), [Cloud SIEM](/docs/cse/automation/automations-in-cloud-siem/), or [Cloud SOAR](/docs/cloud-soar/automation/).
32
+
Before you create your own playbook, first [view playbooks](#view-playbooks) to make sure there isn't one already that does what you want to accomplish, and also check to see if you can [install a playbook from App Central](/docs/platform-services/automation-service/playbooks-in-app-central/#install-a-playbook-from-app-central) that does what you need. After you create a playbook, you can run it in automations for [monitors](/docs/alerts/monitors/use-playbooks-with-monitors/), [Cloud SIEM](/docs/cse/automation/automations-in-cloud-siem/), or [Cloud SOAR](/docs/cloud-soar/automation/).
33
33
34
34
:::tip
35
35
The following procedure provides a brief introduction to how to create a playbook. For detailed examples of how to create playbooks, see the [Cloud SIEM automation examples](/docs/cse/automation/cloud-siem-automation-examples/).
0 commit comments