Skip to content

Commit

Permalink
Fix typo in ILM warning message (elastic#19819)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartier committed Jul 13, 2020
1 parent 12fc9dd commit 9b7080f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/idxmgmt/std.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ func (m *indexManager) VerifySetup(loadTemplate, loadILM LoadMode) (bool, string
if !ilmComponent.load {
warn += "ILM policy and write alias loading not enabled.\n"
} else if !ilmComponent.overwrite {
warn += "Overwriting ILM policy is disabled. Set `setup.ilm.overwrite:true` for enabling.\n"
warn += "Overwriting ILM policy is disabled. Set `setup.ilm.overwrite: true` for enabling.\n"
}
if !templateComponent.load {
warn += "Template loading not enabled.\n"
Expand Down

0 comments on commit 9b7080f

Please sign in to comment.