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:
|
hosts:
|
||||||
{{ range service "elk-node-http|any" }}
|
{{ range service "elk-node-http|any" }}
|
||||||
- https://{{ .Address }}:{{ .Port }}{{ end }}
|
- https://{{ .Address }}:{{ .Port }}{{ end }}
|
||||||
|
publicBaseUrl: https://es.brmartin.co.uk
|
||||||
username: ${ELASTICSEARCH_USERNAME}
|
username: ${ELASTICSEARCH_USERNAME}
|
||||||
password: ${ELASTICSEARCH_PASSWORD}
|
password: ${ELASTICSEARCH_PASSWORD}
|
||||||
requestTimeout: 600000
|
requestTimeout: 600000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue