Skip to content

Commit c287d34

Browse files
valeriy42szabostevepquentin
authored
[ML] Update documentation for remote cluster client role in MlPutDatafeedRequest (#3645)
* 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]>
1 parent 79db834 commit c287d34

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
@@ -126,8 +126,8 @@ export interface Request extends RequestBase {
126126
*/
127127
frequency?: Duration
128128
/**
129-
* An array of index names. Wildcards are supported. If any of the indices are in remote clusters, the machine
130-
* learning nodes must have the `remote_cluster_client` role.
129+
* An array of index names. Wildcards are supported. If any of the indices are in remote clusters, the master
130+
* nodes and the machine learning nodes must have the `remote_cluster_client` role.
131131
* @aliases indexes
132132
* */
133133
indices?: Indices

0 commit comments

Comments
 (0)