Skip to content

Commit

Permalink
Merge pull request #186 from SumoLogic/sumo_242118
Browse files Browse the repository at this point in the history
Integrated latest SAM app version with AWSO
  • Loading branch information
akhil-sumologic authored Jun 13, 2024
2 parents f7fdb36 + 659a1f0 commit f7c3f51
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions aws-observability-terraform/source-module/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ module "elb_module" {
}

auto_enable_access_logs = var.auto_enable_access_logs
app_semantic_version = "1.0.7"
app_semantic_version = "1.0.10"
auto_enable_access_logs_options = {
filter = "'Type': 'application'|'type': 'application'"
remove_on_delete_stack = true
Expand Down Expand Up @@ -142,7 +142,7 @@ module "classic_lb_module" {
}
}
auto_enable_access_logs = var.auto_enable_classic_lb_access_logs
app_semantic_version = "1.0.7"
app_semantic_version = "1.0.10"
auto_enable_access_logs_options = {
bucket_prefix = local.auto_classic_lb_path_exp
auto_enable_logging = "ELB"
Expand Down Expand Up @@ -234,7 +234,7 @@ module "cloudwatch_logs_lambda_log_forwarder_module" {
}

auto_enable_logs_subscription = var.auto_enable_logs_subscription
app_semantic_version = "1.0.9"
app_semantic_version = "1.0.11"
auto_enable_logs_subscription_options = {
filter = var.auto_enable_logs_subscription_options.filter
}
Expand Down Expand Up @@ -263,7 +263,7 @@ module "kinesis_firehose_for_logs_module" {
}

auto_enable_logs_subscription = var.auto_enable_logs_subscription
app_semantic_version = "1.0.9"
app_semantic_version = "1.0.11"
auto_enable_logs_subscription_options = {
filter = var.auto_enable_logs_subscription_options.filter
}
Expand Down
6 changes: 3 additions & 3 deletions aws-observability/apps/autoenable/auto_enable.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Resources:
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-s3-logging-auto-enable
SemanticVersion: 1.0.7
SemanticVersion: 1.0.10
Parameters:
BucketName: !Ref ALBS3LogsBucketName
BucketPrefix: "elasticloadbalancing"
Expand All @@ -139,7 +139,7 @@ Resources:
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-s3-logging-auto-enable
SemanticVersion: 1.0.7
SemanticVersion: 1.0.10
Parameters:
BucketName: !Ref ELBS3LogsBucketName
BucketPrefix: !Ref ELBS3LogsBucketPrefix
Expand All @@ -154,7 +154,7 @@ Resources:
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-loggroup-connector
SemanticVersion: 1.0.9
SemanticVersion: 1.0.11
Parameters:
DestinationArnType: !Ref AutoSubscribeDestinationARNType
DestinationArnValue: !Ref AutoSubscribeDestinationARN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ Resources:
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-s3-logging-auto-enable
SemanticVersion: 1.0.7
SemanticVersion: 1.0.10
Parameters:
BucketName: !Ref CommonS3Bucket
BucketPrefix: "elasticloadbalancing"
Expand Down Expand Up @@ -672,7 +672,7 @@ Resources:
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-loggroup-connector
SemanticVersion: 1.0.7
SemanticVersion: 1.0.11
Parameters:
DestinationArnType: "Lambda"
DestinationArnValue: !GetAtt CloudWatchEventFunction.Outputs.SumoCWLogsLambdaArn
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ Resources:
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-s3-logging-auto-enable
SemanticVersion: 1.0.7
SemanticVersion: 1.0.10
Parameters:
BucketName: !Ref CommonS3Bucket
BucketPrefix: "elasticloadbalancing"
Expand Down Expand Up @@ -670,7 +670,7 @@ Resources:
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-loggroup-connector
SemanticVersion: 1.0.9
SemanticVersion: 1.0.11
Parameters:
DestinationArnType: "Lambda"
DestinationArnValue: !GetAtt CloudWatchEventFunction.Outputs.SumoCWLogsLambdaArn
Expand Down

0 comments on commit f7c3f51

Please sign in to comment.