From c387b05b557f881005bace76f4e72a4e91f46087 Mon Sep 17 00:00:00 2001 From: Dan Roscigno Date: Fri, 21 Feb 2020 07:57:20 -0500 Subject: [PATCH] match reference.yml to code default (#16476) (cherry picked from commit 523528b7516adbda814d8770a2e259a4464023b0) --- libbeat/_meta/config.reference.yml.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libbeat/_meta/config.reference.yml.tmpl b/libbeat/_meta/config.reference.yml.tmpl index 400fcc8097b5..aae8dcfbb8a8 100644 --- a/libbeat/_meta/config.reference.yml.tmpl +++ b/libbeat/_meta/config.reference.yml.tmpl @@ -973,10 +973,10 @@ setup.template.settings: # to load your own lifecycle policy. #setup.ilm.policy_file: -# Disable the check for an existing lifecycle policy. The default is false. If +# Disable the check for an existing lifecycle policy. The default is true. If # you disable this check, set setup.ilm.overwrite: true so the lifecycle policy # can be installed. -#setup.ilm.check_exists: false +#setup.ilm.check_exists: true # Overwrite the lifecycle policy at startup. The default is false. #setup.ilm.overwrite: false