From c0b664b56374ea61b6767afaefb75cbf8531f1e9 Mon Sep 17 00:00:00 2001 From: Amee Lepcha Date: Thu, 30 Oct 2025 23:21:08 +0530 Subject: [PATCH 1/7] Create 2025-10-31-apps.md --- blog-service/2025-10-31-apps.md | 62 +++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 blog-service/2025-10-31-apps.md diff --git a/blog-service/2025-10-31-apps.md b/blog-service/2025-10-31-apps.md new file mode 100644 index 0000000000..4cd31a7eab --- /dev/null +++ b/blog-service/2025-10-31-apps.md @@ -0,0 +1,62 @@ +--- +title: Apps, Solutions, and Collection Integrations - October Release +image: https://assets-www.sumologic.com/company-logos/_800x418_crop_center-center_82_none/SumoLogic_Preview_600x600.jpg?mtime=1617040082 +keywords: + - apps + - october-release +hide_table_of_contents: true +--- + +import useBaseUrl from '@docusaurus/useBaseUrl'; + +### New release + +We’re excited to announce the release of the new Azure OpenAI app for Sumo Logic. + +- **Azure OpenAI**. The Azure OpenAI app enables you to track the request volume, token usage, response latency, and error rates, to ensure efficient model utilization and reliable AI-driven application performance. [Learn more](/docs/integrations/microsoft-azure/azure-open-ai/). + +### AWS Observability Solution v2.13.0 + +**New Release**: + +- Added tag support for AWS resources created with Terraform based AWS Observability (AWSO) Solution. [Learn more](https://github.com/SumoLogic/sumologic-solution-templates/releases/tag/v2.13.0). + +**Enhancements**: + +- Enhanced the app installation and sharing workflow within the Admin Recommended folder for smoother management and collaboration. +- Integrated updated EC2, Lambda, and RDS apps with AWSO Solution. +- Upgraded AWS provider version to support `>= 5.16.2` and `< 7.0.0`. +- Updated the minimum required Terraform version to `1.5.7`. +- Addressed CVEs identified in Python and Go modules. +- Updated the following SAM app versions: + - `sumologic-app-utils` - `2.0.21`. + - `sumologic-s3-logging-auto-enable` - `1.0.18`. + +**Deprecation**: + +- The Global Intelligence for AWS CloudTrail DevOps app is scheduled for deprecation in the near future and, as a result, has been removed from the AWS Observability Solution. +- Deprecated AWS Observability Solution v2.8.0 and earlier due to their dependence on [Node.js 18](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtimes-deprecated), which is deprecated in the AWS Lambda runtime as of September 1, 2025. +- Amazon will deprecate the [AWS Lambda runtime](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html) Node.js 20 on April 30, 2026. AWS Observability Solution versions v2.9.0, v2.10.0, and v2.11.0 use Node.js 20 and will therefore be deprecated and no longer supported starting May 1, 2026. Sumo Logic encourages you to upgrade to the [latest version](https://github.com/SumoLogic/sumologic-solution-templates/releases) of the AWS Observability Solution to ensure continued support. + +### App Enhancements + +* Sumo Logic has introduced a new app category (AI/ML) in the Sumo Logic App Catalog. +* Updated the Azure Machine Learning app to monitor nested namespace metrics. +* Updated 9 AWS-related apps, including [AWS API Gateway](/docs/integrations/amazon-aws/api-gateway/), [Application Load Balancer (ALB)](/docs/integrations/amazon-aws/application-load-balancer/), [Classic Load Balancer](/docs/integrations/amazon-aws/classic-load-balancer/), [Network Load Balancer (NLB)](/docs/integrations/amazon-aws/network-load-balancer/), [EC2](/docs/platform-services/automation-service/app-central/integrations/aws-ec2), [ElastiCache](/docs/integrations/amazon-aws/elasticache/), [RDS](/docs/integrations/amazon-aws/rds/), [Lambda](/docs/integrations/amazon-aws/lambda/), and [SNS](/docs/integrations/amazon-aws/sns/), to enhance CloudTrail ARN pattern parsing and improve CloudTrail dashboards for ALB and NLB. + +### Integration Enhancements + +Updated the Sumo Logic Lambda Extension to version 1.3.0. [Learn more](https://github.com/SumoLogic/sumologic-lambda-extensions/releases/tag/v1.3.0). +* Upgraded Golang to version 1.24 with CVE fixes. +* Updated the base container image. +* Enhanced error handling for improved reliability. +* Fixed issues identified by golangci-lint. +* Migrated from `aws-sdk-go` to `aws-sdk-go-v2` for better performance and modularity. + +### Bug Fixes + +- AWS CloudTrail specific FER for AWS Network Load Balancer and AWS Application Load Balancer apps. + +### Deprecation + +The method of collecting metrics using [Azure Resource Manager (ARM)](/docs/send-data/collect-from-other-data-sources/azure-monitoring/collect-metrics-azure-monitor/) will be deprecated and no longer supported starting January 1, 2026. Refer to the updated approach using [Azure Metric Source](/docs/send-data/hosted-collectors/microsoft-source/azure-metrics-source/), which offers improved functionality and ongoing support. \ No newline at end of file From c456e7731c4cdbb1d11c35fc085a005054542989 Mon Sep 17 00:00:00 2001 From: Amee Lepcha Date: Thu, 30 Oct 2025 23:31:12 +0530 Subject: [PATCH 2/7] Update 2025-10-31-apps.md --- blog-service/2025-10-31-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog-service/2025-10-31-apps.md b/blog-service/2025-10-31-apps.md index 4cd31a7eab..a42b53deff 100644 --- a/blog-service/2025-10-31-apps.md +++ b/blog-service/2025-10-31-apps.md @@ -25,7 +25,7 @@ We’re excited to announce the release of the new Azure OpenAI app for Sumo Log - Enhanced the app installation and sharing workflow within the Admin Recommended folder for smoother management and collaboration. - Integrated updated EC2, Lambda, and RDS apps with AWSO Solution. -- Upgraded AWS provider version to support `>= 5.16.2` and `< 7.0.0`. +- Upgraded the AWS provider to support versions `>= 5.16.2` and `< 7.0.0`. - Updated the minimum required Terraform version to `1.5.7`. - Addressed CVEs identified in Python and Go modules. - Updated the following SAM app versions: From 4fbdb5ba7414f246319eaeb64cc329403b50b81a Mon Sep 17 00:00:00 2001 From: Amee Lepcha Date: Fri, 31 Oct 2025 08:44:36 +0530 Subject: [PATCH 3/7] Update blog-service/2025-10-31-apps.md Co-authored-by: John Pipkin (Sumo Logic) --- blog-service/2025-10-31-apps.md | 1 - 1 file changed, 1 deletion(-) diff --git a/blog-service/2025-10-31-apps.md b/blog-service/2025-10-31-apps.md index a42b53deff..8d6e223295 100644 --- a/blog-service/2025-10-31-apps.md +++ b/blog-service/2025-10-31-apps.md @@ -11,7 +11,6 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; ### New release -We’re excited to announce the release of the new Azure OpenAI app for Sumo Logic. - **Azure OpenAI**. The Azure OpenAI app enables you to track the request volume, token usage, response latency, and error rates, to ensure efficient model utilization and reliable AI-driven application performance. [Learn more](/docs/integrations/microsoft-azure/azure-open-ai/). From ea8b80fd5730bbe3a7c15fe66b8fc5fc5046ad77 Mon Sep 17 00:00:00 2001 From: Amee Lepcha Date: Fri, 31 Oct 2025 08:44:46 +0530 Subject: [PATCH 4/7] Update blog-service/2025-10-31-apps.md Co-authored-by: John Pipkin (Sumo Logic) --- blog-service/2025-10-31-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog-service/2025-10-31-apps.md b/blog-service/2025-10-31-apps.md index 8d6e223295..adef2c5892 100644 --- a/blog-service/2025-10-31-apps.md +++ b/blog-service/2025-10-31-apps.md @@ -16,7 +16,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; ### AWS Observability Solution v2.13.0 -**New Release**: +**New release**: - Added tag support for AWS resources created with Terraform based AWS Observability (AWSO) Solution. [Learn more](https://github.com/SumoLogic/sumologic-solution-templates/releases/tag/v2.13.0). From da84799f2503b81f2f32c784e5f5d7e02d1881a8 Mon Sep 17 00:00:00 2001 From: Amee Lepcha Date: Fri, 31 Oct 2025 08:44:55 +0530 Subject: [PATCH 5/7] Update blog-service/2025-10-31-apps.md Co-authored-by: John Pipkin (Sumo Logic) --- blog-service/2025-10-31-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog-service/2025-10-31-apps.md b/blog-service/2025-10-31-apps.md index adef2c5892..c0bce91156 100644 --- a/blog-service/2025-10-31-apps.md +++ b/blog-service/2025-10-31-apps.md @@ -37,7 +37,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; - Deprecated AWS Observability Solution v2.8.0 and earlier due to their dependence on [Node.js 18](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtimes-deprecated), which is deprecated in the AWS Lambda runtime as of September 1, 2025. - Amazon will deprecate the [AWS Lambda runtime](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html) Node.js 20 on April 30, 2026. AWS Observability Solution versions v2.9.0, v2.10.0, and v2.11.0 use Node.js 20 and will therefore be deprecated and no longer supported starting May 1, 2026. Sumo Logic encourages you to upgrade to the [latest version](https://github.com/SumoLogic/sumologic-solution-templates/releases) of the AWS Observability Solution to ensure continued support. -### App Enhancements +### App enhancements * Sumo Logic has introduced a new app category (AI/ML) in the Sumo Logic App Catalog. * Updated the Azure Machine Learning app to monitor nested namespace metrics. From a09ef0b17bfec2e9ebf59af38a84ffcbfebad5ec Mon Sep 17 00:00:00 2001 From: Amee Lepcha Date: Fri, 31 Oct 2025 08:45:03 +0530 Subject: [PATCH 6/7] Update blog-service/2025-10-31-apps.md Co-authored-by: John Pipkin (Sumo Logic) --- blog-service/2025-10-31-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog-service/2025-10-31-apps.md b/blog-service/2025-10-31-apps.md index c0bce91156..499b23122d 100644 --- a/blog-service/2025-10-31-apps.md +++ b/blog-service/2025-10-31-apps.md @@ -43,7 +43,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; * Updated the Azure Machine Learning app to monitor nested namespace metrics. * Updated 9 AWS-related apps, including [AWS API Gateway](/docs/integrations/amazon-aws/api-gateway/), [Application Load Balancer (ALB)](/docs/integrations/amazon-aws/application-load-balancer/), [Classic Load Balancer](/docs/integrations/amazon-aws/classic-load-balancer/), [Network Load Balancer (NLB)](/docs/integrations/amazon-aws/network-load-balancer/), [EC2](/docs/platform-services/automation-service/app-central/integrations/aws-ec2), [ElastiCache](/docs/integrations/amazon-aws/elasticache/), [RDS](/docs/integrations/amazon-aws/rds/), [Lambda](/docs/integrations/amazon-aws/lambda/), and [SNS](/docs/integrations/amazon-aws/sns/), to enhance CloudTrail ARN pattern parsing and improve CloudTrail dashboards for ALB and NLB. -### Integration Enhancements +### Integration enhancements Updated the Sumo Logic Lambda Extension to version 1.3.0. [Learn more](https://github.com/SumoLogic/sumologic-lambda-extensions/releases/tag/v1.3.0). * Upgraded Golang to version 1.24 with CVE fixes. From 1daab8f8f8a6aecffe574baa4f556bc773e02c61 Mon Sep 17 00:00:00 2001 From: Amee Lepcha Date: Fri, 31 Oct 2025 08:45:11 +0530 Subject: [PATCH 7/7] Update blog-service/2025-10-31-apps.md Co-authored-by: John Pipkin (Sumo Logic) --- blog-service/2025-10-31-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog-service/2025-10-31-apps.md b/blog-service/2025-10-31-apps.md index 499b23122d..34935218ff 100644 --- a/blog-service/2025-10-31-apps.md +++ b/blog-service/2025-10-31-apps.md @@ -52,7 +52,7 @@ Updated the Sumo Logic Lambda Extension to version 1.3.0. [Learn more](https://g * Fixed issues identified by golangci-lint. * Migrated from `aws-sdk-go` to `aws-sdk-go-v2` for better performance and modularity. -### Bug Fixes +### Bug fixes - AWS CloudTrail specific FER for AWS Network Load Balancer and AWS Application Load Balancer apps.