From 729d709f853dcf225fc19855e65a8235462857da Mon Sep 17 00:00:00 2001 From: Ben Martin Date: Sat, 21 Dec 2024 22:18:34 +0000 Subject: [PATCH] fix(elk): update health check path to wait for yellow status --- modules/elk/jobspec.nomad.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/elk/jobspec.nomad.hcl b/modules/elk/jobspec.nomad.hcl index 1785e63..58c2074 100644 --- a/modules/elk/jobspec.nomad.hcl +++ b/modules/elk/jobspec.nomad.hcl @@ -132,7 +132,7 @@ job "elk" { protocol = "https" tls_skip_verify = true port = "web" - path = "/_cluster/health?local=true" + path = "/_cluster/health?local=true&wait_for_status=yellow" interval = "5s" timeout = "2s" }