Skip to content

Commit 8acc8dd

Browse files
authored
Merge branch 'main' into Databricks-Audit-(apps)
2 parents 6f782e5 + aa75036 commit 8acc8dd

File tree

8 files changed

+35
-2
lines changed

8 files changed

+35
-2
lines changed

blog-cse/2025-10-28-content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This content release includes:
1212
- Updates to existing mappers for Crowdstrike Falcon, F5, and Okta events to support additional fields and events.
1313
- Updates to F5 Networks and Okta SSO parsers.
1414

15-
Changes are enumerated below.
15+
This new and updated content is effective as of October 22, 2025. Changes are enumerated below.
1616

1717
### Log Mappers
1818
- [New] CrowdStrike Falcon Host API IdpDetectionSummaryEvent

blog-cse/2025-10-29-content.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: October 29, 2025 - Content Release
3+
image: https://assets-www.sumologic.com/company-logos/_800x418_crop_center-center_82_none/SumoLogic_Preview_600x600.jpg?mtime=1617040082
4+
keywords:
5+
- log mappers
6+
- parsers
7+
hide_table_of_contents: true
8+
---
9+
10+
This content release includes:
11+
- New log mappers for Crowdstrike Falcon to support eppDetectionSummary events from multiple ingest methods.
12+
- New parsers and log mappers for Databricks Audit logs and Varonis Alerts.
13+
14+
## Log Mappers
15+
- [New] CrowdStrike Falcon - EppDetectionSummaryEvents (CNC)
16+
- [New] DataBricks Audit Catch All
17+
- [New] DataBricks Authentication
18+
- [New] Varonis Alerts Catch All
19+
20+
## Parsers
21+
- [New] /Parsers/System/Databricks/Databricks Audit
22+
- [New] /Parsers/System/Varonis/Varonis Alert JSON

docs/cse/rules/write-aggregation-rule.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ description: Learn how to write an aggregation rule.
77

88
import useBaseUrl from '@docusaurus/useBaseUrl';
99
import CseRule from '../../reuse/cse-rule-description-links.md';
10+
import CseDynamicSeverity from '../../reuse/cse-dynamic-severity.md';
1011
import Iframe from 'react-iframe';
1112

1213
This topic has information about Cloud SIEM aggregation rules and how to write them.
@@ -107,6 +108,7 @@ On the right side of the Rules Editor, in the **Then Create a Signal** section,
107108
1. The severity area updates.
108109
1. **severity of**. Use the pulldown to select a default severity value.
109110
1. **for the record field**. Use the down arrows to display a list of fields, and select one. The dynamic severity will be based on the value of (or existence of) that field in the record that matched the rule expression.
111+
<CseDynamicSeverity/>
110112
1. The **Add More Mappings** option appears. <br/><img src={useBaseUrl('img/cse/add-more-mappings.png')} alt="Add More Mappings option" style={{border: '1px solid gray'}} width="450"/>
111113
1. **Click Add More Mappings**. (Optional) You can define additional mappings if desired. If you don’t, the severity value will be the value of the record field you selected above.
112114
1. The **if the value is** option appears.<br/><img src={useBaseUrl('img/cse/if-the-value-is.png')} alt="If the Value Is option" style={{border: '1px solid gray'}} width="450"/>

docs/cse/rules/write-match-rule.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ description: Learn how to write a match rule.
77

88
import useBaseUrl from '@docusaurus/useBaseUrl';
99
import CseRule from '../../reuse/cse-rule-description-links.md';
10+
import CseDynamicSeverity from '../../reuse/cse-dynamic-severity.md';
1011
import Iframe from 'react-iframe'; 
1112

1213
This topic has information about match rules and how to create them in the Cloud SIEM UI.
@@ -87,6 +88,7 @@ Watch this micro lesson to learn how to create a match rule.
8788
1. The severity area updates.
8889
1. **severity of**. Use the pulldown to select a default severity value.
8990
1. **for the record field**. Use the down arrows to display a list of fields, and select one. The dynamic severity will be based on the value of (or existence of) that field in the record that matched the rule expression.
91+
<CseDynamicSeverity/>
9092
1. The **Add More Mappings** option appears. <br/><img src={useBaseUrl('img/cse/add-more-mappings.png')} alt="Add More Mappings option" style={{border: '1px solid gray'}} width="300"/>
9193
1. Click **Add More Mappings**. (Optional) You can define additional mappings if desired. If you don’t, the severity value will be the value of the record field you selected above.
9294
1. The **if the value is** option appears.<br/><img src={useBaseUrl('img/cse/if-the-value-is.png')} alt="If the Value is Option.png" style={{border: '1px solid gray'}} width="300"/>

docs/manage/scheduled-views/pause-disable-scheduled-views.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ This page outlines the procedures for pausing a scheduled view, manually or auto
1212

1313
By default, all scheduled views are enabled with the AutoPause feature. This mechanism automatically flags scheduled views that have not been queried or referred for *90* consecutive days for potential pausing. This helps with optimizing the system performance and resource usage.
1414

15-
Scheduled View owners and all active account administrators will receive an in-app warning and email notifications with the list of Scheduled Views that are flagged for inactivity. These notifications are sent 21 days and 7 days prior to the scheduled pause. If no action is taken, the Scheduled Views will be automatically paused on the 90th day with a final notification.
15+
Scheduled View creators/owners and all active account administrators will receive an in-app warning and email notifications with the list of Scheduled Views that are flagged for inactivity. These notifications are sent 21 days and 7 days prior to the scheduled pause. If no action is taken, the Scheduled Views will be automatically paused on the 90th day with a final notification.
16+
17+
| In-app notification | Details section notification |
18+
| :-- | :-- |
19+
| <img src={useBaseUrl('/img/scheduled-views/in-app-notification.png')} alt="in-app-notification" style={{border:'1px solid gray'}} width="400"/> | <img src={useBaseUrl('/img/scheduled-views/notification-details-page.png')} alt="notification-details-page.png" style={{border:'1px solid gray'}} width="400"/> |
1620

1721
### Disable the AutoPause
1822

docs/reuse/cse-dynamic-severity.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
:::note
2+
When configuring dynamic severity, you must select a record field that is numeric. If you select a non-numeric field, severity does not return a numeric value, and no signal fires.
3+
:::
316 KB
Loading
59.9 KB
Loading

0 commit comments

Comments
 (0)