Skip to content

Commit 1b625c6

Browse files
Auto-generated API code
1 parent 2e347ce commit 1b625c6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

elasticsearch/_async/client/ml.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -3599,11 +3599,11 @@ async def put_datafeed(
35993599
:param ignore_unavailable: If true, unavailable indices (missing or closed) are
36003600
ignored.
36013601
:param indexes: An array of index names. Wildcards are supported. If any of the
3602-
indices are in remote clusters, the machine learning nodes must have the
3603-
`remote_cluster_client` role.
3602+
indices are in remote clusters, the master nodes and the machine learning
3603+
nodes must have the `remote_cluster_client` role.
36043604
:param indices: An array of index names. Wildcards are supported. If any of the
3605-
indices are in remote clusters, the machine learning nodes must have the
3606-
`remote_cluster_client` role.
3605+
indices are in remote clusters, the master nodes and the machine learning
3606+
nodes must have the `remote_cluster_client` role.
36073607
:param indices_options: Specifies index expansion options that are used during
36083608
search
36093609
:param job_id: Identifier for the anomaly detection job.

elasticsearch/_sync/client/ml.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -3599,11 +3599,11 @@ def put_datafeed(
35993599
:param ignore_unavailable: If true, unavailable indices (missing or closed) are
36003600
ignored.
36013601
:param indexes: An array of index names. Wildcards are supported. If any of the
3602-
indices are in remote clusters, the machine learning nodes must have the
3603-
`remote_cluster_client` role.
3602+
indices are in remote clusters, the master nodes and the machine learning
3603+
nodes must have the `remote_cluster_client` role.
36043604
:param indices: An array of index names. Wildcards are supported. If any of the
3605-
indices are in remote clusters, the machine learning nodes must have the
3606-
`remote_cluster_client` role.
3605+
indices are in remote clusters, the master nodes and the machine learning
3606+
nodes must have the `remote_cluster_client` role.
36073607
:param indices_options: Specifies index expansion options that are used during
36083608
search
36093609
:param job_id: Identifier for the anomaly detection job.

0 commit comments

Comments
 (0)