add support for diskfree

add sidecar for ntfy alerts for grafana
This commit is contained in:
Pim Kunis 2023-08-11 17:42:40 +02:00
parent cfa1a623c0
commit e4fec5dd4e
4 changed files with 34 additions and 1 deletions

View file

@ -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({