Skip to content

Commit 799c1b0

Browse files
[DOCS] Add cloud trial link to reindex API description (#6181)
(cherry picked from commit 42814cd)
1 parent b5cb885 commit 799c1b0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

specification/_global/reindex/ReindexRequest.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ import { Destination, Source } from './types'
5050
* * To automatically create a data stream or index with a reindex API request, you must have the `auto_configure`, `create_index`, or `manage` index privilege for the destination data stream, index, or alias.
5151
* * If reindexing from a remote cluster, the `source.remote.user` must have the `monitor` cluster privilege and the `read` index privilege for the source data stream, index, or alias.
5252
*
53-
* If reindexing from a remote cluster, you must explicitly allow the remote host in the `reindex.remote.whitelist` setting.
53+
* If reindexing from a remote cluster into a cluster using Elastic Stack, you must explicitly allow the remote host using the `reindex.remote.whitelist` node setting on the destination cluster.
54+
* If reindexing from a remote cluster into an Elastic Cloud Serverless project, only remote hosts from [Elastic Cloud Hosted](https://cloud.elastic.co/registration?page=docs&placement=docs-body) are allowed.
5455
* Automatic data stream creation requires a matching index template with data stream enabled.
5556
*
5657
* The `dest` element can be configured like the index API to control optimistic concurrency control.

0 commit comments

Comments
 (0)