fix(elk): change health check port from 'web' to 'http'

This commit is contained in:
Ben Martin 2024-12-21 22:19:31 +00:00
parent 729d709f85
commit e03315494c
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -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"