File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ module "aws_es" {
43
43
index_slow_logs = {
44
44
enabled = true
45
45
cloudwatch_log_group_arn = "arn:aws:logs:us-east-1:123456789101:log-group:/aws/elasticsearch/index_slow_logs:*"
46
- rog_publishing_options_retention = 90
46
+ log_publishing_options_retention = 90
47
47
}
48
48
search_slow_logs = {
49
49
enabled = true
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ module "aws_es" {
27
27
index_slow_logs = {
28
28
enabled = true
29
29
cloudwatch_log_group_arn = " arn:aws:logs:us-east-1:123456789101:log-group:/aws/elasticsearch/index_slow_logs:*"
30
- rog_publishing_options_retention = 90
30
+ log_publishing_options_retention = 90
31
31
}
32
32
search_slow_logs = {
33
33
enabled = true
You can’t perform that action at this time.
0 commit comments