[DOCS] Document index aliases do not support data streams (#59321) (#59337)

This commit is contained in:
James Rodewig 2020-07-09 16:51:58 -04:00 committed by GitHub
parent 4b9cbfca64
commit ef74a68bcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -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)

View File

@ -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)