Skip to content

Commit

Permalink
change period for cluster writes blocked
Browse files Browse the repository at this point in the history
  • Loading branch information
hong-yi committed Sep 25, 2024
1 parent 5c7bbbb commit c618fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alarms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ locals {
comparison_operator = "GreaterThanOrEqualToThreshold"
evaluation_periods = 1
threshold = 1
period = 5 * local.minute
period = 1 * local.minute

namespace = "ES/OpenSearchService"
metric_name = "ClusterIndexWritesBlocked"
Expand Down

0 comments on commit c618fa7

Please sign in to comment.