Revert "Added support for providing an array with indices"

This reverts commit da527ec19b.
This commit is contained in:
Jeffrey Everling 2018-05-05 07:52:08 +02:00
parent 80baf268e5
commit b1e350f004

View file

@ -27,13 +27,7 @@ path.logs: {{ log_dir }}
path.repo: {{ es_path_repo }} path.repo: {{ es_path_repo }}
{% endif %} {% endif %}
{% if es_action_auto_create_index == true %}
action.auto_create_index: true
{% elif not es_action_auto_create_index %}
action.auto_create_index: false
{% else %}
action.auto_create_index: {{ es_action_auto_create_index }} action.auto_create_index: {{ es_action_auto_create_index }}
{% endif %}
{% if es_enable_xpack %} {% if es_enable_xpack %}
{% if not "security" in es_xpack_features %} {% if not "security" in es_xpack_features %}