Modifying template for allowing xpack.security
This commit is contained in:
parent
11721ebe14
commit
a18a235b13
@ -22,3 +22,9 @@ discovery.seed_hosts:
|
|||||||
- {{ item }}
|
- {{ item }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
# XPACK Security
|
||||||
|
|
||||||
|
{% if elasticsearch_xpack_security %}
|
||||||
|
xpack.security.enabled: true
|
||||||
|
{% endif %}
|
||||||
Loading…
Reference in New Issue
Block a user