Skip to content
Merged
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