From af4febc29681ca4a4cd3c3e805b147a3358238c3 Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Thu, 30 Aug 2018 14:37:05 +0200 Subject: [PATCH] MON-228 fix new host delay description --- database/elasticsearch/inputs.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/database/elasticsearch/inputs.tf b/database/elasticsearch/inputs.tf index e4c8f21..706fff5 100644 --- a/database/elasticsearch/inputs.tf +++ b/database/elasticsearch/inputs.tf @@ -22,11 +22,11 @@ variable "message" { variable "evaluation_delay" { description = "Delay in seconds for the metric evaluation" - default = 0 + default = 15 } variable "new_host_delay" { - description = "Delay in seconds for the metric evaluation" + description = "Delay in seconds before begin to monitor new host" default = 300 }