diff --git a/cloud/aws/elasticsearch/README.md b/cloud/aws/elasticsearch/README.md index e058259..44fb596 100644 Binary files a/cloud/aws/elasticsearch/README.md and b/cloud/aws/elasticsearch/README.md differ diff --git a/cloud/aws/elasticsearch/inputs.tf b/cloud/aws/elasticsearch/inputs.tf index 499b0c6..6f56332 100644 --- a/cloud/aws/elasticsearch/inputs.tf +++ b/cloud/aws/elasticsearch/inputs.tf @@ -38,12 +38,6 @@ variable "es_cluster_status_message" { default = "" } -variable "es_cluster_status_time_aggregator" { - description = "Monitor aggregator for ES cluster status [available values: min, max or avg]" - type = "string" - default = "max" -} - variable "es_cluster_status_timeframe" { description = "Monitor timeframe for ES cluster status [available values: `last_#m` (1, 5, 10, 15, or 30), `last_#h` (1, 2, or 4), or `last_1d`]" type = "string" diff --git a/cloud/aws/elasticsearch/monitors-elasticsearch.tf b/cloud/aws/elasticsearch/monitors-elasticsearch.tf index 3f51e75..b46b5e1 100644 --- a/cloud/aws/elasticsearch/monitors-elasticsearch.tf +++ b/cloud/aws/elasticsearch/monitors-elasticsearch.tf @@ -18,7 +18,7 @@ resource "datadog_monitor" "es_cluster_status" { type = "metric alert" query = <= 2