mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
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,
|
To add all indices in the cluster to the alias,
|
||||||
use a value of `_all`.
|
use a value of `_all`.
|
||||||
|
+
|
||||||
|
NOTE: You cannot add <<data-streams,data streams>> to an index alias.
|
||||||
|
|
||||||
`<alias>`::
|
`<alias>`::
|
||||||
(Required, string)
|
(Required, string)
|
||||||
|
@ -75,6 +75,8 @@ used to perform the action.
|
|||||||
+
|
+
|
||||||
If the `indices` parameter is not specified,
|
If the `indices` parameter is not specified,
|
||||||
this parameter is required.
|
this parameter is required.
|
||||||
|
+
|
||||||
|
NOTE: You cannot add <<data-streams,data streams>> to an index alias.
|
||||||
|
|
||||||
`indices`::
|
`indices`::
|
||||||
(Array)
|
(Array)
|
||||||
@ -83,6 +85,8 @@ used to perform the action.
|
|||||||
+
|
+
|
||||||
If the `index` parameter is not specified,
|
If the `index` parameter is not specified,
|
||||||
this parameter is required.
|
this parameter is required.
|
||||||
|
+
|
||||||
|
NOTE: You cannot add <<data-streams,data streams>> to an index alias.
|
||||||
|
|
||||||
`alias`::
|
`alias`::
|
||||||
(String)
|
(String)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user