Merge "kibana: fix bug in templating variable selection"
This commit is contained in:
commit
60be6b1ae9
@ -130,9 +130,9 @@ xpack.monitoring.ui.enabled: true
|
|||||||
xpack.monitoring.ui.container.elasticsearch.enabled: true
|
xpack.monitoring.ui.container.elasticsearch.enabled: true
|
||||||
|
|
||||||
# Load balancer settings
|
# Load balancer settings
|
||||||
{% if security_encryption_key is defined %}
|
{% if kibana_security_encryption_key is defined %}
|
||||||
xpack.security.encryptionKey: {{ kibana_security_encryption_key }}
|
xpack.security.encryptionKey: {{ kibana_security_encryption_key }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if reporting_encryption_key is defined %}
|
{% if kibana_reporting_encryption_key is defined %}
|
||||||
xpack.reporting.encryptionKey: {{ kibana_reporting_encryption_key }}
|
xpack.reporting.encryptionKey: {{ kibana_reporting_encryption_key }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user