diff --git a/output/schema/schema.json b/output/schema/schema.json index 9fd8f0ae21..847be29449 100644 --- a/output/schema/schema.json +++ b/output/schema/schema.json @@ -173867,7 +173867,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 d109b14fb9..b70d504ba2 100644 --- a/specification/ml/put_datafeed/MlPutDatafeedRequest.ts +++ b/specification/ml/put_datafeed/MlPutDatafeedRequest.ts @@ -119,8 +119,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