Skip to content

Commit

Permalink
BRANCH: disable es log stream
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartingr committed Oct 7, 2024
1 parent 7535b0a commit 7c21c7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deployment/terraform/assets/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions deployment/terraform/assets/elasticsearch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ resource "aws_opensearch_domain" "es_server" {
]

log_publishing_options {
# BRANCH: disable log publishing manually due to MM-59316
enabled = false
cloudwatch_log_group_arn = aws_cloudwatch_log_group.es_log_group.arn
log_type = "ES_APPLICATION_LOGS"
}
Expand Down

0 comments on commit 7c21c7f

Please sign in to comment.