Browse Source

[DOCS] Correct policy name in ILM docs example (#52354)

Updates an example snippet to use a consistent policy name.
bellengao 5 years ago
parent
commit
ef88f77c45
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/ilm/ilm-with-existing-indices.asciidoc

+ 1 - 1
docs/reference/ilm/ilm-with-existing-indices.asciidoc

@@ -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": {