Cherry-pick #19819 to 7.x: Fix typo in ILM warning message#19828
Cherry-pick #19819 to 7.x: Fix typo in ILM warning message#19828ChrsMark merged 1 commit intoelastic:7.xfrom
Conversation
(cherry picked from commit 9b7080f)
|
Pinging @elastic/integrations (Team:Integrations) |
❕ Build Aborted
Expand to view the summary
Build stats
Test stats 🧪
Steps errorsExpand to view the steps failures
Log outputExpand to view the last 100 lines of log output
|
Cherry-pick of PR #19819 to 7.x branch. Original message:
What does this PR do?
It is a fix typo PR. It only adds a space for proper YAML in ILM warning message.
I ran
grep -lri 'setup.ilm.overwrite:true'in the repository root folder to find files where this typo could be and it only showed 1. So I think the issue #18100 could be closed.Why is it important?
If a user follows the instruction, it leads to an error because the YAML syntax is wrong in the message.
Closes #18100