Skip to content

Commit 98f1b35

Browse files
authored
Merge branch 'main' into berry
2 parents 8104cd7 + 352a994 commit 98f1b35

File tree

118 files changed

+5527
-2319
lines changed

Some content is hidden

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

118 files changed

+5527
-2319
lines changed

.clabot

Lines changed: 3 additions & 8 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",
@@ -174,9 +168,10 @@
174168
"lol3909",
175169
"Hellfire4959",
176170
"antonymartinsumo",
177-
"amee-sumo"
171+
"amee-sumo",
172+
"chetanchoudhary-sumo"
178173
],
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.",
174+
"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.",
180175
"label": "cla-signed",
181176
"recheckComment": "The GitHub CLA Bot is rechecking to see that you have signed our CLA."
182177
}

.github/CODEOWNERS

Lines changed: 7 additions & 5 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.
2-
* @kimsauce @jpipkin1 @JV0812 @mafsumo
4+
* @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
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
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
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-collector/2024-11-26.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Version 19.516-1
3+
hide_table_of_contents: true
4+
image: https://help.sumologic.com/img/sumo-square.png
5+
---
6+
7+
import useBaseUrl from '@docusaurus/useBaseUrl';
8+
9+
<a href="https://help.sumologic.com/release-notes-collector/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>
10+
11+
In this release, we've enhanced the security and stability of the Collector with added support for security patches.
12+
13+
### Security Fixes
14+
15+
- Upgraded `Tanuki version` to version 3.5.60 to fix the collector intermittently crashing issue.
16+
- Upgraded collector JRE to **Amazon Corretto Version 8.432.06.1**.
17+
18+
### Troubleshooting
19+
20+
When upgrading this collector version, the collector running as a non-root user (run as mode) or on a Mac operating system cannot be upgraded through the API/Web UI. To resolve these issue, follow the respective steps below:
21+
- **Collector running as a non-root user.** An error message will be displayed indicating that the upgrade is not possible. The upgrade must be performed manually on your machine. Refer to [Upgrade Collectors in Sumo Logic](/docs/send-data/collection/upgrade-collectors/#upgrade-collectors-using-the-command-line) to upgrade the collector manually.
22+
- **Collector running on Mac.** The process will stop while upgrading, and the collector will need to be restarted manually on your machine. Use the code below to restart manually.
23+
```
24+
sudo ./collector start
25+
```

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.

blog-service/2024-10-02-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Apps Setup Guides - September Release (Apps)
2+
title: Apps, Solutions, and Collection Integrations - September Release (Observability)
33
image: https://help.sumologic.com/img/sumo-square.png
44
keywords:
55
- apps

blog-service/2024-10-30-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: App Guides - October Release (Apps)
2+
title: Apps, Solutions, and Collection Integrations - October Release (Observability)
33
image: https://help.sumologic.com/img/sumo-square.png
44
keywords:
55
- apps
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Trend Micro C2C Source (Collection)
3+
image: https://help.sumologic.com/img/sumo-square.png
4+
keywords:
5+
- collection
6+
- trend-micro
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 announce the release of our new cloud-to-cloud source for Trend Micro. This source helps you to collect alert details from the Trend Micro platform, and ingest them into Sumo Logic for streamlined analysis. [Learn more](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/trend-micro-source).

blog-service/2024-11-28-apps.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: Apps, Solutions, and Collection Integrations - November Release (Observability)
3+
image: https://help.sumologic.com/img/sumo-square.png
4+
keywords:
5+
- apps
6+
- releases-notes
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+
### New release
15+
16+
We’re excited to announce the release of the new Azure Database for PostgreSQL, Azure Cosmos DB, and Azure App Service Environment for Sumo Logic.
17+
18+
- **Azure Database for PostgreSQL**. Azure Database for PostgreSQL is a fully managed relational database service in the Microsoft cloud based on the PostgreSQL community edition. This integration helps in monitoring resource utilization and identifying slow queries to optimize your workloads and configure your server for the best performance.
19+
[Learn more](/docs/integrations/microsoft-azure/azure-database-for-postgresql/).
20+
- **Azure Cosmos DB**. Azure Cosmos DB is a fully managed NoSQL and relational database for modern app development offering single-digit millisecond response times, automatic and instant scalability, along with guaranteed speed at any scale. This integration helps in monitoring the overall performance, failures, capacity, and operational health of all your Azure Cosmos DB resources.
21+
[Learn more](/docs/integrations/microsoft-azure/azure-cosmos-db/).
22+
- **Azure Cosmos DB for PostgreSQL**. Azure Cosmos DB for PostgreSQL is a managed service for PostgreSQL powered by the Citus open source extension which enables you to build highly scalable relational apps. This integration helps in identifying configurations errors, analyzing executed statements, and monitoring resource usage of individual nodes in a cluster.
23+
[Learn more](/docs/integrations/microsoft-azure/azure-cosmos-db-for-postgresql/).
24+
- **Azure App Service Environment**. An Azure App Service Environment is an Azure App Service feature that provides a fully isolated and dedicated environment for running App Service apps securely at high scale. This integration helps in monitoring your environments operational events such as upgrades, scaling, and suspensions. [Learn more](/docs/integrations/microsoft-azure/azure-app-service-environment).
25+
26+
### Enhancements
27+
28+
We're excited to announce the release of the enhancements listed below for the Sumo Logic apps:
29+
30+
- **Apache - OpenTelemetry**. Added six new monitors for Apache - OpenTelemetry app that will be triggered for different pre-defined conditions. [Learn more](/docs/integrations/web-servers/opentelemetry/apache-opentelemetry/#apache-alerts).
31+
- **Apache Tomcat - OpenTelemetry**. Added four new monitors for Apache Tomcat - OpenTelemetry app that will be triggered for different pre-defined conditions. [Learn more](/docs/integrations/web-servers/opentelemetry/apache-tomcat-opentelemetry/#apache-tomcat-alerts).
32+
- **Oracle - OpenTelemetry**. Updated the collection process to fetch unified audit logs and added new **Unified Audit Syslog** dashboard. This new dashboard offers information on database users, top current users, and trends in logon status. This dashboard can also be used with the unified audit logs exported from both Windows and Linux environments. [Learn more](/docs/integrations/databases/opentelemetry/oracle-opentelemetry/#unified-audit-syslog).
33+
- **Added CloudTrail Audit dashboard**. The CloudTrail Audit dashboard is added to the [AWS Application Load Balancer](/docs/integrations/amazon-aws/application-load-balancer/#cloudtrail-audit), [AWS Classic Load Balancer](/docs/integrations/amazon-aws/classic-load-balancer/#cloudtrail-audit), and [AWS Network Load Balancer](/docs/integrations/amazon-aws/network-load-balancer/#cloudtrail-audit) apps. This dashboard helps you to visualize the successful and failed events globally, event trends, error details, and user activities, offering insights into load balancer performance, security, and usage patterns.
34+
- **Amazon RDS**. Added **Oracle Logs - Alert Logs Analysis**, **Oracle Logs - Audit Logs Analysis**, and **Oracle Logs - Listener Troubleshooting** dashboards. These CloudTrail and CloudWatch Logs dashboard provide monitoring for error logs and essential infrastructure details. [Learn more](/docs/integrations/amazon-aws/rds/#oracle-logs---alert-logs-analysis).
35+
- **MongoDB Atlas**. New version of the [MongoDB Atlas collection](/docs/integrations/databases/mongodb-atlas/#collecting-logs-and-metrics-for-the-mongodb-atlas-app) was released with `v.1.0.11` in [Pypi](https://pypi.org/project/sumologic-mongodb-atlas/) and `v1.0.18` in [AWS Serverless Repository](https://serverlessrepo.aws.amazon.com/applications/us-east-1/956882708938/sumologic-mongodb-atlas). [Learn more](https://github.com/SumoLogic/sumologic-mongodb-atlas/releases/tag/v2.0.1)
36+
- Source Template enhancements:
37+
- Updated log and metric section feature on 11 Source templates (OTRM).
38+
- Updated and maintained the UI uniformity across all Source templates.
39+
- Released masking feature for the Windows Source Template. [Learn more](/docs/send-data/opentelemetry-collector/data-transformations/#masking-examples).
40+
41+
### Bug fixes
42+
43+
- Minor *query* fixes in the below [Classic Apps (Legacy)](/docs/get-started/apps-integrations/#classic-apps-legacy):
44+
- Amazon CloudTrail - Cloud Security Monitoring and Analytics
45+
- Github
46+
47+
- Minor fixes in the *monitors* for the below [Next-Gen Apps](/docs/get-started/apps-integrations/#next-gen-apps):
48+
- Microsoft Azure AD Inventory
49+
- Audit
50+

blog-service/2024-11-28-search.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: Logs Query Assist - Preview (Search)
3+
image: https://help.sumologic.com/img/sumo-square.png
4+
keywords:
5+
- query
6+
- ai
7+
- copilot
8+
- search
9+
- log-search
10+
hide_table_of_contents: true
11+
---
12+
13+
import useBaseUrl from '@docusaurus/useBaseUrl';
14+
15+
<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>
16+
17+
This feature is in Preview. To participate, contact your Sumo Logic account representative.
18+
19+
We’re excited to announce the preview release of **Query Assist**, designed to simplify query building by reducing complexity, enabling easier field discovery, minimizing errors, and providing intelligent query-writing assistance. These enhancements deliver real-time syntax suggestions, schema-based recommendations, and a frictionless query experience.
20+
21+
### Key features
22+
23+
* **Real-time syntax suggestions**. Get instant recommendations for syntax and operators to accelerate query creation and reduce errors.
24+
* **Schema-based field suggestions**. Automatically discover relevant keys and fields for structured data like JSON logs.
25+
* **Partial query prediction**. Anticipate the next operator or receive partial query suggestions based on your input.
26+
* **Enhanced user experience**. Real-time error highlighting and intelligent suggestions provide a smooth and seamless query-building process.
27+
28+
These updates make it easier for both beginners and advanced users to craft accurate queries and analyze data efficiently. [Learn more](/docs/search/query-assist).

blog-service/2024-12-02-apps.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Digital Guardian ARC (Apps)
3+
image: https://help.sumologic.com/img/sumo-square.png
4+
keywords:
5+
- digital-guardian-arc
6+
- apps
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 Digital Guardian ARC app for Sumo Logic. This app leverages the Sumo Logic Cloud-to-Cloud Digital Guardian source that provides data protection through analytics, reporting, and workflows. This integration helps to improve real-time activity monitoring, pre-configure alerts for different events, analyze policy enforcements, provide geolocation insights to support targeted threat investigation and response, and identify potential tampering by closely monitoring digital signatures for files and applications.
15+
16+
Explore our technical documentation [here](/docs/integrations/saas-cloud/digital-guardian-arc/) to learn how to set up and use the Digital Guardian ARC app for Sumo Logic.

0 commit comments

Comments
 (0)