Skip to content

Commit

Permalink
Merge pull request #1434 from CMSgov/QPPA-8990-logs-to-splunk
Browse files Browse the repository at this point in the history
configuring logs to deliver it to splunk
  • Loading branch information
Dinesh-Kantamneni committed Jul 22, 2024
2 parents 5ccb815 + 5bed8c7 commit 19a98ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infrastructure/terraform/modules/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ resource "aws_ecs_service" "conversion-tool-service" {
}

resource "aws_cloudwatch_log_group" "conversion-tool" {
name = "/qppsf/conversion-tool-${var.environment}"
name = "/aws/ecs/fargate/conversion-tool-${var.environment}"
retention_in_days = 365
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"logConfiguration": {
"logDriver": "awslogs",
"options": {
"awslogs-group": "/qppsf/conversion-tool-${env}",
"awslogs-group": "/aws/ecs/fargate/conversion-tool-${env}",
"awslogs-region": "us-east-1",
"awslogs-stream-prefix": "${env}"
}
Expand Down

0 comments on commit 19a98ee

Please sign in to comment.