Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
39 changes: 39 additions & 0 deletions blog-csoar/2024-11-15-application-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: November 15, 2024 - Application Update
keywords:
- sumo logic
- cloud soar
- automation service
image: https://help.sumologic.com/img/sumo-square.png
hide_table_of_contents: true
---

import useBaseUrl from '@docusaurus/useBaseUrl';

<a href="https://help.sumologic.com/release-notes-csoar/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>

### Changes and Enhancements

#### Platform

* Playbooks
* Improvement - Disabled Cartesian Product flag on all new nodes by default.

#### Automation Bridge

We are happy to announce a beta version of the [Automation Bridge](/docs/platform-services/automation-service/automation-service-bridge/) that includes the following:
* Support for new CentOS version
* The CentOS docker image version has been upgraded from CentOS 7 to CentOS 8.
* Security fixes

### Bug Fixes

* Playbooks
* Fixed Playbook nodes rendering issue on Safari browser.
* Fixed issue related to use of underscore within playbooks input fields.
* Fixed issue with using authorizer value from playbook input variables in user choice node.
* Integrations
* Resolved an issue where the 'Close Insight' trigger action was not functioning as expected.
* Incidents
* Improved Incident templates page load time.
* Fixed issues while trying to update Incident templates.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You can only run custom actions or integrations outside of the Sumo Logic cloud

* OS:
* Ubuntu 18.04, 20.04, or 24.04
* CentOS 7
* CentOS 7 or 8 (Version 8 is supported in a new beta release of the Automation Bridge)
* RedHat 8
* RAM: 8GB
* CPU: 4 Core
Expand Down
Loading