Skip to content

Commit 7563e7c

Browse files
authored
Merge branch 'main' into copilot-ga-final
2 parents 5a6ce95 + 6190984 commit 7563e7c

File tree

51 files changed

+3495
-2144
lines changed

Some content is hidden

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

51 files changed

+3495
-2144
lines changed

.clabot

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@
55
"JV0812",
66
"jpipkin1",
77
"JainM6",
8-
"swiatekm-sumo",
98
"docsSeema",
10-
"@dependabot[bot]",
11-
"dependabot[bot]",
129
"angadrandhawa1",
1310
"kkujawa-sumo",
14-
"open-source-collection-team",
1511
"mat-rumian",
1612
"perk-sumo",
1713
"jmartini-sumo",
@@ -28,12 +24,10 @@
2824
"agaur",
2925
"bhargavisumo",
3026
"ravipadala-sumo",
31-
"jd-sumo",
3227
"davidcarltonsumo",
3328
"pkazmir-sumo",
3429
"dkarabin-sumo",
3530
"kevin-sumo",
36-
"mgol-sumo",
3731
"crm6718",
3832
"mvirga-sumo",
3933
"tarunk2",
@@ -176,7 +170,7 @@
176170
"antonymartinsumo",
177171
"amee-sumo"
178172
],
179-
"message": "Thank you for your contribution! As this is an open source project, we require contributors to sign our Contributor License Agreement and do not have yours on file. To proceed with your PR, please [sign your name here](https://forms.gle/YgLddrckeJaCdZYA6) and we'll add you to our approved list of contributors.",
173+
"message": "Thank you for your contribution! As this is an open source project, we require contributors to sign our Contributor License Agreement and do not have yours on file. To proceed with your PR, please [sign your name here](https://forms.gle/YgLddrckeJaCdZYA6) and we will add you to our approved list of contributors.",
180174
"label": "cla-signed",
181175
"recheckComment": "The GitHub CLA Bot is rechecking to see that you have signed our CLA."
182176
}

.github/CODEOWNERS

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1+
# More details: https://help.github.com/articles/about-codeowners
2+
13
# Default owners for everything in the repo.
24
* @kimsauce @jpipkin1 @JV0812 @mafsumo @amee-sumo
35

4-
# Owners of all files in the `/docs` directory and its subdirectories.
5-
/docs/ @kimsauce @jpipkin1 @JV0812 @mafsumo @amee-sumo
6+
# Owners of all files in the `/docs/integrations` directory.
7+
/docs/integrations/ @SumoLogic/sumoappdev @kimsauce @jpipkin1 @JV0812 @mafsumo @amee-sumo
68

79
# Owners of all files in the `/docs/send-data/kubernetes` directory.
8-
/docs/send-data/kubernetes/ @SumoLogic/open-source-collection-team @kimsauce @jpipkin1 @JV0812 @mafsumo @amee-sumo
10+
/docs/send-data/kubernetes/ @SumoLogic/open-source-collection-team @SumoLogic/k8s-developers @kimsauce @jpipkin1 @JV0812 @mafsumo @amee-sumo
911

1012
# Owners of all files in the `/docs/send-data/opentelemetry-collector` directory and its subdirectories.
11-
/docs/send-data/opentelemetry-collector/ @SumoLogic/open-source-collection-team @kimsauce @jpipkin1 @mafsumo @JV0812 @amee-sumo
13+
/docs/send-data/opentelemetry-collector/ @SumoLogic/open-source-collection-team @kimsauce @jpipkin1 @mafsumo @JV0812 @amee-sumo
1214

1315
# GitHub workflow owners
1416
/.github/workflows/ @SumoLogic/open-source-collection-team @kimsauce

blog-cse/2024-11-22-content.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
title: November 22, 2024 - Content Release
3+
hide_table_of_contents: true
4+
keywords:
5+
- log mappers
6+
- log parsers
7+
- detection rules
8+
- tag schemas
9+
image: https://help.sumologic.com/img/sumo-square.png
10+
---
11+
12+
import useBaseUrl from '@docusaurus/useBaseUrl';
13+
14+
<a href="https://help.sumologic.com/release-notes-cse/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>
15+
16+
This content release includes:
17+
* New mapping support for: Qumulo Core, and Teramind Teraserver.
18+
* Updates to existing parsers for: Code42 Incydr, Palo Alto, and Okta.
19+
* Updates to the existing Okta log mappings to support a new HTTP source log formatting.
20+
* Updates to Code42 Incydr Alerts C2C mapping to support new alert log format.
21+
22+
Changes are enumerated below.
23+
24+
### Rules
25+
* [Deleted] FIRST-S00031 First Seen IP Address Associated with User for a Successful Azure AD Sign In Event
26+
* Consider using FIRST-S00047 (First Seen ASN Associated with User for a Successful Azure AD Sign In Event) in its place.
27+
* [New] THRESHOLD-S00116 Password Attack from IP
28+
* This is a fork of THRESHOLD-S00095 Password Attack to address a bug with null values causing backend issues with detection rules. Rule has been forked to ensure no null values are considered in the entity grouping.
29+
* [Updated] FIRST-S00095 Password Attack from Host
30+
* Updates rule to remove IP entity (now handled in THRESHOLD-S00116) and ensure no null values are considered for the host entity.
31+
* [Updated] FIRST-S00068 Okta - First Seen User Accessing Admin Application
32+
* Baseline retention window size increased from 35 days to the standard 90 day retention.
33+
* Modified the summary description to read as follows: "User: `{{user_username}}` has successfully accessed the Okta Admin Application".
34+
35+
### Log Mappers
36+
* [New] Palo Alto Threat DLP non File - Custom Parser
37+
* Mapping support added for event id pattern: threat-dlp-non-file.
38+
* [New] Qumulo Core - Catch All
39+
* [New] Qumulo Core - Login
40+
* [New] Teramind Authentication
41+
* [New] Teramind Catch All
42+
* [New] Teramind Email
43+
* [Updated] Code42 Incydr Alerts C2C
44+
* [Updated] Okta Authentication - auth_via_AD_agent
45+
* [Updated] Okta Authentication - auth_via_mfa
46+
* [Updated] Okta Authentication - auth_via_radius
47+
* [Updated] Okta Authentication - sso
48+
* [Updated] Okta Authentication Events
49+
* [Updated] Okta Catch All
50+
* [Updated] Okta Security Threat Events
51+
52+
### Parsers
53+
* [New] /Parsers/System/Qumulo/Qumulo Core
54+
* [New] /Parsers/System/Salesforce/Salesforce
55+
* [New] /Parsers/System/Teramind/Teramind Teraserver
56+
* [Updated] /Parsers/System/Code42/Code42 Incydr
57+
* Transform update for a new alert log format for tenantId.
58+
* [Updated] /Parsers/System/Okta/Okta
59+
* Modified event_id from eventType to event_type.
60+
* [Updated] /Parsers/System/Palo Alto/PAN Firewall CSV
61+
* Additional parsing support for a new Palo Alto Threat event format.

docs/alerts/monitors/settings.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,10 @@ Click the **Mute** button mute the monitor. See also: [Muting Schedules](/docs/
116116
Click the **More Actions** menu to view more options, including:
117117

118118
* **Copy Path**. Copies the path of the monitor to your computer clipboard.
119-
* **Duplicate**. Makes another monitor based on the same settings.
119+
* **Duplicate**. Copies the monitor and gives you creator permissions on the duplicated monitor.
120120
* **Move**. Moves the monitor to a different path.
121121
* **Export**. Provides JSON of the monitor, allowing you to transfer content within Sumo Logic by copying this JSON, then pasting it into the import dialog in the [Library](/docs/get-started/library) location you choose. This JSON format may change without notice. 
122+
* **Copy Link**. Copies a link to the monitor. Provide the link to any Sumo Logic user in your organization so they can view the monitor. While this option doesn't allow you to share the monitor in the same way you can share a dashboard, you can use this option to quickly allow others in your Sumo Logic organization to view the monitor details.
122123

123124
<img src={useBaseUrl('img/alerts/monitors/more-actions.png')} alt="monitor more actions" style={{border: '1px solid gray'}} width="600"/>
124125

docs/cse/administration/cse-audit-logging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Use  `_index=sumologic_system_events` to limit results to events related to sys
3737

3838
You can use the `subsystem` field, which every event log contains, to limit the events returned to Cloud SIEM-related events:
3939

40-
`subsystem=cse`
40+
`subsystem=cse*`
4141

4242
For information about other fields you can use in Audit Index searches, see auto-generated documentation at the documentation URL for your deployment.
4343

@@ -122,7 +122,7 @@ To search the Audit Event Index or System Event Index for logs that describe Clo
122122
```sql
123123
_index=sumologic_system_events
124124
| json auto
125-
| where subsystem="cse"
125+
| where subsystem="cse*"
126126
```
127127
3. Choose the time range for your search.
128128
4. Click **Start** to run the search.

docs/get-started/account-settings-preferences.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: account-settings-preferences
33
title: Setting Account Preferences and Credentials
4-
sidebar_label: Account Preferences
4+
sidebar_label: Account preferences
55
description: Update and manage your Sumo Logic account.
66
---
77

docs/get-started/apps-integrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: apps-integrations
33
title: Installing Apps and Integrations
4-
sidebar_label: Installing Apps
4+
sidebar_label: Installing apps
55
description: Learn how to install apps to your Library and to multiple environments.
66
---
77

docs/get-started/help.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
id: help
33
title: Help
4-
sidebar_label: Help
54
---
65

76
import useBaseUrl from '@docusaurus/useBaseUrl';

docs/get-started/keyboard-shortcuts.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: keyboard-shortcuts
33
title: Keyboard Shortcuts
4-
sidebar_label: Keyboard Shortcuts
4+
sidebar_label: Keyboard shortcuts
55
description: Sumo Logic keyboard shortcuts.
66
---
77

@@ -129,6 +129,3 @@ Keyboard shortcuts are disabled when typing in the [search text box](/docs/searc
129129
| Option + Shift + D | Open Dashboard page in a new tab |
130130
| Option + Shift + Q | Duplicate a query in a new tab (Search/Metrics only) |
131131
| Command + K | Toggle Go To... |
132-
133-
134-

0 commit comments

Comments
 (0)