Skip to content

Commit 64860a0

Browse files
Merge branch 'main' into CSOAR-3557
2 parents f5285d1 + 1de9bf4 commit 64860a0

File tree

55 files changed

+1151
-352
lines changed

Some content is hidden

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

55 files changed

+1151
-352
lines changed

.clabot

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,9 @@
191191
"naveenrama",
192192
"fguimond",
193193
"rmeyer-legato",
194-
"jagan2221"
194+
"jagan2221",
195+
"pankaj101A",
196+
"prajalb"
195197
],
196198
"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.",
197199
"label": "cla-signed",

.github/workflows/workflow_deploy-to-pantheon-prod.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ permissions:
44
contents: write
55

66
on:
7-
workflow_dispatch:
87
push:
98
branches:
109
- main
1110
paths-ignore:
1211
- .github/**
12+
- .clabot
13+
- CONTRIBUTING.md
14+
- README.md
1315

1416
jobs:
1517
build-site:

.github/workflows/workflow_deploy-to-pantheon-staging.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ permissions:
44
contents: write
55

66
on:
7-
workflow_dispatch:
87
push:
98
branches:
109
- staging/**
1110
paths-ignore:
1211
- .github/**
12+
- .clabot
13+
- CONTRIBUTING.md
14+
- README.md
1315

1416
jobs:
1517
build-site:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Before submitting an issue or pull request, we recommend reviewing the sections
3838

3939
To contribute to Sumo Docs, ensure you have the following tools installed:
4040

41-
- [Node.js](https://nodejs.org/en/download/) version 18 or higher
41+
- [Node.js](https://nodejs.org/en/download/) version 20 or higher
4242
- [Yarn](https://yarnpkg.com/en/), installable via [Homebrew](https://brew.sh/) (`brew install yarn`)
4343

4444
## Installation

blog-collector/2025-10-13-installed.md

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Version 19.533-5 (Installed Collector)
3+
hide_table_of_contents: true
4+
image: https://assets-www.sumologic.com/company-logos/_800x418_crop_center-center_82_none/SumoLogic_Preview_600x600.jpg?mtime=1617040082
5+
---
6+
7+
import useBaseUrl from '@docusaurus/useBaseUrl';
8+
9+
In this release, we've added two important updates to Installed Collectors to enhance performance, security, and ensure long-term support.
10+
11+
:::note
12+
Starting January 31, 2026, Sumo Logic will no longer support the collectors using Java Runtime Environment (JRE) versions older than 17 and will end support for Installed Collectors running on WIN 32 machines.
13+
14+
To ensure continued compatibility and support, upgrade your collectors to JRE 17 or later and migrate your collectors to Windows 64-bit or another supported operating system before this date.
15+
:::
16+
17+
## Java upgrade and end of support for legacy versions
18+
19+
With Java 8 reaching its end of public updates in January 2019, and with newer Java versions offering significant improvements in both performance and security, we are upgrading our Installed Collectors to Java 17. This change applies differently depending on how your collectors are configured:
20+
21+
- **For collectors using default Sumo Logic bundled Corretto JRE**. This deprecation will not affect you as the upgrade to JRE 17 happens automatically when you update your collector to version 19.533-5. *No immediate action is required*.
22+
- **For collectors with custom JRE setups**. If you're using a custom JRE configuration, including binary installer-based deployments, custom deployment scripts, or containerized collectors with JRE 8 or 11, you must manually upgrade to JRE 17 to maintain compatibility and support. After January 31, 2026, your existing collectors will continue to run. However, you will not be able to upgrade or download new collector versions using JRE 8 or 11.
23+
24+
## End of support for Windows 32-bit (WIN 32) systems
25+
26+
To align with Microsoft’s end-of-life for Windows 32-bit systems and ensure a secure, stable platform for all users, Sumo Logic will end support for Installed Collectors running on WIN 32 machines from January 31, 2026. After this date, the collectors on WIN 32 will no longer be supported and upgrades and new collector downloads for WIN 32 will be disabled.
27+
28+
To maintain support and access to the latest features, migrate your collectors to Windows 64-bit or another supported operating system as soon as possible.
29+
30+
[Learn more](/docs/send-data/collection/upgrade-collectors/#upgradecollectors-to-the-latest-build).

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

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: October 28, 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 mappers for Crowdstrike Falcon events.
12+
- Updates to existing mappers for Crowdstrike Falcon, F5, and Okta events to support additional fields and events.
13+
- Updates to F5 Networks and Okta SSO parsers.
14+
15+
Changes are enumerated below.
16+
17+
### Log Mappers
18+
- [New] CrowdStrike Falcon Host API IdpDetectionSummaryEvent
19+
- [New] CrowdStrike Falcon Identity Protection
20+
- [Updated] CrowdStrike UserActivity Logs
21+
- [Updated] F5 Authentication Catch All
22+
- [Updated] F5 HTTPd Audit - Custom Parser
23+
- [Updated] F5 Session and adfs proxy - Custom Parser
24+
- [Updated] Okta Authentication - auth_via_AD_agent
25+
- [Updated] Okta Authentication - auth_via_mfa
26+
- [Updated] Okta Authentication - auth_via_radius
27+
- [Updated] Okta Authentication - sso
28+
- [Updated] Okta Authentication Events
29+
- [Updated] Okta Catch All
30+
- [Updated] Okta Security Threat Events
31+
32+
### Parsers
33+
- [Updated] /Parsers/System/F5/F5 Syslog
34+
- [Updated] /Parsers/System/Okta/Okta

blog-service/2025-10-14-apps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Azure Security - Microsoft Defender for Cloud Apps (Apps)
3-
image: https://help.sumologic.com/img/reuse/rss-image.jpg
3+
image: https://assets-www.sumologic.com/company-logos/_800x418_crop_center-center_82_none/SumoLogic_Preview_600x600.jpg?mtime=1617040082
44
keywords:
55
- apps
66
- azure
@@ -11,4 +11,4 @@ hide_table_of_contents: true
1111

1212
import useBaseUrl from '@docusaurus/useBaseUrl';
1313

14-
We're excited to introduce the new Sumo Logic app for Azure Security - Microsoft Defender for Cloud Apps. This app enhances Azure security with centralized monitoring, proactive threat detection, and rapid incident response. It also offers interactive dashboards for tracking user activity and access, enabling faster threat management and stronger protection of cloud assets. [Learn more](/docs/integrations/microsoft-azure/azure-security-microsoft-defender-for-cloud-apps/).
14+
We're excited to introduce the new Sumo Logic app for Azure Security - Microsoft Defender for Cloud Apps. This app enhances Azure security with centralized monitoring, proactive threat detection, and rapid incident response. It also offers interactive dashboards for tracking user activity and access, enabling faster threat management and stronger protection of cloud assets. [Learn more](/docs/integrations/microsoft-azure/azure-security-microsoft-defender-for-cloud-apps/).

blog-service/2025-10-15-manage.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,3 @@ hide_table_of_contents: true
1111
We're excited to annouce the new **AutoPause** feature for Scheduled Views, designed to enhance system performance and optimize resource usage.
1212

1313
With AutoPause, any Scheduled View that remains inactive for 90 consecutive days (that is, not queried or referenced) will be automatically flagged and paused. To ensure you're informed ahead of time, Scheduled View owners and active account administrators will receive email and in-app notifications 21 days and 7 days before the scheduled pause. If no action is taken, the view will be automatically paused on the 90th day, followed by a final alert. [Learn more](/docs/manage/scheduled-views/pause-disable-scheduled-views/).
14-
15-
:::note
16-
This feature is currently available only for Canada (Central), Asia Pacific (Tokyo), and Asia Pacific (Seoul) regions.
17-
:::

blog-service/2025-10-17-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Azure Security - Microsoft Entra ID Protection (Apps)
3-
image: https://help.sumologic.com/img/reuse/rss-image.jpg
3+
image: https://assets-www.sumologic.com/company-logos/_800x418_crop_center-center_82_none/SumoLogic_Preview_600x600.jpg?mtime=1617040082
44
keywords:
55
- apps
66
- azure

0 commit comments

Comments
 (0)