Skip to content

Commit e760581

Browse files
committed
cleaning up example
1 parent 119796b commit e760581

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/all-alarms/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module "es_alarms" {
3131
# You should always specify how big your ES cluster's disk size is. Using this calculation of (size-in-gb * instance count * GB-to-MB * 20%) because 20% is the best-practice for low disk, per AWS's recommendations
3232
free_storage_space_threshold = var.elasticsearch_disk_size * var.elasticsearch_instance_count * 1024 * 0.20
3333
# Use this if using KMS on your ElasticSearch
34-
monitor_kms_functioning = true
34+
monitor_kms = true
3535
# Use these to monitor how many nodes are available and that they are all functional
3636
min_available_nodes = var.elasticsearch_instance_count
3737
# Use this to monitor high CPU on your masters (if using masters)

0 commit comments

Comments
 (0)