This commit is contained in:
parent
4b9cbfca64
commit
ef74a68bcc
|
@ -37,6 +37,8 @@ to add to the alias.
|
|||
+
|
||||
To add all indices in the cluster to the alias,
|
||||
use a value of `_all`.
|
||||
+
|
||||
NOTE: You cannot add <<data-streams,data streams>> to an index alias.
|
||||
|
||||
`<alias>`::
|
||||
(Required, string)
|
||||
|
|
|
@ -75,6 +75,8 @@ used to perform the action.
|
|||
+
|
||||
If the `indices` parameter is not specified,
|
||||
this parameter is required.
|
||||
+
|
||||
NOTE: You cannot add <<data-streams,data streams>> to an index alias.
|
||||
|
||||
`indices`::
|
||||
(Array)
|
||||
|
@ -83,6 +85,8 @@ used to perform the action.
|
|||
+
|
||||
If the `index` parameter is not specified,
|
||||
this parameter is required.
|
||||
+
|
||||
NOTE: You cannot add <<data-streams,data streams>> to an index alias.
|
||||
|
||||
`alias`::
|
||||
(String)
|
||||
|
|
Loading…
Reference in New Issue