fix(elk): update health check path to wait for yellow status

This commit is contained in:
Ben Martin 2024-12-21 22:18:34 +00:00
parent 381a9973bf
commit 729d709f85
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

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