Browse Source

[DOCS] Add missing index to test setup

#19884 fixed the aliases, but didn't add `index2` to the test setup which causes the
alias command to fail
polyfractal 9 years ago
parent
commit
2c1b9b67db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/indices/aliases.asciidoc

+ 1 - 1
docs/reference/indices/aliases.asciidoc

@@ -22,7 +22,7 @@ POST /_aliases
 }
 }
 --------------------------------------------------
 --------------------------------------------------
 // CONSOLE
 // CONSOLE
-// TEST[s/^/PUT test1\n/]
+// TEST[s/^/PUT test1\nPUT test2\n/]
 
 
 An alias can also be removed, for example:
 An alias can also be removed, for example: