diff --git a/output/schema/schema.json b/output/schema/schema.json index 1c242713f4..1611d51112 100644 --- a/output/schema/schema.json +++ b/output/schema/schema.json @@ -170262,7 +170262,7 @@ "aliases": [ "indexes" ], - "description": "An array of index names. Wildcards are supported. If any of the indices are in remote clusters, the machine\nlearning nodes must have the `remote_cluster_client` role.", + "description": "An array of index names. Wildcards are supported. If any of the indices are in remote clusters, the master \nnodes and the machine learning nodes must have the `remote_cluster_client` role.", "name": "indices", "required": false, "type": { diff --git a/specification/ml/put_datafeed/MlPutDatafeedRequest.ts b/specification/ml/put_datafeed/MlPutDatafeedRequest.ts index 6a317c9640..f3c7644a89 100644 --- a/specification/ml/put_datafeed/MlPutDatafeedRequest.ts +++ b/specification/ml/put_datafeed/MlPutDatafeedRequest.ts @@ -117,8 +117,8 @@ export interface Request extends RequestBase { */ frequency?: Duration /** - * An array of index names. Wildcards are supported. If any of the indices are in remote clusters, the machine - * learning nodes must have the `remote_cluster_client` role. + * An array of index names. Wildcards are supported. If any of the indices are in remote clusters, the master + * nodes and the machine learning nodes must have the `remote_cluster_client` role. * @aliases indexes * */ indices?: Indices