feat(elk): add publicBaseUrl configuration for Elasticsearch
This commit is contained in:
parent
df2fa66eea
commit
b362299b1c
1 changed files with 1 additions and 0 deletions
|
@ -402,6 +402,7 @@ job "elk" {
|
|||
hosts:
|
||||
{{ range service "elk-node-http|any" }}
|
||||
- https://{{ .Address }}:{{ .Port }}{{ end }}
|
||||
publicBaseUrl: https://es.brmartin.co.uk
|
||||
username: ${ELASTICSEARCH_USERNAME}
|
||||
password: ${ELASTICSEARCH_PASSWORD}
|
||||
requestTimeout: 600000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue