You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Terraform module that configures important elasticsearch alerts using CloudWatch
7
7
8
8
Create a set of sane Elasticsearch CloudWatch alerts for monitoring the health of an elasticsearch cluster.
9
9
10
-
`v1.0.0` supports terraform `v0.12` syntax!
10
+
`v1.x` supports terraform `v0.12` syntax!
11
11
12
12
This project is inspired by [CloudPosse](https://github.com/cloudposse)
13
13
@@ -81,6 +81,8 @@ module "es_alarms" {
81
81
|`monitor_master_cpu_utilization_too_high`| Enable monitoring of CPU utilization of master nodes are too high. Only enable this when dedicated master is enabled | string |`false`| no |
82
82
|`monitor_master_jvm_memory_pressure_too_high`| Enable monitoring of JVM memory pressure of master nodes are too high. Only enable this wwhen dedicated master is enabled | string |`false`| no |
83
83
|`sns_topic`| SNS topic you want to specify. If leave empty, it will use a prefix and a timestampe appended | string |`""`| no |
84
+
|`sns_topic_postfix`| SNS topic postfix | string |`""`| no |
85
+
|`sns_topic_prefix`| SNS topic prefix | string |`""`| no |
0 commit comments