fix(elk): change health check port from 'web' to 'http'
This commit is contained in:
parent
729d709f85
commit
e03315494c
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ job "elk" {
|
||||||
type = "http"
|
type = "http"
|
||||||
protocol = "https"
|
protocol = "https"
|
||||||
tls_skip_verify = true
|
tls_skip_verify = true
|
||||||
port = "web"
|
port = "http"
|
||||||
path = "/_cluster/health?local=true&wait_for_status=yellow"
|
path = "/_cluster/health?local=true&wait_for_status=yellow"
|
||||||
interval = "5s"
|
interval = "5s"
|
||||||
timeout = "2s"
|
timeout = "2s"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue