Modifying template for allowing xpack.security

This commit is contained in:
manuasir 2019-06-26 17:00:54 +02:00
parent 11721ebe14
commit a18a235b13

View File

@ -22,3 +22,9 @@ discovery.seed_hosts:
- {{ item }}
{% endfor %}
{% endif %}
# XPACK Security
{% if elasticsearch_xpack_security %}
xpack.security.enabled: true
{% endif %}