From b1e350f004b38d54ae602237549f0391800ec353 Mon Sep 17 00:00:00 2001 From: Jeffrey Everling Date: Sat, 5 May 2018 07:52:08 +0200 Subject: [PATCH] Revert "Added support for providing an array with indices" This reverts commit da527ec19b8ed59e3239419bc6257e1629198806. --- templates/elasticsearch.yml.j2 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/templates/elasticsearch.yml.j2 b/templates/elasticsearch.yml.j2 index df0e896..634fbe3 100644 --- a/templates/elasticsearch.yml.j2 +++ b/templates/elasticsearch.yml.j2 @@ -27,13 +27,7 @@ path.logs: {{ log_dir }} path.repo: {{ es_path_repo }} {% 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 }} -{% endif %} {% if es_enable_xpack %} {% if not "security" in es_xpack_features %}