Skip to content

Commit f58ecb2

Browse files
authored
Merge branch 'main' into V1-to-V2-apps-migration
2 parents 2296a64 + 11342a4 commit f58ecb2

File tree

94 files changed

+1232
-820
lines changed

Some content is hidden

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

94 files changed

+1232
-820
lines changed

.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-cse/2025-04-25-content.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: April 25, 2025 - Content Release
3+
image: https://help.sumologic.com/img/sumo-square.png
4+
keywords:
5+
- log mappers
6+
- parsers
7+
- rules
8+
hide_table_of_contents: true
9+
---
10+
11+
import useBaseUrl from '@docusaurus/useBaseUrl';
12+
13+
This content release includes:
14+
- Fixes for Threat Intelligence rules to correct match expression syntax for hash and HTTP referrer.
15+
- Parsing and mapping updates for Microsoft Office 365 to improve target user visibility.
16+
17+
## Rules
18+
- [Updated] MATCH-S01009 Threat Intel - HTTP Referrer
19+
- [Updated] MATCH-S01012 Threat Intel - HTTP Referrer Root Domain
20+
- [Updated] MATCH-S00999 Threat Intel - IMPHASH Match
21+
- [Updated] MATCH-S01000 Threat Intel - MD5 Match
22+
- [Updated] MATCH-S01001 Threat Intel - PEHASH Match
23+
- [Updated] MATCH-S01003 Threat Intel - SHA1 Match
24+
- [Updated] MATCH-S01004 Threat Intel - SHA256 Match
25+
- [Updated] MATCH-S01002 Threat Intel - SSDEEP Match
26+
27+
## Log Mappers
28+
- [Updated] Microsoft Office 365 Active Directory Authentication Events
29+
- [Updated] Microsoft Office 365 AzureActiveDirectory Events
30+
31+
## Parsers
32+
- [Updated] /Parsers/System/Microsoft/Office 365

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"/>

0 commit comments

Comments
 (0)