Skip to content

Commit 81d47da

Browse files
[ML] Update documentation for remote cluster client role in MlPutDatafeedRequest (#3645) (#3921)
* Update documentation for remote cluster client role in MlPutDatafeedRequest * Refactor comment formatting in MlPutDatafeedRequest for clarity * Update description for indices in schema.json to clarify remote cluster client role requirements * pretty --------- Co-authored-by: István Zoltán Szabó <[email protected]> Co-authored-by: Quentin Pradet <[email protected]> (cherry picked from commit c287d34) Co-authored-by: Valeriy Khakhutskyy <[email protected]>
1 parent 0d47ffa commit 81d47da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

output/schema/schema.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/ml/put_datafeed/MlPutDatafeedRequest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ export interface Request extends RequestBase {
119119
*/
120120
frequency?: Duration
121121
/**
122-
* An array of index names. Wildcards are supported. If any of the indices are in remote clusters, the machine
123-
* learning nodes must have the `remote_cluster_client` role.
122+
* An array of index names. Wildcards are supported. If any of the indices are in remote clusters, the master
123+
* nodes and the machine learning nodes must have the `remote_cluster_client` role.
124124
* @aliases indexes
125125
* */
126126
indices?: Indices

0 commit comments

Comments
 (0)