[DOCS] Correct policy name in ILM docs example (#52354)
Updates an example snippet to use a consistent policy name.
This commit is contained in:
parent
6c6ab8fa47
commit
d2db16e046
|
@ -253,7 +253,7 @@ phases required. For simplicity, we'll just use rollover:
|
|||
|
||||
[source,console]
|
||||
-----------------------
|
||||
PUT _ilm/policy/sample_policy
|
||||
PUT _ilm/policy/mylogs_condensed_policy
|
||||
{
|
||||
"policy": {
|
||||
"phases": {
|
||||
|
|
Loading…
Reference in New Issue