feat(elk): add publicBaseUrl configuration for Elasticsearch

This commit is contained in:
Ben Martin 2024-12-24 01:43:00 +00:00
parent df2fa66eea
commit b362299b1c
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

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