Skip to content

Commit

Permalink
Changing name and lowering log retention.
Browse files Browse the repository at this point in the history
Signed-off-by: jzonthemtn <[email protected]>
  • Loading branch information
jzonthemtn committed Dec 18, 2024
1 parent e6773bd commit 05db806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osi/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ resource "aws_iam_role_policy_attachment" "ubi" {

resource "aws_cloudwatch_log_group" "ubi" {
name = "/aws/vendedlogs/OpenSearchIngestion/ubi-pipeline"
retention_in_days = 365
retention_in_days = 14
tags = {
Name = "UBI OSIS Pipeline"
Name = "UBI OSIS Pipeline Log Group"
}
}

Expand Down

0 comments on commit 05db806

Please sign in to comment.