From a0d232af68b5a203039f13558f162333ac25bbae Mon Sep 17 00:00:00 2001 From: Tiago Queiroz Date: Fri, 9 Feb 2024 15:44:52 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Shaunak Kashyap --- libbeat/idxmgmt/lifecycle/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libbeat/idxmgmt/lifecycle/config.go b/libbeat/idxmgmt/lifecycle/config.go index 2bf5767cecd..5d1f4e9435b 100644 --- a/libbeat/idxmgmt/lifecycle/config.go +++ b/libbeat/idxmgmt/lifecycle/config.go @@ -34,7 +34,7 @@ type Config struct { policyRaw *Policy // CheckExists can disable the check for an existing policy. This check - // requires read_ilm privileges. If CheckExists is disabled the policy + // requires read_ilm privileges. If CheckExists is set to false, the policy // will not be installed, even if Overwrite is enabled. CheckExists bool `config:"check_exists"`