Skip to content

Commit 9b7080f

Browse files
authored
Fix typo in ILM warning message (#19819)
1 parent 12fc9dd commit 9b7080f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libbeat/idxmgmt/std.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ func (m *indexManager) VerifySetup(loadTemplate, loadILM LoadMode) (bool, string
241241
if !ilmComponent.load {
242242
warn += "ILM policy and write alias loading not enabled.\n"
243243
} else if !ilmComponent.overwrite {
244-
warn += "Overwriting ILM policy is disabled. Set `setup.ilm.overwrite:true` for enabling.\n"
244+
warn += "Overwriting ILM policy is disabled. Set `setup.ilm.overwrite: true` for enabling.\n"
245245
}
246246
if !templateComponent.load {
247247
warn += "Template loading not enabled.\n"

0 commit comments

Comments
 (0)