add support for diskfree
add sidecar for ntfy alerts for grafana
This commit is contained in:
parent
cfa1a623c0
commit
77eee8b66b
3 changed files with 26 additions and 1 deletions
|
@ -30,7 +30,7 @@ resource "elasticstack_elasticsearch_index_template" "metrics_template" {
|
|||
name = "metrics_template"
|
||||
|
||||
priority = 42
|
||||
index_patterns = ["fluentd.cpu*", "fluentd.memory*"]
|
||||
index_patterns = ["fluentd.cpu-*", "fluentd.memory-*", "fluentd.diskfree-*"]
|
||||
|
||||
template {
|
||||
settings = jsonencode({
|
||||
|
|
Reference in a new issue