We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc2ef7d commit 119796bCopy full SHA for 119796b
1 file changed
alarms.tf
@@ -100,7 +100,7 @@ resource "aws_cloudwatch_metric_alarm" "cluster_index_writes_blocked" {
100
resource "aws_cloudwatch_metric_alarm" "insufficient_available_nodes" {
101
count = var.min_available_nodes > 0 ? 1 : 0
102
alarm_name = "${var.alarm_name_prefix}ElasticSearch-InsufficientAvailableNodes${var.alarm_name_postfix}"
103
- comparison_operator = "LessThanOrEqualToThreshold"
+ comparison_operator = "LessThanThreshold"
104
evaluation_periods = "1"
105
metric_name = "Nodes"
106
namespace = "AWS/ES"
0 commit comments