fix(elk): update health check path to wait for yellow status
This commit is contained in:
parent
381a9973bf
commit
729d709f85
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue