diff --git a/modules/elk/jobspec.nomad.hcl b/modules/elk/jobspec.nomad.hcl index 4aa05f6..75e2e3b 100644 --- a/modules/elk/jobspec.nomad.hcl +++ b/modules/elk/jobspec.nomad.hcl @@ -243,13 +243,21 @@ job "elk" { provider = "consul" check { - type = "http" + type = "tcp" port = "web" - path = "/api/status" interval = "5s" timeout = "2s" } + check { + type = "http" + port = "web" + path = "/api/status" + interval = "5s" + timeout = "2s" + on_update = "ignore" + } + tags = [ "traefik.enable=true", "traefik.http.routers.kibana.rule=Host(`kibana.brmartin.co.uk`)",