Skip to content

Commit

Permalink
Merge pull request #218 from SumoLogic/sumo_252372
Browse files Browse the repository at this point in the history
Integrated latest SAM app version with AWSO
  • Loading branch information
himsharma01 authored Dec 10, 2024
2 parents 45df982 + 313e063 commit 413f731
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions aws-observability-terraform/source-module/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ module "elb_module" {
}

auto_enable_access_logs = var.auto_enable_access_logs
app_semantic_version = "1.0.14"
app_semantic_version = "1.0.16"
auto_enable_access_logs_options = {
filter = "'Type': 'application'|'type': 'application'"
remove_on_delete_stack = true
Expand Down Expand Up @@ -140,7 +140,7 @@ module "classic_lb_module" {
}
}
auto_enable_access_logs = var.auto_enable_classic_lb_access_logs
app_semantic_version = "1.0.14"
app_semantic_version = "1.0.16"
auto_enable_access_logs_options = {
bucket_prefix = local.auto_classic_lb_path_exp
auto_enable_logging = "ELB"
Expand Down
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions aws-observability/apps/autoenable/auto_enable.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Resources:
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-s3-logging-auto-enable
SemanticVersion: 1.0.14
SemanticVersion: 1.0.16
Parameters:
BucketName: !Ref ALBS3LogsBucketName
BucketPrefix: "elasticloadbalancing"
Expand All @@ -143,7 +143,7 @@ Resources:
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-s3-logging-auto-enable
SemanticVersion: 1.0.14
SemanticVersion: 1.0.16
Parameters:
BucketName: !Ref ELBS3LogsBucketName
BucketPrefix: !Ref ELBS3LogsBucketPrefix
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ Resources:
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-s3-logging-auto-enable
SemanticVersion: 1.0.14
SemanticVersion: 1.0.16
Parameters:
BucketName: !Ref CommonS3Bucket
BucketPrefix: "elasticloadbalancing"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ Resources:
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-s3-logging-auto-enable
SemanticVersion: 1.0.14
SemanticVersion: 1.0.16
Parameters:
BucketName: !Ref CommonS3Bucket
BucketPrefix: "elasticloadbalancing"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ Resources:
Runtime: python3.13
Code:
S3Bucket: !FindInMap [ RegionMap, !Ref 'AWS::Region', bucketname ]
S3Key: "sumologic-aws-observability/apps/SumoLogicAWSObservabilityHelper/telemetryv1.0.0.zip"
S3Key: "sumologic-aws-observability/apps/SumoLogicAWSObservabilityHelper/telemetryv1.1.0.zip"
MemorySize: 128
Timeout: 900
Role: !GetAtt LambdaRole.Arn
Expand Down

0 comments on commit 413f731

Please sign in to comment.