From e880cdf61f1c32a5b5804bc8e7171c33be626a8d Mon Sep 17 00:00:00 2001 From: Jeffrey E Date: Thu, 3 May 2018 16:29:17 +0200 Subject: [PATCH] test --- templates/elasticsearch.yml.j2 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/templates/elasticsearch.yml.j2 b/templates/elasticsearch.yml.j2 index 389114b..3c23f2d 100644 --- a/templates/elasticsearch.yml.j2 +++ b/templates/elasticsearch.yml.j2 @@ -27,7 +27,17 @@ path.logs: {{ log_dir }} path.repo: {{ es_path_repo }} {% endif %} +<<<<<<< HEAD action.auto_create_index: {{ action_auto_create_index }} +======= +{% 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 %} +>>>>>>> da527ec... Added support for providing an array with indices {% if es_enable_xpack %} {% if not "security" in es_xpack_features %}