forked from Deuxfleurs/nixcfg
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 {
|
template {
|
||||||
data = <<EOH
|
data = <<EOH
|
||||||
SERVER_NAME=kibana.local
|
SERVER_NAME={{ env "attr.unique.hostname" }}
|
||||||
ELASTICSEARCH_HOSTS=http://localhost:9200
|
ELASTICSEARCH_HOSTS=http://localhost:9200
|
||||||
ELASTICSEARCH_USERNAME=kibana_system
|
ELASTICSEARCH_USERNAME=kibana_system
|
||||||
ELASTICSEARCH_PASSWORD={{ key "secrets/telemetry/elastic_passwords/kibana_system" }}
|
ELASTICSEARCH_PASSWORD={{ key "secrets/telemetry/elastic_passwords/kibana_system" }}
|
||||||
|
SERVER_PUBLICBASEURL=https://kibana.home.adnab.me
|
||||||
EOH
|
EOH
|
||||||
destination = "secrets/env"
|
destination = "secrets/env"
|
||||||
env = true
|
env = true
|
||||||
|
|
Loading…
Reference in a new issue