kibana configuration
This commit is contained in:
parent
2de09a0594
commit
7d486b3907
1 changed files with 2 additions and 1 deletions
|
@ -21,10 +21,11 @@ job "telemetry" {
|
|||
|
||||
template {
|
||||
data = <<EOH
|
||||
SERVER_NAME=kibana.local
|
||||
SERVER_NAME={{ env "attr.unique.hostname" }}
|
||||
ELASTICSEARCH_HOSTS=http://localhost:9200
|
||||
ELASTICSEARCH_USERNAME=kibana_system
|
||||
ELASTICSEARCH_PASSWORD={{ key "secrets/telemetry/elastic_passwords/kibana_system" }}
|
||||
SERVER_PUBLICBASEURL=https://kibana.home.adnab.me
|
||||
EOH
|
||||
destination = "secrets/env"
|
||||
env = true
|
||||
|
|
Loading…
Reference in a new issue