diff --git a/output/schema/schema.json b/output/schema/schema.json index 1feed84b09..7c116025a7 100644 --- a/output/schema/schema.json +++ b/output/schema/schema.json @@ -177730,7 +177730,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 ec8eeec4a6..75dfac4cd3 100644 --- a/specification/ml/put_datafeed/MlPutDatafeedRequest.ts +++ b/specification/ml/put_datafeed/MlPutDatafeedRequest.ts @@ -126,8 +126,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