Skip to content

Commit 6b57491

Browse files
authored
Merge branch 'main' into app+c2c-installation-flow-update-(Apps)
2 parents a9d1edb + 5abab6b commit 6b57491

File tree

47 files changed

+769
-131
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+769
-131
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: February 6, 2025 - Application Update
3+
keywords:
4+
- sumo logic
5+
- cloud soar
6+
image: https://help.sumologic.com/img/sumo-square.png
7+
hide_table_of_contents: true
8+
---
9+
10+
import useBaseUrl from '@docusaurus/useBaseUrl';
11+
12+
<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>
13+
14+
### Changes and Enhancements
15+
16+
#### Platform
17+
18+
🚀 **New feature release: Autosave for playbooks**
19+
20+
We’re excited to introduce [autosave for playbooks](/docs/platform-services/automation-service/automation-service-playbooks/#autosave), a feature designed to make workflow changes seamless by automatically saving your progress as draft and preventing accidental data loss. Here's what's new:
21+
* Playbooks now automatically save your changes, including node updates, connections, and position adjustments.
22+
* Multiple changes made in quick succession are saved together to improve performance.
23+
* Visual indicators display the saving status whether in progress, successfully saved, or failed.
24+
* Warnings appear when users attempt to close or navigate away from a playbook with unsaved changes.
25+
* Users can enable or disable auto-save as needed.
26+
27+
##### AuditService:
28+
29+
* Removed the `Body` field from the email audit log to enhance security and optimize log storage
30+
31+
#### Bug Fixes
32+
33+
* Playbooks:
34+
* Fixed granular field path drill-down in textArea for arrays with array output fields.
35+
* Resolved issue where the Authorizer value in playbook action nodes was not persisting on the UI.

blog-csoar/2025-02-06-content.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: February 6, 2025 - Content Release
3+
hide_table_of_contents: true
4+
image: https://help.sumologic.com/img/sumo-square.png
5+
keywords:
6+
- automation service
7+
- cloud soar
8+
- soar
9+
---
10+
11+
import useBaseUrl from '@docusaurus/useBaseUrl';
12+
13+
<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>
14+
15+
This release introduces new integrations, new playbooks, and several updates.
16+
17+
### Integrations
18+
19+
* [Updated] [Darktrace](/docs/platform-services/automation-service/app-central/integrations/darktrace)
20+
* [Updated] [HTTP Tools](/docs/platform-services/automation-service/app-central/integrations/http-tools)
21+
* [Updated] [ServiceNow V2](/docs/platform-services/automation-service/app-central/integrations/servicenow-v2)
22+
* [Updated] [Slack](/docs/platform-services/automation-service/app-central/integrations/slack)
23+
* [Updated] [Sumo Logic Cloud SIEM](/docs/platform-services/automation-service/app-central/integrations/sumo-logic-cloud-siem)

blog-service/2025-02-04-apps.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Code42 Incydr (Apps)
3+
image: https://help.sumologic.com/img/sumo-square.png
4+
keywords:
5+
- apps
6+
- code42-incydr
7+
hide_table_of_contents: true
8+
---
9+
10+
import useBaseUrl from '@docusaurus/useBaseUrl';
11+
12+
<a href="https://help.sumologic.com/release-notes-service/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>
13+
14+
We're excited to introduce the new Code42 Incydr app for Sumo Logic. This app leverages the Sumo Logic Cloud-to-Cloud Code42 Incydr source that collects audits, file events, and user sessions data from the Code42 Incydr platform. This app helps security analysts monitor, detect, and respond to potential data threats across an organization. [Learn more](/docs/integrations/saas-cloud/code42-incydr/).

cid-redirects.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1842,6 +1842,7 @@
18421842
"/cid/21222": "/docs/integrations/saas-cloud/microsoft-exchange-trace-logs",
18431843
"/cid/1961": "/docs/integrations/amazon-aws/elasticache",
18441844
"/cid/1962": "/docs/integrations/saas-cloud/cloudflare",
1845+
"/cid/1995": "/docs/integrations/saas-cloud/code42-incydr",
18451846
"/cid/1963": "/docs/integrations/sumo-apps/enterprise-audit",
18461847
"/cid/1964": "/docs/integrations/security-threat-detection/f5-big-ip-ltm",
18471848
"/cid/1965": "/docs/integrations/security-threat-detection/netskope",

docs/api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ To connect with other Sumo Logic users, post feedback, or ask a question, visit
217217
</div>
218218
<div className="box smallbox card">
219219
<div className="container">
220-
<a href="/docs/api/service-map"><img src={useBaseUrl('img/apm/traces/servicemap.png')} alt="Thumbnail icon" width="50"/><h4>Service Map</h4></a>
220+
<a href="/docs/api/service-map"><img src={useBaseUrl('img/apm/services-map-icon.png')} alt="Thumbnail icon" width="50"/><h4>Service Map</h4></a>
221221
</div>
222222
</div>
223223
<div className="box smallbox card">

docs/api/service-map.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import ApiErrors from '../reuse/api-errors.md';
1010
import ApiIntro from '../reuse/api-intro.md';
1111
import ApiRoles from '../reuse/api-roles.md';
1212

13-
<img src={useBaseUrl('img/apm/traces/servicemap.png')} alt="Thumbnail icon" width="50"/>
13+
<img src={useBaseUrl('img/apm/services-map-icon.png')} alt="Thumbnail icon" width="50"/>
1414

1515
The Service Map API allows you to fetch a graph representation of the Service Map, which is a high-level view of your application environment, automatically derived from tracing data. For more information, see [Service Map](/docs/apm/services-list-map).
1616

docs/cse/administration/create-use-network-blocks.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,14 @@ When Cloud SIEM looks for the network block address `10.128.0.1`, it will ret
5050

5151
Follow these instructions to create a network block using the Cloud SIEM UI. For information about creating multiple network blocks by file upload, see [Upload a CSV file of network blocks](#upload-a-csv-file-of-network-blocks).
5252

53-
1. [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the top menu select **Content > Network Blocks**. <br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the main Sumo Logic menu, select **Cloud SIEM > Network Blocks**. You can also click the **Go To...** menu at the top of the screen and select **Network Blocks**.
54-
1. On the **Create Network Block** popup:
53+
1. [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the top menu select **Content > Network Blocks**. <br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the main Sumo Logic menu, select **Cloud SIEM > Network Blocks**. You can also click the **Go To...** menu at the top of the screen and select **Network Blocks**.
54+
1. Click **Add Network Block**.
55+
1. On the **Add Network Block** popup:
5556
1. **Address Block**. Enter a CIDR block that identifies a contiguous range of IP addresses.
5657
1. **Label**. Enter a meaningful name for the network block.
5758
1. **Internal**. Leave the toggle switched to the right (green) if you want to mark IP addresses that match the network block as Internal. This allows you to filter on the IP addresses in rule expressions, as described below in [Using enrichment fields](#using-enrichment-fields), below.
5859
1. **Suppress Signals**. Leave the toggle switched to the left (red) if you do not want to suppress signals on IP addresses in the network block. Otherwise, switch the toggle to the right (green).
59-
1. Click **Create**. <br/><img src={useBaseUrl('img/cse/create-network-block.png')} alt="Create network block" style={{border: '1px solid gray'}} width="400"/>
60+
1. Click **Save**. <br/><img src={useBaseUrl('img/cse/create-network-block.png')} alt="Create network block" style={{border: '1px solid gray'}} width="400"/>
6061

6162
## Upload a CSV file of network blocks
6263

docs/cse/administration/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Learn about onboarding tasks and best practices for Cloud SIEM administrators. I
1919
<div className="box smallbox card">
2020
<div className="container">
2121
<a href="/docs/cse/administration/create-use-network-blocks"><img src={useBaseUrl('img/icons/operations/microservices.png')} alt="Network icon" width="40"/><h4>Network Blocks</h4></a>
22-
<p>Learn about Network Blocks, their purpose, and instructions for setting them up and using them.</p>
22+
<p>Learn about network blocks, their purpose, and instructions for setting them up and using them.</p>
2323
</div>
2424
</div>
2525
<div className="box smallbox card">

docs/cse/get-started-with-cloud-siem/intro-for-analysts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ But what if you want to be alerted right away when a certain rule is triggered?
400400
You want to be alerted right away when your new custom match rule is triggered. Create a custom insight that looks for only this rule.
401401

402402
1. [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the top menu, select **Content > Custom Insights**. <br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the main Sumo Logic menu, select **Cloud SIEM > Custom Insights**. You can also click the **Go To...** menu at the top of the screen and select **Custom Insights**.
403-
1. Click **Create**.
403+
1. Click **Add Custom Insight**.
404404
1. Give your custom insight a name.
405405
1. Under **When Signals are created from the following** select **rules**.
406406
1. In **Type to add a rule**, search for the rule you created in [Write a match rule](#write-a-match-rule) and add it to your custom insight.

docs/cse/ingestion/cse-ingestion-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
1010
This topic has information about sending log messages collected by a Sumo Logic Source or Cloud-to-Cloud Connector on to Cloud SIEM to be transformed into records. 
1111

1212
:::note
13-
Cloud SIEM must be enabled in your Sumo Logic account in order to send data from Sumo Logic to Cloud SIEM. If it isn’t, contact your Sumo Logic Technical Account Manager or Sales Engineer.
13+
Cloud SIEM must be enabled in your Sumo Logic account in order to send data from Sumo Logic to Cloud SIEM. If it isn’t, contact your Sumo Logic Technical Account Engineer or Sales Engineer.
1414
:::
1515

1616
The process consists of configuring a source or collector to forward messages to Cloud SIEM, and ensuring that the forwarded messages are correctly tagged with the information Cloud SIEM needs in order to map messages fields to record attributes. These are referred to as *mapping hints*, and include: Format, Vendor, Product, and an Event ID template.

0 commit comments

Comments
 (0)