Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ML] Update documentation for remote cluster client role in MlPutDatafeedRequest #3645

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions specification/ml/put_datafeed/MlPutDatafeedRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading