DOCS-1763 - Update Cloud SIEM Automations doc for redesigned Automations page - #6959
DOCS-1763 - Update Cloud SIEM Automations doc for redesigned Automations page#6959amee-sumo wants to merge 2 commits into
Conversation
…ons page Reflects the new table-view Automations tab (replacing the card view), updated View results and enrichments steps, and refreshed screenshots. Adds a release note announcing the redesign.
| :::note | ||
| You may have to manually refresh this screen to see the most current status. | ||
| ::: | ||
| 1. Click a playbook to view it's details.<br/><img src={useBaseUrl('img/cse/playbook-details.png')} alt="Automations on an insight" style={{border: '1px solid gray'}} width="800"/> |
There was a problem hiding this comment.
Grammar: it's → its. This should be the possessive "its details" (not the contraction "it is").
kimsauce
left a comment
There was a problem hiding this comment.
Looks good overall — clean consolidation of the automation-status sections, and I confirmed nothing else in the repo links to the removed View an automation's status heading, so no broken cross-references. Approving. A few non-blocking polish items are inline.
One PR-level note: after this consolidation, a few images lose their only reference and become orphaned — automations-playbook-status.png and automations-malicious-threat-indicator.png. Also, automations-execution-status.png has a new binary uploaded in this PR but its only reference is removed, so that binary change can likely be dropped. Not blocking — just dead-asset cleanup.
| Automations can be run manually from the **Actions** drop-down menu on [insight details](/docs/cse/get-started-with-cloud-siem/about-cse-insight-ui#insight-details-page) pages: | ||
|
|
||
| <img src={useBaseUrl('img/cse/automations-actions-menu.png')} alt="Automations on the Actions menu" style={{border: '1px solid gray'}} width="300"/> | ||
| <img src={useBaseUrl('img/cse/automations-actions-menu.png')} alt="Automations on the Actions menu" style={{border: '1px solid gray'}} /> |
There was a problem hiding this comment.
width="300" was removed here, so this image will now render at its native size while the others still pin width="800". Was that intentional? If not, worth adding a width back for consistency.
| :::note | ||
| You may have to manually refresh this screen to see the most current status. | ||
| ::: | ||
| 1. Click a playbook to view it's details.<br/><img src={useBaseUrl('img/cse/playbook-details.png')} alt="Automations on an insight" style={{border: '1px solid gray'}} width="800"/> |
There was a problem hiding this comment.
Alt text copy-paste: alt="Automations on an insight" doesn't describe this screenshot. Suggest something like alt="Playbook execution details".
| You can switch to the graphical view by clicking **Graph View** in the upper-right corner: | ||
| <img src={useBaseUrl('img/cse/automations-playbook-status-graph.png')} alt="Playbook status graph" style={{border: '1px solid gray'}} width="800"/> | ||
|
|
||
| You can click the front and back arrow to navigate between nested playbooks within a playbook execution.<br/><img src={useBaseUrl('img/cse/nested-playbook.png')} alt="Automations on an insight" style={{border: '1px solid gray'}} width="800"/> |
There was a problem hiding this comment.
Two small things on this line:
- Wording: "the front and back arrow" reads awkwardly — suggest "the forward and back arrows" (or "next and previous arrows").
- Alt text copy-paste again:
alt="Automations on an insight"should describe this image, e.g.alt="Navigating nested playbooks".
| keywords: | ||
| - insights | ||
| - automation | ||
| hide_table_of_contents: true |
There was a problem hiding this comment.
Minor: trailing whitespace after true on this frontmatter line.
Purpose of this pull request
Updates the Cloud SIEM Automations doc to reflect the redesigned Automations tab (new table view replacing the card view, plus a new side panel). Updates the "View results of an automation" and "View enrichments" sections with the new UI steps, refreshes screenshots, and adds a release note announcing the redesign.
Select the type of change
Ticket (if applicable)
https://sumologic.atlassian.net/browse/DOCS-1763