Skip to content

Commit c18520b

Browse files
Merge branch 'main' into CSOAR-3221
2 parents 7cc5df7 + 418f6b8 commit c18520b

File tree

438 files changed

+2764
-4435
lines changed

Some content is hidden

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

438 files changed

+2764
-4435
lines changed

.clabot

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@
182182
"Deklin",
183183
"justrelax19",
184184
"dlindelof-sumologic",
185-
"snyk-bot"
185+
"snyk-bot",
186+
"stephenthedev"
186187
],
187188
"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.",
188189
"label": "cla-signed",

.github/workflows/build_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828

2929
jobs:
3030
build-and-deploy:
31-
runs-on: ubuntu-22.04
31+
runs-on: ubuntu-latest
3232
environment:
3333
name: ${{ inputs.environment }}
3434
url: ${{ inputs.hostname }}${{ inputs.base_url }}

.github/workflows/delete-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: delete
44

55
jobs:
66
delete-branch-environment:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-latest
88
environment:
99
name: review/${{ github.ref_name }}
1010
env:

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build-and-deploy:
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-latest
1414
env:
1515
CI: true
1616
NODE_ENV: production

blog-service/2021/12-31.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -618,13 +618,13 @@ Update - [Scheduled View](/docs/manage/scheduled-views "Scheduled Views") quer
618618
---
619619
## March 16, 2021 (Alerts)
620620

621-
Update - We have resolved a discrepancy in the notification payload of [Real Time Scheduled Searches](/docs/alerts/scheduled-searches/create-real-time-alert).
621+
Update - We have resolved a discrepancy in the notification payload of Real-Time Scheduled Searches.
622622

623623
Previously, the payload for subsequent real time alerts in a given time range would incrementally report the results and omit the records that were already present in the previous alert.
624624

625625
For example, if the Scheduled Search initially returned 10 records, the first alert notification would contain 10 records in the payload. If the next run contained the same 10 records plus 1 additional, the notification payload would only contain the single new record.
626626

627-
Going forward, we will ensure that the records sent in the notification payload will always contain all the records returned in the Scheduled Search. Following the above example, the next run of the Real Time Scheduled Search would return 11 records. This change ensures that the payload will always match the results of the search in Sumo Logic.
627+
Going forward, we will ensure that the records sent in the notification payload will always contain all the records returned in the Scheduled Search. Following the above example, the next run of the Real-Time Scheduled Search would return 11 records. This change ensures that the payload will always match the results of the search in Sumo Logic.
628628

629629
---
630630
## March 12, 2021-12 (Collection)

blog-service/2024/12-31.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ For information, see [Metrics Explorer](/docs/metrics/metrics-queries/metrics-ex
827827

828828
As part of our ongoing evaluation of the Sumo Logic service, we have decided to deprecate [Real-Time Scheduled Searches](/docs/alerts/scheduled-searches/create-real-time-alert). In particular, we will remove the option to create new Real-Time Scheduled Searches on May 15, 2024. Existing Real-Time Scheduled Searches will continue to function until May 15, 2025. We believe many use cases for Real-Time Scheduled Searches can be met by [Monitors](/docs/alerts/monitors/overview). Any remaining use cases can be met by executing these searches at 15m intervals.
829829

830-
In 2020, Sumo Logic released Monitors, which provided a new framework to trigger alerts on both metrics and log data in real time and send notifications. Real-Time Scheduled Searches provided a much more limited version of this functionality. Monitors will continue to be the focus area for our Product and Engineering Teams for features and enhancements regarding alerting. Learn more [here](/docs/alerts/scheduled-searches/deprecation).
830+
In 2020, Sumo Logic released Monitors, which provided a new framework to trigger alerts on both metrics and log data in real time and send notifications. Real-Time Scheduled Searches provided a much more limited version of this functionality. Monitors will continue to be the focus area for our Product and Engineering Teams for features and enhancements regarding alerting.
831831

832832
### April 26, 2024 (Apps)
833833

@@ -1119,4 +1119,4 @@ For more information, see our documentation on how to [monitor credits allocatio
11191119

11201120
#### Index Field
11211121

1122-
We're excited to include the **Index** field as metadata at the bottom of every message row, along with other metadata. This allows you to modify the search query by clicking the index name or view surrounding messages by clicking on the dropdown. [Learn more](/docs/search/get-started-with-search/search-basics/built-in-metadata). <br/><img src={useBaseUrl('img/search/get-started-search/search-page/index-filter.png')} alt="index-filter" width="800" style={{border: '1px solid gray'}}/>
1122+
We're excited to include the **Index** field as metadata at the bottom of every message row, along with other metadata. This allows you to modify the search query by clicking the index name or view surrounding messages by clicking on the dropdown. [Learn more](/docs/search/get-started-with-search/search-basics/built-in-metadata). <br/><img src={useBaseUrl('img/search/get-started-search/search-page/index-filter.png')} alt="index-filter" width="800" style={{border: '1px solid gray'}}/>

blog-service/2025-04-28-manage.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Content Sharing for Apps (Manage)
3+
image: https://help.sumologic.com/img/sumo-square.png
4+
keywords:
5+
- manage
6+
- apps
7+
- content sharing
8+
hide_table_of_contents: true
9+
---
10+
11+
import useBaseUrl from '@docusaurus/useBaseUrl';
12+
13+
We are happy to announce that authorized users can now control the visibility of installed app content. This update allows content administrators and the installing user to configure the roles and users who should be allowed to view the dashboards and log searches that are installed with an app.
14+
15+
For more information about sharing apps, see [Content Sharing in Sumo Logic](/docs/manage/content-sharing/).
16+
17+
<img src={useBaseUrl('img/content-sharing/grant-app-access-to-org.png')} alt="<your image description>" style={{border: '1px solid gray'}} width="<insert-pixel-number>" />

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

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
title: Apps, Solutions, and Collection Integrations - April Release
3+
image: https://help.sumologic.com/img/sumo-square.png
4+
keywords:
5+
- apps
6+
- april-release
7+
hide_table_of_contents: true
8+
---
9+
10+
import useBaseUrl from '@docusaurus/useBaseUrl';
11+
12+
### New release
13+
14+
We’re excited to announce the release of the following apps for Sumo Logic:
15+
16+
- **Amazon Elastic Block Store**. Amazon Elastic Block Store (EBS) offers block-level storage for EC2 instances, acting like unformatted hard drives that can be mounted, configured, and persist independently of the instance's lifecycle. It's ideal for applications needing fast, long-term storage such as file systems, databases, and workloads with frequent or large-scale data access. [Learn more](/docs/integrations/amazon-aws/amazon-elastic-block-store/).
17+
- **Azure Kubernetes Service (AKS) - Control Plane**. The AKS - Control Plane app collects logs from Azure Kubernetes Service to monitor and manage Kubernetes API activity, gain operational insights, support troubleshooting, and conduct security auditing. [Learn more](/docs/integrations/microsoft-azure/kubernetes/).
18+
- **Azure Virtual Machine**. The Azure Virtual Machine app collects VM instance metrics and presents them in predefined dashboards, offering insights into CPU, disk, network, cache, and memory performance, as well as audit events related to changes, errors, and user activities. [Learn more](/docs/integrations/microsoft-azure/azure-virtual-machine/).
19+
- **Google Cloud VPC**. The Google Cloud VPC app offers visibility into VPC activities and traffic, with dashboards detailing flow data, IP addresses, ports, protocols, threat intelligence, traffic direction, and related messages. [Learn more](/docs/integrations/google/cloud-vpc/).
20+
- **Google Cloud Storage**. The Google Cloud Storage app uses the Google Cloud Audit Logs and Cloud Storage metrics for comprehensive monitoring of logs and metrics, offering dashboards that provide insights into storage usage, request operations, data transfer, authentication, performance, and optimization. [Learn more](/docs/integrations/google/cloud-storage/).
21+
22+
### AWS Observability Solution v2.12.0
23+
24+
**Enhancements**:
25+
26+
- Updated the SAM Lambda runtime from `Node.js v20.x` to `Node.js v22.x`.
27+
- Updated the Lambda runtime to `Node.js v22.x` in the CloudFormation template for AWS CloudWatch Logs with Dead Letter Queue Support.
28+
- Updated the [SecurityHub SAM Lambda](https://github.com/SumoLogic/sumologic-aws-lambda/releases) runtime from `Python v3.11` to `Python v3.13`.
29+
- Updated the Lambda runtime to `Python v3.13` in the CloudFormation template for Kinesis Metric Collection.
30+
- Updated the Sumo Logic terraform provider to `v3.x`.
31+
- Updated the [AWS EC2 app - Events (CloudTrail) dashboard](/docs/observability/aws/integrations/aws-ec2-metrics/#21-aws-ec2---events-cloudtrail).
32+
- Updated 9 apps and 4 monitors to accommodate new Threat Intel feed. [AWS Application Load Balancer](/docs/observability/aws/integrations/aws-application-load-balancer/#7-aws-application-load-balancer---threat-intel), [AWS API Gateway](/docs/observability/aws/integrations/aws-api-gateway/#audit-events), [AWS Classic Load Balancer](/docs/observability/aws/integrations/aws-classic-load-balancer/#7-aws-classic-load-balancer---threat-intel), [AWS DynamoDB](/docs/observability/aws/integrations/aws-dynamodb/#4-aws-dynamodb---threat-intel), [AWS EC2](/docs/observability/aws/integrations/aws-ec2-metrics/), [AWS Lambda](/docs/observability/aws/integrations/aws-lambda/#6-aws-lambda---threat-intel), [Amazon RDS](/docs/observability/aws/integrations/amazon-rds/#viewing-the-rds-dashboards), [Amazon SNS](/docs/observability/aws/integrations/amazon-sns/#amazon-sns---threat-intel), and [Amazon SQS](/docs/observability/aws/integrations/amazon-sqs/#threat-intel).
33+
34+
**Deprecations**:
35+
36+
- Deprecated support for Sumo Logic Mumbai deployment.
37+
- Deprecated the **Sumo Logic Root Cause Explorer Sources** section, which facilitates the installation of AWS X-Ray Source and AWS Inventory Source via CloudFormation and Terraform solutions.
38+
39+
### Enhancements
40+
41+
- **Updated the OpenTelemetry app queries to accommodate the new i471 Threat Intel feed**. [Apache - OpenTelemetry](/docs/integrations/web-servers/opentelemetry/apache-opentelemetry/#threat-analysis), [Apache Tomcat - OpenTelemetry](/docs/integrations/web-servers/opentelemetry/apache-tomcat-opentelemetry/#threat-intel), [HAProxy - OpenTelemetry](/docs/integrations/web-servers/opentelemetry/haproxy-opentelemetry/#threat-analysis), [IIS 10 - OpenTelemetry](/docs/integrations/web-servers/opentelemetry/iis-10-opentelemetry/#threat-analysis), [Nginx - OpenTelemetry](/docs/integrations/web-servers/opentelemetry/nginx-opentelemetry/#threat-intel), [PostgreSQL - OpenTelemetry](/docs/integrations/databases/opentelemetry/postgresql-opentelemetry/), and [Varnish - OpenTelemetry](/docs/integrations/web-servers/opentelemetry/varnish-opentelemetry/#threat-intel).
42+
- **Updated the app queries to accommodate the new i471 Threat Intel feed**. [AWS API Gateway](/docs/observability/aws/integrations/aws-api-gateway/), [AWS Application Load Balancer](/docs/integrations/amazon-aws/application-load-balancer/#threat-intel), [AWS Classic Load Balancer](/docs/observability/aws/integrations/aws-classic-load-balancer/#7-aws-classic-load-balancer---threat-intel), [AWS DynamoDB](/docs/observability/aws/integrations/aws-dynamodb/#4-aws-dynamodb---threat-intel), [AWS EC2](/docs/observability/aws/integrations/aws-ec2-metrics/), [AWS Lambda](/docs/observability/aws/integrations/aws-lambda/#6-aws-lambda---threat-intel), [Amazon RDS](/docs/integrations/amazon-aws/rds/), [Amazon SNS](/docs/observability/aws/integrations/amazon-sns/#amazon-sns---threat-intel), and [Amazon SQS](/docs/integrations/amazon-aws/sqs/#threat-intel).
43+
- **Classic Apps to Next-Gen Apps Migration**. [BitBucket](/docs/integrations/app-development/bitbucket/), [GitHub](/docs/integrations/app-development/github/), [Gitlab](/docs/integrations/app-development/gitlab/), [Jira Cloud](/docs/integrations/app-development/jira-cloud/), [Opsgenie](/docs/integrations/saas-cloud/opsgenie/), [PagerDuty V2](/docs/integrations/saas-cloud/pagerduty-v2/), [PagerDuty V3](/docs/integrations/saas-cloud/pagerduty-v3/), [Apache](/docs/integrations/web-servers/apache/), [Apache Tomcat](/docs/integrations/web-servers/apache-tomcat/), [HAProxy](/docs/integrations/web-servers/haproxy/), [IIS 10](/docs/integrations/web-servers/iis-10/), [Nginx](/docs/integrations/web-servers/nginx/), [Nginx Ingress](/docs/integrations/web-servers/nginx-ingress/), [Nginx Plus](/docs/integrations/web-servers/nginx-plus/), [Nginx Plus Ingress](/docs/integrations/web-servers/nginx-plus-ingress/), [Application Components Solution](/docs/observability/application-components/), [Cassandra](/docs/integrations/databases/cassandra/), [Couchbase](/docs/integrations/databases/couchbase/), [Elasticsearch](/docs/integrations/databases/elasticsearch/), [MariaDB](/docs/integrations/databases/mariadb/), [Memcached](/docs/integrations/databases/memcached/), [MongoDB](/docs/integrations/databases/mongodb/), [MySQL](/docs/integrations/databases/mysql/), [Oracle](/docs/integrations/databases/oracle/), [PostgreSQL](/docs/integrations/databases/postgresql/), [Redis](/docs/integrations/databases/redis/), [SQL Server](/docs/integrations/microsoft-azure/sql-server/), and CircleCI apps are migrated from [Classic Apps (Legacy)](/docs/get-started/apps-integrations/#classic-apps-legacy) to [Next-Gen Apps](/docs/get-started/apps-integrations/#next-gen-apps).
44+
- **Released FAQ section with 14 OTRM Source Templates**. [Windows Source Template](/docs/send-data/opentelemetry-collector/remote-management/source-templates/windows/), [Apache Source Template](/docs/send-data/opentelemetry-collector/remote-management/source-templates/apache/), [Linux Source Template](/docs/send-data/opentelemetry-collector/remote-management/source-templates/linux), [Mac Source Template](/docs/send-data/opentelemetry-collector/remote-management/source-templates/mac), [Local File Source Template](/docs/send-data/opentelemetry-collector/remote-management/source-templates/localfile), [Syslog Source Template](/docs/send-data/opentelemetry-collector/remote-management/source-templates/syslog), [Redis Source Template](/docs/send-data/opentelemetry-collector/remote-management/source-templates/redis), [RabbitMQ Source Template](/docs/send-data/opentelemetry-collector/remote-management/source-templates/rabbitmq), [Docker Source Template](/docs/send-data/opentelemetry-collector/remote-management/source-templates/docker), [Nginx Source Template](/docs/send-data/opentelemetry-collector/remote-management/source-templates/nginx), [Kafka Source Template](/docs/send-data/opentelemetry-collector/remote-management/source-templates/kafka), [PostgreSQL Source Template](/docs/send-data/opentelemetry-collector/remote-management/source-templates/postgresql), [MySQL Source Template](/docs/send-data/opentelemetry-collector/remote-management/source-templates/mysql), and [Elasticsearch Source Template](/docs/send-data/opentelemetry-collector/remote-management/source-templates/elasticsearch).

blog-service/2025-05-01-manage.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Service Accounts (Manage)
3+
image: https://help.sumologic.com/img/sumo-square.png
4+
keywords:
5+
- manage
6+
- access keys
7+
- service accounts
8+
hide_table_of_contents: true
9+
---
10+
11+
import useBaseUrl from '@docusaurus/useBaseUrl';
12+
13+
We are happy to announce that you can now create service accounts in Sumo Logic. Service accounts are a special type of account designed for automating processes that use Sumo Logic APIs, such as scripts, integrations, and infrastructure as code. Unlike user accounts, service accounts are not associated with an individual and do not allow for interactive logins.
14+
15+
[Learn more](/docs/manage/security/service-accounts).
16+
17+
<img src={useBaseUrl('/img/security/service-accounts-page.png')} alt="Service Accounts tab" style={{border: '1px solid gray'}} width="800"/>

blog-service/2025-05-05-alerts.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Real-Time Scheduled Searches Deprecation (Alerts)
3+
image: https://help.sumologic.com/img/sumo-square.png
4+
keywords:
5+
- alerts
6+
- scheduled searches
7+
- monitors
8+
hide_table_of_contents: true
9+
---
10+
11+
The [previously announced](/release-notes-service/2024/12/31/#deprecation-notice---real-time-scheduled-searches) automatic conversion of Real-Time Scheduled Searches to 15-minute scheduled searches will not take place.
12+
13+
- Existing Real-Time Scheduled Searches will continue to operate as-is.
14+
- Creating new Real-Time Scheduled Searches remains disabled (since May 29, 2024).
15+
- For new real-time alerting use cases, we recommend using [Monitors](https://help.sumologic.com/docs/alerts/monitors/overview).
16+
17+
[Learn more](/docs/alerts/scheduled-searches/create-real-time-alert).

0 commit comments

Comments
 (0)