Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
21fc793
Rough draft
jpipkin1 Jul 21, 2025
a1978c8
Continue rough draft
jpipkin1 Jul 22, 2025
6850960
Continue rough draft
jpipkin1 Jul 22, 2025
c6fe917
Finish testing new playbook procedure
jpipkin1 Jul 25, 2025
0289ff9
Fix spelling error
jpipkin1 Jul 25, 2025
a7befbc
Add automation section
jpipkin1 Jul 31, 2025
8356c59
Add Cloud SIEM automation section
jpipkin1 Aug 1, 2025
2b7a931
Add alert section
jpipkin1 Aug 1, 2025
f0435bc
Final cleanup
jpipkin1 Aug 14, 2025
11211a2
Merge branch 'main' into docs-1015-automation-service-course
jpipkin1 Aug 14, 2025
979a0c0
Add alert sections
jpipkin1 Aug 15, 2025
af8888f
Merge branch 'docs-1015-automation-service-course' of github.com:Sumo…
jpipkin1 Aug 15, 2025
cf799f7
Update docs/platform-services/automation-service/intro-to-automation-…
jpipkin1 Aug 20, 2025
89a0394
Update docs/platform-services/automation-service/intro-to-automation-…
jpipkin1 Aug 20, 2025
7d6452d
Update docs/platform-services/automation-service/intro-to-automation-…
jpipkin1 Aug 20, 2025
562b713
Update docs/platform-services/automation-service/intro-to-automation-…
jpipkin1 Aug 20, 2025
16ac4a6
Update docs/platform-services/automation-service/intro-to-automation-…
jpipkin1 Aug 20, 2025
536e4e7
Update docs/platform-services/automation-service/intro-to-automation-…
jpipkin1 Aug 20, 2025
6000ff2
Update docs/platform-services/automation-service/intro-to-automation-…
jpipkin1 Aug 20, 2025
79a1027
Update docs/platform-services/automation-service/intro-to-automation-…
jpipkin1 Aug 20, 2025
546a7be
Update docs/platform-services/automation-service/intro-to-automation-…
jpipkin1 Aug 20, 2025
4a2e1d2
Update docs/platform-services/automation-service/intro-to-automation-…
jpipkin1 Aug 20, 2025
3c962a3
Update docs/platform-services/automation-service/intro-to-automation-…
jpipkin1 Aug 20, 2025
918b0fa
Update docs/platform-services/automation-service/intro-to-automation-…
jpipkin1 Aug 20, 2025
060b2d4
Update docs/platform-services/automation-service/intro-to-automation-…
jpipkin1 Aug 20, 2025
4292cba
Update docs/platform-services/automation-service/intro-to-automation-…
jpipkin1 Aug 20, 2025
aa029af
Update docs/platform-services/automation-service/intro-to-automation-…
jpipkin1 Aug 20, 2025
0d1a7a9
Update docs/platform-services/automation-service/intro-to-automation-…
jpipkin1 Aug 20, 2025
e93e762
Update docs/platform-services/automation-service/intro-to-automation-…
jpipkin1 Aug 20, 2025
670baf4
Update docs/platform-services/automation-service/intro-to-automation-…
jpipkin1 Aug 20, 2025
4919329
Update docs/platform-services/automation-service/intro-to-automation-…
jpipkin1 Aug 20, 2025
2cd5e92
Update docs/platform-services/automation-service/intro-to-automation-…
jpipkin1 Aug 20, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The following procedure provides a brief introduction to how to create a playboo
1. [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Automation**. <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/>Previously-created playbooks display.
1. Click the **+** button to the left of **Playbook**.<br/><img src={useBaseUrl('img/cse/automations-new-playbook-button.png')} style={{border:'1px solid gray'}} alt="New playbook button" width="400"/>
1. A new configuration box will be displayed. Name your new playbook.<br/><img src={useBaseUrl('img/cse/automations-new-playbook-dialog.png')} style={{border:'1px solid gray'}} alt="New playbook dialog" width="400"/>
1. Select the incident **Type**. (For example, for Cloud SIEM automations, select **CSE**. For playbooks run from inside another playbook, you can select another incident type to associate with it, for example, **Denial of Service**, **Malware**, **Phishing**, and so on.)
1. Select the incident **Type**. (For example, for Cloud SIEM automations, select **Cloud SIEM**. For playbooks run from inside another playbook, you can select another incident type to associate with it, for example, **Denial of Service**, **Malware**, **Phishing**, and so on.)
1. Enter a **Description** of the playbook to help others understand how to use it.
1. Click **Create**. The new playbook appears in the list of available playbooks.
1. To configure the new playbook, select it from the list and click the **Edit** button at the bottom of the screen.<br/><img src={useBaseUrl('img/cse/automations-new-empty-playbook.png')} alt="New playbook" style={{border:'1px solid gray'}} width="600"/>
Expand Down
6 changes: 6 additions & 0 deletions docs/platform-services/automation-service/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ In this section, we'll introduce the following concepts:
<p>Get an overview of how the Automation Service allows you to automate actions.</p>
</div>
</div>
<div className="box smallbox card">
<div className="container">
<a href="/docs/platform-services/automation-service/intro-to-automation-service/"><img src={useBaseUrl('img/icons/security/siem-challenges.png')} alt="icon" width="40"/><h4>Introduction to the Automation Service</h4></a>
<p>Get an introduction to the Automation Service.</p>
</div>
</div>
<div className="box smallbox card">
<div className="container">
<a href="/docs/platform-services/automation-service/app-central/"><img src={useBaseUrl('img/icons/security/siem-challenges.png')} alt="icon" width="40"/><h4>App Central</h4></a>
Expand Down

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3194,6 +3194,7 @@ integrations: [
link: {type: 'doc', id: 'platform-services/automation-service/index'},
items: [
'platform-services/automation-service/about-automation-service',
'platform-services/automation-service/intro-to-automation-service',
{
type: 'category',
label: 'App Central',
Expand Down
Binary file modified static/img/cse/automations-new-playbook-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/cse/automations-new-playbook-dialog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.