Skip to content

Commit f2a0049

Browse files
Merge pull request #257 from SumoLogic/awso_2_13
Updated AWSO version to 2.13.0 and SumoLogicAWSObservabilityHelper to v2.0.22
2 parents 9545060 + af855bc commit f2a0049

32 files changed

+46
-46
lines changed

aws-observability/apps/alb/alb_app.template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: 'AWS::Serverless-2016-10-31'
3-
Description: "Version - v2.12.0: Template to setup the ALB app with AWS and Sumo Logic resources for AWS Observability Solution."
3+
Description: "Version - v2.13.0: Template to setup the ALB app with AWS and Sumo Logic resources for AWS Observability Solution."
44

55
Metadata:
66
'AWS::CloudFormation::Interface':
@@ -294,7 +294,7 @@ Resources:
294294
Runtime: python3.13
295295
CodeUri:
296296
Bucket: !FindInMap [ RegionMap, !Ref 'AWS::Region', bucketname ]
297-
Key: "sumologic-aws-observability/apps/SumoLogicAWSObservabilityHelper/SumoLogicAWSObservabilityHelperv2.0.21.zip"
297+
Key: "sumologic-aws-observability/apps/SumoLogicAWSObservabilityHelper/SumoLogicAWSObservabilityHelperv2.0.22.zip"
298298
MemorySize: 128
299299
Timeout: 900
300300
Role:

aws-observability/apps/apigateway/api_gateway_app.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: 'AWS::Serverless-2016-10-31'
3-
Description: "Version - v2.12.0: Template to setup the API Gateway app with AWS and Sumo Logic resources for AWS Observability Solution."
3+
Description: "Version - v2.13.0: Template to setup the API Gateway app with AWS and Sumo Logic resources for AWS Observability Solution."
44

55
Metadata:
66
'AWS::CloudFormation::Interface':

aws-observability/apps/autoenable/auto_enable.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: 'AWS::Serverless-2016-10-31'
3-
Description: "Version - v2.12.0: Template to setup Auto Enable ALB Access Logging and Lambda Auto Subscribe Log Groups for AWS Observability Solution."
3+
Description: "Version - v2.13.0: Template to setup Auto Enable ALB Access Logging and Lambda Auto Subscribe Log Groups for AWS Observability Solution."
44

55
Parameters:
66
SumoLogicResourceRemoveOnDeleteStack:

aws-observability/apps/cloudwatchmetrics/cloudwatchmetrics.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: 'AWS::Serverless-2016-10-31'
3-
Description: "Version - v2.12.0: Template to Setup Sumo Logic CloudWatch Metric Source. The template setup CW Metrics Sources for Namespaces."
3+
Description: "Version - v2.13.0: Template to Setup Sumo Logic CloudWatch Metric Source. The template setup CW Metrics Sources for Namespaces."
44

55
Parameters:
66
SumoLogicDeployment:

aws-observability/apps/common/resources.template.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: 'AWS::Serverless-2016-10-31'
3-
Description: "Version - v2.12.0: Template to Setup Sumo Logic Sources and supporting AWS Resources for CloudTrail, ALB, Lambda CloudWatch Logs and CloudWatch Metrics."
3+
Description: "Version - v2.13.0: Template to Setup Sumo Logic Sources and supporting AWS Resources for CloudTrail, ALB, Lambda CloudWatch Logs and CloudWatch Metrics."
44

55
Parameters:
66
SumoLogicDeployment:
@@ -491,7 +491,7 @@ Resources:
491491
Description: "Lambda Function for deploying SumoLogic AWS Observability Solution."
492492
CodeUri:
493493
Bucket: !FindInMap [ RegionMap, !Ref 'AWS::Region', bucketname ]
494-
Key: "sumologic-aws-observability/apps/SumoLogicAWSObservabilityHelper/SumoLogicAWSObservabilityHelperv2.0.21.zip"
494+
Key: "sumologic-aws-observability/apps/SumoLogicAWSObservabilityHelper/SumoLogicAWSObservabilityHelperv2.0.22.zip"
495495
MemorySize: 128
496496
Timeout: 900
497497
Role:
@@ -535,7 +535,7 @@ Resources:
535535
Description: "Lambda Function for deploying SumoLogic AWS Observability Solution."
536536
CodeUri:
537537
Bucket: !FindInMap [ RegionMap, !Ref 'AWS::Region', bucketname ]
538-
Key: "sumologic-aws-observability/apps/SumoLogicAWSObservabilityHelper/SumoLogicAWSObservabilityHelperv2.0.21.zip"
538+
Key: "sumologic-aws-observability/apps/SumoLogicAWSObservabilityHelper/SumoLogicAWSObservabilityHelperv2.0.22.zip"
539539
MemorySize: 128
540540
Timeout: 900
541541
Role:

aws-observability/apps/controltower/controltower.template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
3-
Description: "Version - v2.12.0: The Template should be deployed in Master account. This template setup the Lambda trigger for new account created using AWS Control Tower Account Factory process. The Lambda install the AWS Observability CF template on the regions of new AWS account using stack Sets."
3+
Description: "Version - v2.13.0: The Template should be deployed in Master account. This template setup the Lambda trigger for new account created using AWS Control Tower Account Factory process. The Lambda install the AWS Observability CF template on the regions of new AWS account using stack Sets."
44

55
Globals:
66
Function:
@@ -212,7 +212,7 @@ Resources:
212212
from botocore.exceptions import ClientError
213213
214214
name = 'SUMO-LOGIC-AWS-OBSERVABILITY'
215-
templateURL = "https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.12.0/sumologic_observability.master.template.yaml"
215+
templateURL = "https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.13.0/sumologic_observability.master.template.yaml"
216216
ALL = ["CAPABILITY_IAM", "CAPABILITY_NAMED_IAM", "CAPABILITY_AUTO_EXPAND"]
217217
218218

aws-observability/apps/dynamodb/dynamodb_app.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: 'AWS::Serverless-2016-10-31'
3-
Description: "Version - v2.12.0: Template to setup the DynamoDB app with AWS and Sumo Logic resources for AWS Observability Solution."
3+
Description: "Version - v2.13.0: Template to setup the DynamoDB app with AWS and Sumo Logic resources for AWS Observability Solution."
44

55
Metadata:
66
'AWS::CloudFormation::Interface':

aws-observability/apps/ec2metrics/ec2_metrics_app.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: 'AWS::Serverless-2016-10-31'
3-
Description: "Version - v2.12.0: Template to setup the EC2 Metrics app with AWS and Sumo Logic resources for AWS Observability Solution."
3+
Description: "Version - v2.13.0: Template to setup the EC2 Metrics app with AWS and Sumo Logic resources for AWS Observability Solution."
44

55
Metadata:
66
AWS::CloudFormation::Interface:

aws-observability/apps/ecs/ecs_app.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: 'AWS::Serverless-2016-10-31'
3-
Description: "Version - v2.12.0: Template to setup the ECS app with AWS and Sumo Logic resources for AWS Observability Solution."
3+
Description: "Version - v2.13.0: Template to setup the ECS app with AWS and Sumo Logic resources for AWS Observability Solution."
44

55
Metadata:
66
'AWS::CloudFormation::Interface':

aws-observability/apps/elasticache/elasticache_app.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: 'AWS::Serverless-2016-10-31'
3-
Description: "Version - v2.12.0: Template to setup the ElastiCache app with AWS and Sumo Logic resources for AWS Observability Solution."
3+
Description: "Version - v2.13.0: Template to setup the ElastiCache app with AWS and Sumo Logic resources for AWS Observability Solution."
44

55
Metadata:
66
'AWS::CloudFormation::Interface':

0 commit comments

Comments
 (0)