Merge "kibana: fix bug in templating variable selection"

This commit is contained in:
Zuul 2022-05-26 16:29:39 +00:00 committed by Gerrit Code Review
commit 60be6b1ae9
1 changed files with 2 additions and 2 deletions

View File

@ -130,9 +130,9 @@ xpack.monitoring.ui.enabled: true
xpack.monitoring.ui.container.elasticsearch.enabled: true
# Load balancer settings
{% if security_encryption_key is defined %}
{% if kibana_security_encryption_key is defined %}
xpack.security.encryptionKey: {{ kibana_security_encryption_key }}
{% endif %}
{% if reporting_encryption_key is defined %}
{% if kibana_reporting_encryption_key is defined %}
xpack.reporting.encryptionKey: {{ kibana_reporting_encryption_key }}
{% endif %}