Skip to content

Commit f4567cc

Browse files
authored
change period for cluster writes blocked (#54)
1 parent 5c7bbbb commit f4567cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alarms.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ locals {
5050
comparison_operator = "GreaterThanOrEqualToThreshold"
5151
evaluation_periods = 1
5252
threshold = 1
53-
period = 5 * local.minute
53+
period = 1 * local.minute
5454

5555
namespace = "ES/OpenSearchService"
5656
metric_name = "ClusterIndexWritesBlocked"

0 commit comments

Comments
 (0)