From e03315494cb8a940ed4e3aedabbf43ac5ec8c129 Mon Sep 17 00:00:00 2001 From: Ben Martin Date: Sat, 21 Dec 2024 22:19:31 +0000 Subject: [PATCH] fix(elk): change health check port from 'web' to 'http' --- 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 58c2074..22cd246 100644 --- a/modules/elk/jobspec.nomad.hcl +++ b/modules/elk/jobspec.nomad.hcl @@ -131,7 +131,7 @@ job "elk" { type = "http" protocol = "https" tls_skip_verify = true - port = "web" + port = "http" path = "/_cluster/health?local=true&wait_for_status=yellow" interval = "5s" timeout = "2s"